Tagged Questions
1
vote
1answer
36 views
Replacing Multiple Debian Packages from Compiled Source
I've had to download and install a version of a library from its source code repository. The problem is is that other packages from the Kubuntu package manager require this library to be installed. ...
2
votes
4answers
70 views
Get package sources and repository link
Is there any way (dpkg, apt?) to get a package's sources and URL to repository, if available, in Debian ?
1
vote
2answers
153 views
Can I determine what changed in an upgraded package using apt or dpkg on Debian 6?
I just did an apt-get upgrade on my Debian 6 development server and noticed that a certain package named tinyproxy was upgraded. I have a particular interest in seeing precisely what changed in that ...
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 ...
2
votes
1answer
98 views
Where is tcl-doc man page stored?
I installed tcl-doc. Prior to installation "man tcl" gave nothing. Now it gives a page.
When I do
"dpkg -L tcl-doc" I get
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/tcl-doc
...
4
votes
1answer
1k views
I cannot install new packages: “Could not get lock /var/lib/dpkg/lock”
I am new to Linux (installed Ubuntu for the first time yesterday), and have never dealt with any unix-based OS. I started using Linux for the sole purpose of collaborating code with my partners via ...
4
votes
1answer
63 views
Sharing code between dpkg scripts
What is the standard way to share code between the dpkg scripts (preinst, postinst, prerm, postrm)?
I can see how to share code between just postinst and prerm (by installing it as part of the ...
7
votes
4answers
504 views
How can I reliably “hold” a package in Debian?
I have a package in Debian that has been manually patched (not ideal, I know) that I must hold at its current version so upgrades don't overwrite the patched changes (I will manually inspect and apply ...
5
votes
1answer
309 views
Conflict? dpkg, apt, apt-get, aptitude, and synaptic
So, I ssh into a (very) remote Ubuntu 10.4 server to do some admin and web dev+design. And I was looking through the various package manager options.
There's a lot.
The big ones are dpkg, apt, ...
7
votes
1answer
929 views
How to make dpkg faster?
Package (un)installation on a Debian system is horribly slow, partly because it works with a whole bunch of (small) files. Short of getting a faster storage, how do I speed it up? I'm thinking maybe ...
4
votes
3answers
538 views
How to list currently not installed packages?
I'd like to output a list of all currently not installed packages (they are visible in Synaptic for example) using only shell commands. How do I do this?
Thanks!