Install prosper
Installing prosper package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install prosper
prosper package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | prosper |
version | 1.00.4+cvs.2007.05.01-4 |
description | LaTeX class for writing transparencies |
subsection | tex |
maintainer | Masayuki Hatta (mhatta) |
Uninstall prosper
To remove just prosper package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove prosper
Uninstall prosper and it’s dependent packages
To remove the prosper package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove prosper
Purging prosper
If you also want to delete configuration and/or data files of prosper from Debian Sid then this will work:
sudo apt-get purge prosper
To delete configuration and/or data files of prosper and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove prosper