Install nikola
Installing nikola package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nikola
nikola package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nikola |
version | 7.6.4-1 |
description | simple yet powerful and flexible static website and blog generator |
subsection | python |
website | getnikola.com |
maintainer | Agustin Henze |
Uninstall nikola
To remove just nikola package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nikola
Uninstall nikola and it’s dependent packages
To remove the nikola package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nikola
Purging nikola
If you also want to delete configuration and/or data files of nikola from Debian Sid then this will work:
sudo apt-get purge nikola
To delete configuration and/or data files of nikola and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nikola