Install price.app
Installing price.app package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install price.app
price.app package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | price.app |
version | 1.1.0-1+b1 |
description | Image filtering and manipulation using GNUstep |
subsection | gnustep |
website | price.sourceforge.net |
maintainer | Gürkan Sengün |
Uninstall price.app
To remove just price.app package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove price.app
Uninstall price.app and it’s dependent packages
To remove the price.app package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove price.app
Purging price.app
If you also want to delete configuration and/or data files of price.app from Debian Sid then this will work:
sudo apt-get purge price.app
To delete configuration and/or data files of price.app and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove price.app