Install libtexluajit-dev
Installing libtexluajit-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libtexluajit-dev
libtexluajit-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libtexluajit-dev |
version | 2015.20160222.37495-1 |
description | Tex Live: LuaJIT, modified for use with LuaJITTeX (development part) |
subsection | libdevel |
website | tug.org / texlive / |
maintainer | Debian TeX Maintainers |
Uninstall libtexluajit-dev
To remove just libtexluajit-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libtexluajit-dev
Uninstall libtexluajit-dev and it’s dependent packages
To remove the libtexluajit-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libtexluajit-dev
Purging libtexluajit-dev
If you also want to delete configuration and/or data files of libtexluajit-dev from Debian Sid then this will work:
sudo apt-get purge libtexluajit-dev
To delete configuration and/or data files of libtexluajit-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libtexluajit-dev