Install scribus-doc
Installing scribus-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install scribus-doc
scribus-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | scribus-doc |
version | 1.4.6-1 |
description | non-free documentation for Scribus |
subsection | doc |
website | docs.scribus.net |
maintainer | Mattia Rizzolo |
Uninstall scribus-doc
To remove just scribus-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove scribus-doc
Uninstall scribus-doc and it’s dependent packages
To remove the scribus-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove scribus-doc
Purging scribus-doc
If you also want to delete configuration and/or data files of scribus-doc from Debian Sid then this will work:
sudo apt-get purge scribus-doc
To delete configuration and/or data files of scribus-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove scribus-doc