Tagged Questions
0
votes
0answers
52 views
How come I cannot install packages?
My ubuntu 12.10 won't allow me to install any online packages.
I can go to the software center and install games and stuff no issue.
But if I go to a program website it always fails to install every ...
1
vote
4answers
1k views
How do I create a .deb file?
Yes, I know that this question has been asked many times before, but none of the answers really helped.
I'd like to package the Minecraft launcher (which has no proprietary code, AFAIK,) into a .deb ...
3
votes
2answers
267 views
DEB installer - Dependency Checks
My question is about dependency checks for the DEB package.
Using a third-party install generation tool, I created a .DEB installation package for my application.
There are several dependencies that ...
0
votes
1answer
76 views
Installing from Local Dependencies?
I have a folder with all dependencies needed for my program (gimp) in a folder. I don't have internet connection on that System.
How can i install Gimp Dependencies from that Folder.
Note:
All ...
3
votes
1answer
349 views
How apt-get selects from a list of alternative dependencies?
I understand that in the Depends: section of the deb control files, a package may specify alternative dependencies separated by | symbol to satisfy a single dependency.
My question is, how does ...
3
votes
1answer
1k views
Can't install package libglib2.0-dev because it depends on some unknown version
I have 10.04.2 LTS and I want to install libglib2.0-dev. So I do:
$ sudo apt-get update && sudo apt-get upgrade
$ sudo apt-get install libglib2.0-dev
Reading package lists... Done
Building ...
29
votes
5answers
21k views
How to automatically fetch missing dependencies when installing software from .deb?
I'm trying to install MySQL Workbench on my Ubuntu box (11.04). The website has a Ubuntu .deb available for download (for 10.10 and 10.04 so I chose 10.10).
However,
sudo dpkg -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 ...