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 packages installed from specific repository

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
circus78
Posts: 35
Joined: 2012-09-14 08:47

List packages installed from specific repository

#1 Post by circus78 »

Hi,
I am using Debian wheezy, this is my sources.list:

Code: Select all

deb http://debian.fastweb.it/debian/ wheezy main
deb http://security.debian.org/ wheezy/updates main
deb http://debian.fastweb.it/debian/ wheezy-updates main
deb http://www.deb-multimedia.org wheezy main
I would like to list all packages installed from deb-multimedia.org.

I got some results with:

# dpkg -l |grep dmo
ii ffmpeg 8:1.0.10-dmo1 amd64 audio/video encoder, streaming server & audio/video file converter.
ii libaacplus2:amd64 2.0.2-dmo1 amd64 AAC+ encoding library - runtime files
ii libavcodec54:amd64 8:1.0.10-dmo1 amd64 Library to encode decode multimedia streams - runtime files.
ii libavdevice54:amd64 8:1.0.10-dmo1 amd64 FFmpeg device handling library.
ii libavfilter3:amd64 8:1.0.10-dmo1 amd64 FFmpeg filter library.
ii libavformat54:amd64 8:1.0.10-dmo1 amd64 FFmpeg file format library.
ii libavutil51:amd64 8:1.0.10-dmo1 amd64 FFmpeg avutil library - runtime files
ii libdca0:amd64 0.0.5-dmo1 amd64 decoding library for DTS Coherent Acoustics streams
ii libfaac0:amd64 1:1.28-dmo3 amd64 AAC audio encoder - library files.
ii libfdk-aac0:amd64 0.1.1-dmo1 amd64 Fraunhofer FDK AAC codec library.
ii libmp3lame0:amd64 1:3.99.5-dmo2+wheezy2 amd64 Shared libraries for MP3 encoding.
ii libpostproc52:amd64 8:1.0.10-dmo1 amd64 postproc shared libraries.
ii libswresample0:amd64 8:1.0.10-dmo1 amd64 FFmpeg audio rescaling library.
ii libswscale2:amd64 8:1.0.10-dmo1 amd64 FFmpeg video scaling library.
ii libx264-132:amd64 3:0.132.2310+git76a5c3a-dmo1 amd64 x264 video coding library
ii libxvidcore4:amd64 3:1.3.2-dmo1 amd64 High quality ISO MPEG4 codec library
ii mencoder 3:1.1.1-dmo4.wheezy1 amd64 MPlayer's Movie Encoder.
ii yasm 1.2.0-dmo2 amd64 modular assembler with multiple syntaxes support

...anyway, I don't know if "grep dmo" is the most accurate way to get this information...

Thank you!

User avatar
orythem27
Posts: 252
Joined: 2017-05-11 07:59
Location: P.R. China

Re: List packages installed from specific repository

#2 Post by orythem27 »

circus78 wrote:I would like to list all packages installed from deb-multimedia.org.
See:

Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: List packages installed from specific repository

#3 Post by Wheelerof4te »

Unless you want to play DVD's on your computer, you don't need deb-multimedia.org repo anymore.

kreemoweet
Posts: 54
Joined: 2013-07-23 08:23

Re: List packages installed from specific repository

#4 Post by kreemoweet »

In the Synaptic package manager, there's a very handy filter pane on the left side. Select the Origin button, and you get a list of all your configured repositories.
Clicking on one of them will give you a list of all packages from that repository, with the installation status marked.

Post Reply