Install podget
Installing podget package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install podget
podget package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | podget |
version | 0.7.13-1 |
description | Podcast aggregrator/downloader optimized for cron |
subsection | misc |
website | podget.sourceforge.net |
maintainer | Dave Vehrs |
Uninstall podget
To remove just podget package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove podget
Uninstall podget and it’s dependent packages
To remove the podget package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove podget
Purging podget
If you also want to delete configuration and/or data files of podget from Debian Sid then this will work:
sudo apt-get purge podget
To delete configuration and/or data files of podget and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove podget