Install scolasync
Installing scolasync package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install scolasync
scolasync package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | scolasync |
version | 5.2-1 |
description | graphic tool to copy data to or from a set of USB storage media |
subsection | x11 |
maintainer | Georges Khaznadar |
Uninstall scolasync
To remove just scolasync package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove scolasync
Uninstall scolasync and it’s dependent packages
To remove the scolasync package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove scolasync
Purging scolasync
If you also want to delete configuration and/or data files of scolasync from Debian Sid then this will work:
sudo apt-get purge scolasync
To delete configuration and/or data files of scolasync and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove scolasync