Install ptex2tex
Installing ptex2tex package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ptex2tex
ptex2tex package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ptex2tex |
version | 0.4-1 |
description | easy generation of (possibly complex) LaTeX environments |
subsection | text |
website | ptex2tex.googlecode.com |
maintainer | Python Applications Packaging Team |
Uninstall ptex2tex
To remove just ptex2tex package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ptex2tex
Uninstall ptex2tex and it’s dependent packages
To remove the ptex2tex package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ptex2tex
Purging ptex2tex
If you also want to delete configuration and/or data files of ptex2tex from Debian Sid then this will work:
sudo apt-get purge ptex2tex
To delete configuration and/or data files of ptex2tex and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ptex2tex