Install xfractint
Installing xfractint package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install xfractint
xfractint package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | xfractint |
version | 20.4.10-2 |
description | UNIX-based fractal generator |
subsection | graphics |
website | fractint.org |
maintainer | Riku Voipio |
Uninstall xfractint
To remove just xfractint package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove xfractint
Uninstall xfractint and it’s dependent packages
To remove the xfractint package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove xfractint
Purging xfractint
If you also want to delete configuration and/or data files of xfractint from Debian Sid then this will work:
sudo apt-get purge xfractint
To delete configuration and/or data files of xfractint and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove xfractint