Tagged Questions
0
votes
0answers
54 views
dpkg in uninterruptible sleep
I have several Ubuntu servers 10.04. Today, I tried to upgrade some packages on one of these servers and the process got stuck. I logged in using another SSH session and I found that dpkg is in D ...
0
votes
1answer
141 views
Unable to upgrade Ubuntu Server as psa-imp won't uninstall
When I try to upgrade Ubuntu using
apt-get upgrade
I get the message
(Reading database ... 67729 files and directories currently installed.)
Removing psa-imp ...
Where it will hang for ages ...
0
votes
1answer
313 views
How to recover broken dpkg after lucid-bleed ppa-purge?
Did a ppa-purge of lucid-bleed and dpkg didn't downgrade properly and now it is broken.
dpkg: PreDepends: tar (>= 1.23) but 1.22-2ubuntu1 is to be installed
What scares me is when simulating the ...
0
votes
1answer
221 views
Reconfiguring dpkg in Ubuntu 10.04
When I try to get certain libraries, I get the following message
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure
-a' to correct the problem.
It takes too long for it to ...
1
vote
1answer
968 views
Using dpkg --set-selections
I used the following commands to lock my Samba installation from upgrading.
echo samba hold | dpkg --set-selections
echo samba install | dpkg --set-selections
My question is simple. How do I ...
2
votes
0answers
116 views
yum whatprovides 'perl(Foo::Bar)' equivalent with apt or dpkg?
This is certainly related to this question, but I feel it doesn't overlap, so here we go. How can I get the functionality of the following command on Ubuntu (and/or Debian as bonus):
yum whatprovides ...
5
votes
2answers
3k views
Find (and reinstall) packages with corrupted files (without breaking anything)
I usually prefer to fix a Linux system than to reinstall from scratch. My computers have seen many distribution upgrades and a list of PPAs or third-party repositories. APT usually makes sure that ...
1
vote
1answer
1k views
How to download a package for offline installation? [duplicate]
Possible Duplicate:
How can I install software offline?
sudo apt-get install {x} ex: X = ghdl
I want download the package "X" to my USB . How can I do that ?
Second, my computer ...
2
votes
1answer
52 views
dpkg --print-avail PACKAGE fails
I just happened to notice that dpkg --print-avail PACKAGE (same as dpkg -p PACKAGE) is failing on my Ubuntu 10.04.2 server. Should I be concerned?
For example:
$ dpkg -p a2ps
Package `a2ps' is not ...
3
votes
3answers
2k views
How to get dpkg working again?
i tried to install sqlite3 on ubuntu 10.04 by typing:
sudo apt-get install sqlite3
this gave me the message
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the ...
3
votes
2answers
1k views
Can't install anything, dpkg error
I can't install anything on my Ubuntu.. I googled it, found the same problem, but none of the proposed solutions solved my issue.. All the time, it keeps giving me
No apport report written because ...
0
votes
1answer
331 views
Problems installing Ubuntu Tweak
I'm new to Ubuntu and loving it already. I installed Ubuntu 10.04 LTS and want to download and install Ubuntu Tweak. I followed the following process: system>administrator>synaptic package ...
9
votes
4answers
638 views
Does installing packages manually with dpkg prevent a future upgrade path?
I manage a private network which has no internet connectivity due to the security policy of the customer. This network has a single Ubuntu 10.04 LTS Server installation (soon to be several more) and ...