Tagged Questions
0
votes
1answer
588 views
libssl1.0.0 doesn't satisfy libssl0.9.8 dependency?
In Debian Wheezy, I'm trying to install the vmware-view-client package from the Ubuntu Software Center (because the open client won't work for my situation), but dpkg can't handle it. Synaptic says I ...
2
votes
1answer
152 views
Is my apt-get dependency tree corrupted?
I wanted to uninstall the libboost libraries. I wrote in the console:
sudo apt-get remove libboost-*
But looking more precisely at the console output, I noticed apt-get was ready to remove several ...
5
votes
1answer
332 views
Firefox circular-dependency hell on Linux Mint 13
Having difficulty re-installing Firefox, after an installation to resolve places.sqlite issues. It appears that I'm trapped in circular dependency hell.
Need to resolve firefox dependency hell to ...
0
votes
2answers
103 views
Determining Dependencies and Installing from Directory
I have a directory with all Dependencies in .deb format.
But there are lots of them. I need only those that i need for gimp.
biggenius@hacbook:~/Desktop/rocks/packages$ dpkg-deb -I ...
1
vote
0answers
141 views
Dependencies between shared libraries in the same Debian packages
Suppose I want to create a package with multiple shared libraries - call it libfoo, which contains liba.so.1 and libb.so.1. Now, say liba.so.1 uses a symbol from libb.so.1. If I compile like this, ...