Install sozi
Installing sozi package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install sozi
sozi package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | sozi |
version | 12.05-1 |
description | inkscape extension for creating animated presentations |
subsection | graphics |
website | sozi.baierouge.fr / wiki / en:welcome |
maintainer | Kan-Ru Chen |
Uninstall sozi
To remove just sozi package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove sozi
Uninstall sozi and it’s dependent packages
To remove the sozi package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove sozi
Purging sozi
If you also want to delete configuration and/or data files of sozi from Debian Sid then this will work:
sudo apt-get purge sozi
To delete configuration and/or data files of sozi and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove sozi