Tagged Questions
2
votes
1answer
97 views
How do I resolve Debian packaging issue with ${python:Depends}?
I am trying to build a python-based Debian package and I see the ${python:Depends} variable under the Depends section in the control file.
While installing, I see that it refers to the ...
1
vote
2answers
800 views
Getting .deb package dependencies for an offline Ubuntu computer through Windows
Basically I want to "batch" download a .deb file and all its dependencies at once on a Windows 7 machine (of which I do not have admin access, it is a public computer.)
I've seen plenty of Ubuntu ...
25
votes
5answers
2k views
How do I create a deb package for a single python script?
I have a single python script that I want to distribute as a deb package. It is a indicator which shows local date in Unity panel. I did follow create a .deb Package from scripts or binaries but I ...
8
votes
5answers
6k views
How to remove a deb without removing its dependencies
I would like to install the most recent version of boto, which I do via python setup.py install
Yet when I try to remove the old version the following packages also get removed:
apt-get remove ...