Install gstreamer0.10-plugins-ugly on Ubuntu: sudo apt-get install gstreamer0.10-plugins-ugly

Learn how to install gstreamer0.10-plugins-ugly with the command sudo apt-get install gstreamer0.10-plugins-ugly on Ubuntus.


 

Ads

Quick installation of gstreamer0.10-plugins-ugly:

Step 1: Update system:

	sudo apt-get update

Step 2: Install: gstreamer0.10-plugins-ugly

Ater updaing the OS run following command to install the packae:

	sudo apt-get install gstreamer0.10-plugins-ugly

Package Details

Package:gstreamer0.10-plugins-ugly
Version:0.10.18.3-1ubuntu1
Maintainer:Ubuntu Developers
Home page:http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
Description:GStreamer plugins from the "ugly" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains plugins from the "ugly" set, a set of good-quality plug-ins that might pose distribution problems. Multi-Arch: same Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html Gstreamer-Decoders: application/vnd.rn-realmedia; application/x-pn-realaudio; application/x-rdt, media=(string)application, encoding-name=(string)X-REAL-RDT; application/x-rtp, media=(string){ application, video, audio }, payload=(int)[ 96, 127 ], encoding-name=(string)X-ASF-PF; audio/AMR; audio/AMR-WB; audio/ac3; audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]; audio/mpeg, mpegversion=(int)1, parsed=(boolean)false; audio/x-ac3; audio/x-lpcm; audio/x-private1-ac3; audio/x-private1-lpcm; audio/x-sid; video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean){ true, false }; video/x-ms-asf Gstreamer-Elements: a52dec, ac3iec958, amrnbdec, amrnbenc, amrwbdec, asfdemux, cdiocddasrc, dvddemux, dvdlpcmdec, dvdreadsrc, dvdsubdec, dvdsubparse, lame, lamemp3enc, mad, mp3parse, mpeg2dec, mpegdemux, mpegparse, pnmsrc, rademux, rdtdepay, rdtmanager, rmdemux, rtpasfdepay, rtspreal, rtspwms, siddec, twolame, x264enc, xingmux Gstreamer-Encoders: audio/AMR; audio/mpeg, mpegversion=(int)1, layer=(int){ 2, 3 }; audio/x-iec958; audio/x-raw-int, endianness=(int)4321, signed=(boolean)true; video/x-h264, stream-format=(string){ byte-stream, avc }, alignment=(string){ au }, profile=(string){ high-10, high, main, constrained-baseline, high-10-intra } Gstreamer-Uri-Sources: cdda, dvd, pnm Gstreamer-Version: 0.10
Distro:Ubuntu 12.04 LTS
Release:
Repo/Section:universe/libs

How to install gstreamer0.10-plugins-ugly on Ubuntu 12.04 LTS?

Install gstreamer0.10-plugins-ugly on Ubuntu: sudo apt-get install gstreamer0.10-plugins-ugly

First of all update your system with the command:

sudo apt-get update

Ads

Above command will download the package lists for Ubuntu 12.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system.

After downloading the latest package list with the help of above you can run the installation process.

If gstreamer0.10-plugins-ugly is not installed on your compter then the command 'dpkg -L gstreamer0.10-plugins-ugly' will give followin error.

deepak@deepak-VirtualBox:~$ dpkg -L gstreamer0.10-plugins-ugly
Package `gstreamer0.10-plugins-ugly' is not installed.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
deepak@deepak-VirtualBox:~$ 

Installing gstreamer0.10-plugins-ugly:

After system update use the following command to install gstreamer0.10-plugins-ugly:

sudo apt-get install gstreamer0.10-plugins-ugly

Above command will confirm before installing the package on your Ubuntu 12.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.

How to uninstall/remove gstreamer0.10-plugins-ugly from Ubuntu 12.04 LTS?

Now we will see the commands for uninstalling the gstreamer0.10-plugins-ugly from Ubuntu 12.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.

To remove the gstreamer0.10-plugins-ugly following command is used:

sudo apt-get remove  gstreamer0.10-plugins-ugly

Following command is used to remove the gstreamer0.10-plugins-ugly package along with its dependencies:

sudo apt-get remove --auto-remove gstreamer0.10-plugins-ugly

This will remove gstreamer0.10-plugins-ugly and all its dependent packages which is no longer needed in the system.

Completely removing gstreamer0.10-plugins-ugly with all configuration files:

Following command should be used with care as it deletes all the configuration files and data:

sudo apt-get purge gstreamer0.10-plugins-ugly

or you can use following command also:

sudo apt-get purge --auto-remove gstreamer0.10-plugins-ugly

Above command will remove all the configuration files and data associated with gstreamer0.10-plugins-ugly package. You can can't recover the delete data, so, use this command with care.