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