Tagged Questions
0
votes
1answer
23 views
Upgrading dpkg on 64-bit debian
Recently I tried to install Steam on my debian, but I ran into a problem. It requires dpkg version 1.16.2 (for multiarch) but the one installed on the system is 1.15.8.13
The problem is that running ...
2
votes
1answer
114 views
apt-get won't install: dpkg: files list for package 'gnome-themes-standard-data' is not a regular file
I'm trying to install packages to get a webcam stream running on my raspberry pi. All of a sudden, apt-get is totally busted -- every time I try to install, reinstall or purge something that might fix ...
0
votes
1answer
39 views
Mysql server remove/install problem - horribily broken
I'm having the same issue as Ken did on this post; Removing broken packages .
And I did pretty much what Ken did except to different packages. Now, I'm stuck with unclean hooks. I've detailed my ...
2
votes
1answer
49 views
Creating a Debian package that does not remove directories after it's purged
I'm trying to create a Debian package that doesn't delete an empty directory after it's purged. Specifically, I'm creating my own package containing some CA certificates I trust.
I'm following ...
0
votes
1answer
1k views
How to fix dpkg-buildpackage: command not found? [duplicate]
Possible Duplicate:
How to find out which (not installed) package a file belongs to?
The wish is to install hd-idle on a bare Debian 6.0.6 installation.
For installation the hd-idle ...
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 ...
1
vote
1answer
52 views
Understanding aptitude's behavior on a machine with multiple archives enabled
I'm having to deal with a Debian server, which initially was Squeeze, I believe, but where administrator enabled several distributions:
deb http://mirror.yandex.ru/debian/ stable main contrib ...
1
vote
3answers
75 views
Debian Squeeze not whole of package contents installed [closed]
When I do apt-get install usb-modeswitch-data, not all of it's contents are installed under /etc/usb_modeswitch.d. I looked inside package and wasn't able to understand how could it be -- there were ...
2
votes
1answer
111 views
Aptitude Search reports package installed, while Aptitude Show reports it not installed - how is that possible?
me@friedly_server:~$ aptitude search samba-tools
i samba-tools - Samba testing utilities
me@friendly_server:~$ aptitude show samba-tools
...
2
votes
4answers
2k views
dpkg: new pre-installation script returned error exit status 1
I ended up dealing with a software meant to be deployed using dpkg. The .deb package works fine on the test env but fail on staging. Both are running the same version of Ubuntu but I am not 100% sure ...
1
vote
2answers
152 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 ...
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 ...
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, ...
7
votes
4answers
500 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 ...
2
votes
4answers
3k views
debian: Remove or reinstall package in a very bad inconsistent state
I'm having a package management problem:
At some point, I must have interrupted an update or something, because the bluez package has broken. I've tried removing and/or reinstalling, but I get ...
2
votes
3answers
553 views
How to install StackApplet on Debian?
I would love to install StackApplet on Debian 6.0.2!
I downloaded 'stackapplet_1.4.0_all.deb' and ran following command:
root@debian:/home/dagrevis/Downloads# dpkg -i stackapplet_1.4.0_all.deb
...
6
votes
3answers
5k views
Installing a .deb package in home directory
Is it possible to install a .deb package completely under my home directory at debian?
3
votes
2answers
218 views
Install downloaded packages with dependencies
I sometimes download .deb packages from the internet and install them with dpkg -i package.deb If the packages have unmet dependencies. How can I install the dependencies automatically (similar to ...
3
votes
1answer
368 views
listing packages in Debian, a la `dpkg -l`, but including the package origin/source
I want to list all packages of the form
$ dpkg -l libav\*
but in addition to this output, I would like the origin/source (I'm not sure of the preferred term) of each package. If the package doesn't ...
2
votes
2answers
861 views
Why did 'apt-get install ffmpeg' fail?
I dont understand how or why apt-get install failed. It mentions ssmtp which is simple smtp which i use to send mail from my server to my google apps account. I dont understand what is wrong or how to ...
7
votes
1answer
928 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!