Install rygel-gst-launch
Installing rygel-gst-launch package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install rygel-gst-launch
rygel-gst-launch package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | rygel-gst-launch |
version | 0.28.3-1 |
description | GNOME UPnP/DLNA services – gst-launch plugin |
subsection | net |
website | wiki.gnome.org / action / show / Projects / Rygel |
maintainer | Debian GNOME Maintainers |
Uninstall rygel-gst-launch
To remove just rygel-gst-launch package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove rygel-gst-launch
Uninstall rygel-gst-launch and it’s dependent packages
To remove the rygel-gst-launch package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove rygel-gst-launch
Purging rygel-gst-launch
If you also want to delete configuration and/or data files of rygel-gst-launch from Debian Sid then this will work:
sudo apt-get purge rygel-gst-launch
To delete configuration and/or data files of rygel-gst-launch and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove rygel-gst-launch