Install projectcenter.app
Installing projectcenter.app package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install projectcenter.app
projectcenter.app package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | projectcenter.app |
version | 0.6.1-1 |
description | IDE for GNUstep Development |
subsection | gnustep |
website | gnustep.org / experience / ProjectCenter.html |
maintainer | Debian GNUstep maintainers |
Uninstall projectcenter.app
To remove just projectcenter.app package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove projectcenter.app
Uninstall projectcenter.app and it’s dependent packages
To remove the projectcenter.app package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove projectcenter.app
Purging projectcenter.app
If you also want to delete configuration and/or data files of projectcenter.app from Debian Sid then this will work:
sudo apt-get purge projectcenter.app
To delete configuration and/or data files of projectcenter.app and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove projectcenter.app