1
vote
0answers
34 views

How to install xnviewmp using package management aptitude `apt-get` on Ubuntu 12.10?

How to install xnviewmp using package management aptitude apt-get on Ubuntu 12.10? Visiting https://apps.ubuntu.com/cat/applications/xnviewmp/ and clicking through to software center ends results in ...
1
vote
2answers
83 views

list all suggested packages for currently installed packages

Every time I install a package: sudo apt-get install <pkg> apt-get displays a list of suggested packages. I have simply ignored these so far, but some of these suggestions are actually good ...
1
vote
0answers
178 views

I'm having a multi-arch problem. How can I fix it?

Running the following commands give me the same abrupt ending, any ideas? 1. sudo apt-get -f install -y Reading package lists... Done Building dependency tree Reading state information... ...
1
vote
1answer
173 views

I Can't Install or Remove Any Application

when i try to install or remove an application via either software center or apt-get install they both fail and give some debconf errors below is the log please help.Sorry some of the text is not ...
1
vote
0answers
22 views

How to list programms with their dependency complete size

How to list by size installed packages with their dependecies with complete size and date?
0
votes
0answers
37 views

How do I fix dpkg errors after a failed upgrade? libc6 [duplicate]

Possible Duplicate: Why did my upgrade to 12.04 fail with “glibc not found” or “libc6” or “requires kernel 2.6.24” error? root@ubuntu:~# dpkg --configure ...
2
votes
1answer
316 views

Why does aptitude list a package as not installed while dpkg says it is installed?

When I stat on my 11.10 machine aptitude search lightdm I get this: p gir1.2-lightdm-1 - Typelib file for liblightdm-1 p liblightdm-gobject-1-0 - LightDM ...
0
votes
1answer
209 views

Get list of recommended packages (suggestions) for touch screen support after apt-get install lxde

I was manually installing X server and lxde on my cellphone's chrooted ubuntu. There were a couple of packages suggested after install related to touchscreen support. I can't remember the name of ...
2
votes
2answers
286 views

Uninstalling package unrecognized by aptitude

Some times ago I installed qtikz on my system, but I don't remember if I did it via dpkg -i --force-architecture or directly from source (perhaps via checkinstall). In short, it is not working and I ...
11
votes
3answers
1k views

Why do some packages conflict with themselves?

After an upgrade to Oneiric I have had some troubles with the package manager (it wanted to remove half of my system, including libc6, zlib1g packages etc). During the fight with aptitude I've noticed ...
11
votes
1answer
4k views

Restoring all data and dependencies from dpkg --set-selections '*'

So I can run on one machine: dpkg --get-selections '*' > selection.txt On another machine: dpkg --set-selections < selection.txt ... followed by either of the following: aptitude install ...
0
votes
3answers
242 views

Removing packages through a list [closed]

I'm running Peppermint OS Two and it uses natty packages. I want to introduce some oneiric packages. As I go along I backup my list of packages and /var/cache/apt/archives. The plan is if I install ...
2
votes
1answer
179 views

Why do dpkg and aptitude want to remove MOST of my system?

I was installing and uninstalling some packages on my home 11.10 system, when I suddenly noticed that dpkg and aptitude want to remove almost everything. Synaptic seems fine. At work, where I have an ...
1
vote
1answer
778 views

How do I remove a package with “rU” status?

I was trying to install some 32bit libraries with dpkg -i --force-architecture command. But it failed due to dependency problem. Now if I try to install 64 bit version of the same library, it says it ...
17
votes
7answers
14k views

How to let `dpkg -i` install dependencies for me?

Say, I have foo-1.2.3.deb which depends on perl and python, however, running command: dpkg -i ./foo-1.2.3.deb won't install these dependencies. So I must apt-get install perl python by hand. How ...
16
votes
3answers
3k views

apt-get vs. aptitude .vs synaptic compatibility

I had been a Debian user for almost 3 years... but memories have gone really fuzzy... I "kind of" remember that I should only use one of the package managers... Either apt-get, aptitude, or synaptic, ...
6
votes
8answers
1k views

Useful apt (dpkg) commands

Please post your less-known, but useful apt commands involving apt-*, dpkg, or aptitude.
4
votes
2answers
1k views

What does “selecting previously deselected package” mean?

Whenever I install software from the command-line using apt-get or aptitude, I see messages like this: Selecting previously deselected package foobar-cil-dev. I understand "downloading" and ...
0
votes
2answers
459 views

Why would the aptitude binary be missing if its package is installed?

Yesterday I upgraded a laptop from Kubuntu 9.04 (Lucid) to 9.10 (Karmic). Then afterwards I tried to install some software $ sudo aptitude install dont-remember-what-it-was and I get sudo: ...