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