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

List installed software from non-free repo

#1 Post by Revenger »

I was wondering is it posible to list all software installed from non-free and/or contrib repository?
Next time someone says 'Go to hell' to me, I come right here.

Do you need bad help?

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

Re: List installed software from non-free repo

#2 Post by llivv »

it doesn't tell you where it came from, it just tells you if you installed it

vrms

Virtual Richard M Stallman available in the debian repo
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

Revenger
Posts: 382
Joined: 2010-11-16 11:47

Re: List installed software from non-free repo

#3 Post by Revenger »

That's what I was afraid from. Thanks anyway
Next time someone says 'Go to hell' to me, I come right here.

Do you need bad help?

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

Re: List installed software from non-free repo

#4 Post by llivv »

Using aptitudes visual interface it may be possible to configure it to show you contrib and non-free..
If using aptitudes visual mode is an option for you, let me know and I'll double check.
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

User avatar
Mr James
Posts: 1258
Joined: 2010-09-10 13:02

Re: List installed software from non-free repo

#5 Post by Mr James »

Synaptic
asus S551L laptop :: debian stable :: dwm

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

Re: List installed software from non-free repo

#6 Post by eric1959 »

Mr James wrote:Synaptic
How...?
Debian Bits And Snips
Squeeze, Gnome, amd64, Intel Core i3-530, Geforce GT330

User avatar
Mr James
Posts: 1258
Joined: 2010-09-10 13:02

Re: List installed software from non-free repo

#7 Post by Mr James »

Go to Origin -> pick your poison.
asus S551L laptop :: debian stable :: dwm

User avatar
ninku
Posts: 10
Joined: 2010-10-28 23:24
Location: Suomi

Re: List installed software from non-free repo

#8 Post by ninku »

Hmm. Maybe I got it wrong, but doesn't vrms do exactly what Revenger was asking?

Code: Select all

$ vrms
               Non-free packages installed on tuike

firmware-linux-nonfree    Binary firmware for various drivers in the Linux kerne

                Contrib packages installed on tuike

flashplugin-nonfree       Adobe Flash Player - browser plugin

  1 non-free packages, 0.1% of 1250 installed packages.
  1 contrib packages, 0.1% of 1250 installed packages.

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

Re: List installed software from non-free repo

#9 Post by eric1959 »

Mr James wrote:Go to Origin -> pick your poison.
Should be obvious....but I did not see it !
Debian Bits And Snips
Squeeze, Gnome, amd64, Intel Core i3-530, Geforce GT330

User avatar
traveler
Posts: 942
Joined: 2010-06-09 22:07

Re: List installed software from non-free repo

#10 Post by traveler »

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.
I wish for a conjugal visit and world peace. (Don't want to seem selfish.)

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

Re: List installed software from non-free repo

#11 Post by llivv »

the package description says there are some plans for more functions in the future

I ain't got no damned contrib or non-free packages installed on this partition...

vrms didn't find my flash plugin, but it's also not installed the debian way...
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

User avatar
rivenathos
Posts: 217
Joined: 2009-01-09 11:57

Re: List installed software from non-free repo

#12 Post by rivenathos »

Not sure about you guys, but in my GNOME install, all I have to do is open Synaptic and press the Origin button in the bottom-left. The list of repositories is in the upper-left. Highlight non-free, and the packages in that repository show up on the top-right. Is this what you are talking about?
Running Debian on Dell: OptiPlex 3010, OptiPlex 7010, OptiPlex 9010, and Inspiron 1545.
Linux User #461545
Savannah, Georgia, USA

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

Re: List installed software from non-free repo

#13 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

Revenger
Posts: 382
Joined: 2010-11-16 11:47

Re: List installed software from non-free repo

#14 Post by Revenger »

llivv wrote:Using aptitudes visual interface it may be possible to configure it to show you contrib and non-free..
If using aptitudes visual mode is an option for you, let me know and I'll double check.
I am always looking for new tips and tricks.
eric1959 wrote:
Mr James wrote:Synaptic
How...?
Cool, didn't think of that. Just select Something (non-free) and you will have list of available packages in that category. Installed ones should be green like on this pic.

Image
ninku wrote:Hmm. Maybe I got it wrong, but doesn't vrms do exactly what Revenger was asking?
That's exactly I wanted, thanks.
Next time someone says 'Go to hell' to me, I come right here.

Do you need bad help?

fsmithred
Posts: 1873
Joined: 2008-01-02 14:52

Re: List installed software from non-free repo

#15 Post by fsmithred »

This should be on one line:

Code: Select all

dpkg-query -W --showformat='${Package}\t${Section}\n' |grep -e non-free -e contrib

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