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