aptitude --with-recommends
From: Michael Haak (mhaak_at_learningcommunity202.org)
Date: 05/31/05
- Previous message: Adam Funk: "Re: Leafnode timing out on news server that works with a news client."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 31 May 2005 10:19:20 -0500 To: <jonathan.kaye@sea.gmane.org>
I also understood the documentation to mean that the --with-recommends
option of aptitude would install any new recommended packages, but I
couldn't get it to work that way either. As a workaround, after the
command to upgrade, I run three more:
aptitude -y -d install '(!~i)~Rrecommends:((~i)(~Brecommends))'
aptitude -y markauto '(!~i)~Rrecommends:((~i)(~Brecommends))'
aptitude -y install
The first one only downloads the uninstalled packages that are
recommended by installed packages with unsatisfied recommendations.
Since they're not installed yet, I can still use the same expression to
mark them all automatically installed in the second command. The final
command finishes up by actually doing the installation.
Hope this helps.
Mike
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Adam Funk: "Re: Leafnode timing out on news server that works with a news client."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|