Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

List installed software from non-free repo

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Revenger
Posts: 382
Joined: 2010-11-16 11:47

Re: List installed software from non-free repo

#16 Post by Revenger »

fsmithred wrote:This should be on one line:

Code: Select all

dpkg-query -W --showformat='${Package}\t${Section}\n' |grep -e non-free -e contrib
Nice one, thanks 8)
Next time someone says 'Go to hell' to me, I come right here.

Do you need bad help?

eric1959
Posts: 1298
Joined: 2008-12-15 13:17
Location: Amsterdam

Re: List installed software from non-free repo

#17 Post by eric1959 »

**************************
Last edited by eric1959 on 2011-02-04 08:20, edited 1 time in total.
Debian Bits And Snips
Squeeze, Gnome, amd64, Intel Core i3-530, Geforce GT330

User avatar
bugsbunny
Posts: 5354
Joined: 2008-07-06 17:04
Been thanked: 1 time

Re: List installed software from non-free repo

#18 Post by bugsbunny »

Code: Select all

aptitude search ~i~s"non-free~|contrib"
or

Code: Select all

aptitude search ~i~snon-free ~i~scontrib
If you want package names, section, and archive (testing, stable, unstable):

Code: Select all

aptitude search ~i~snon-free ~i~scontrib -F"%p#  %s#  %t#"

eric1959
Posts: 1298
Joined: 2008-12-15 13:17
Location: Amsterdam

Re: List installed software from non-free repo

#19 Post by eric1959 »

*********************************
Debian Bits And Snips
Squeeze, Gnome, amd64, Intel Core i3-530, Geforce GT330

SputnikFromZ10n
Posts: 1
Joined: 2018-01-11 15:38

Re: List installed software from non-free repo

#20 Post by SputnikFromZ10n »

traveler wrote:First I've heard of vrms. Great tip. Someone should fork it so an ascii RMS will show up in the terminal admonishing you in varying degrees based on how much non-free/contrib is on your system.
Haha I wrote to the maintainer some years ago, asking for this exact feature :lol:
(I registered on the board just to let you know ^^)

Post Reply