installing port from universe

Mario Vukelic mario.vukelic at dantian.org
Mon Oct 23 23:51:29 UTC 2006


On Mon, 2006-10-23 at 15:50 -0700, Noah wrote:
> I am trying to install rdiff-backup (0.13.4-3ubuntu1) from universe.

Oh, ok then. The sources.list you posted in the original posting already
had the universe repository enabled. Therefore you only need to do this:

sudo aptitude update
sudo aptitude install rdiff-backup

You can also combine the 2 commands on one command lines, as such:

sudo aptitude update && sudo aptitude install rdiff-backup

The "&&" makes sure that the second command is only run if the first
command is successful.

You can read about aptitude in this
file: /usr/share/doc/aptitude/README, and you might want to read the man
page







More information about the ubuntu-users mailing list