aptitude is a front-end to the Advanced Packaging Tool (APT). It displays a list of software packages and allows the user to interactively pick packages to install or remove. In addition to a curses based interface, it also has a command line interface.

learn more… | top users | synonyms

1
vote
1answer
42 views

Is there a website for redirecting to odd protocols from http?

For instance, if you click a URL with the apt: protocol in Ubuntu, it will install a package from your repository: Install firefox As you can see, this doesn't work on StackExchange, despite the ...
6
votes
2answers
1k views

What is the difference between Recommended and Suggested packages (Ubuntu)

On Ubuntu when you install a package, there can be dependencies, recommendations and suggestions. For example: virtualbox-ose has adduser as dependency, libgl1 as recommendation and libpulse0 as ...
2
votes
1answer
104 views

The internal architecture of apt management system?

To make it more concrete, what's the relationship among apt-get, apt-file, apt-cache, aptitude and dpkg? I know that aptitude is the friendly front end to dpkg - so is apt-get, but less friendly. So ...
13
votes
8answers
13k views

How to work around blocked outbound hkp port for apt keys

I'm using Ubuntu 9.10, and need to add some apt repositories. Unfortunately, I get messages like this when running sudo apt-get update: W: GPG error: http://ppa.launchpad.net karmic Release: The ...
0
votes
2answers
328 views

How to solve “signatures couldn't be verified” when running “sudo apt-get update”?

Hi i got this error while running the sudo apt-get update command on my Ubuntu machine :( Error: Fetched 308B in 1s (158B/s) Reading package lists... Done W: GPG error: http://ppa.launchpad.net ...
4
votes
2answers
1k views

In Ubuntu/Debian, how do I mark a package as non-auto removable?

Suppose I have a package (a Python package in this case) that I install using Synaptic. Because the version of this package is somewhat outdated, I remove it in Synaptic and then install it using ...
0
votes
4answers
1k views

Why is apt-get trying to install linux-image? (and how can I stop it?)

The other day, I tried to update Abiword by running the command sudo apt-get update abiword. Obviously, it didn't work, but I had no idea how badly it would fail. apt-get began installing several ...
3
votes
2answers
1k views

Using dpkg to install packages from a local directory

I'm refining our installer. The way it works is all our components are made into .deb files. The installer merely calls dpkg on all of them at once, along with their dependencies. This works ...
44
votes
1answer
7k views

What are “Super Cow Powers” and why doesn't my aptitude have them?

sudo aptitude help aptitude 0.4.11.11 Usage: aptitude [-S fname] [-u|-i] aptitude [options] <action> ... Actions (if none is specified, aptitude will enter interactive mode): ... This ...
8
votes
4answers
2k views

How can I display the list of all packages installed on my Debian system?

How can I get the list of all packages installed on my Debian system (I know this one is easy)? And also a list of all packages marked as manual? I am thinking about system upgrade, but I can't ...
5
votes
6answers
33k views

How can I undo or rollback an “apt-get upgrade” command on Ubuntu?

Is there a way in Ubuntu to rollback or undo the last upgrade after doing an apt-get upgrade if you don't like the results?
1
vote
2answers
219 views

How to keep a Debian install running after several apt-get dist-upgrade

I have been using my debian install for a while and I kept dist-upgrading because I didn't want to reinstall everything after every new Release. But now I'm starting to get a few errors at the reboot ...
2
votes
3answers
220 views

Aptitude keeps saying package installed when it was removed and purged

I have a server, 8.04, which i've been toying with Postfix, installing and removing with purge option. The thing is, i wanna reinstall it (so it shows the config menu) but Aptitude and apt keep ...
2
votes
4answers
630 views

Is running Ubuntu Update Manager roughly equivalent to installing the latest Ubuntu version fresh?

I keep hearing about new versions of Ubuntu with their own Live CD and what not... If I just run Update Manager on my existing installation of Ubuntu, is that getting me all the new goodness, or just ...
9
votes
2answers
611 views

Is there any way to limit my Internet connection to a per program basis?

My Linux connection is REALLY free. I live in Brazil, so where I live I can only have 1 Mbit/s. Yes I know it's sad, but it's not the point. Everytime I'm updating my Ubuntu 9.04 or downloading ...
10
votes
6answers
15k views

How to fix broken synaptic updates: “Package is in a very bad inconsistent state”

I have a Dell Mini9 running Ubuntu 8.10. One day I had the bright idea to see if I could install a LAMP stack. I had trouble installing MySQL 5.0. I don't recall the error, but ever since all ...
1
vote
2answers
307 views

Autoconfiguring proxies in linux based on local IP addres

I'm using my laptop in different offices, and whenever I switch locations I have to re-set the http proxy for wget, firefox, apt, etc... Is there a way to do this automatically based on the local IP ...
28
votes
6answers
10k views

Find what package a file belongs to in Ubuntu/Debian?

I frequently find myself missing a program, man page, or other file when working on my Ubuntu 8.04 system. Is there any simple way to look up what package contains a given file (whether it is ...
24
votes
7answers
4k views

How do you track which packages were installed on Ubuntu (Linux)?

(This question is very similar to 10458. It was suggested that Fedora and Ubuntu/Debian are different enough to warrant different answers.) As I use any Ubuntu setup I gradually install a number of ...
5
votes
3answers
386 views

Packages in weird state

On my Debian system I seem to have a few packages in weird state. When I run upgrade, they are always to be intstalled: grzes:/home/ga# apt-get dist-upgrade Reading package lists... Done Building ...
5
votes
6answers
952 views

“sudo apt-get install xyz” command

Can someone explain what actions this command will perform? sudo apt-get install xyz

1 2 3 4