I am new using Ubuntu and python. I am developing a python program with pyramid. I need to build a .deb package in order to distribute the program using Ubuntu Software Center. I followed this tutorial to create the debian package. It seems that the package is being build correctly. After installing the .deb package I run apt list --installed and I can see my program installed but I can not see it on the application's launchpad and I can not call my program by it's name from terminal. Is there an adittional configurationthat I need to do in order to run my program? How can I run my program?
apt list --installed
2.1m questions
2.1m answers
60 comments
57.0k users