Install u3-tool
Installing u3-tool package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install u3-tool
u3-tool package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | u3-tool |
version | 0.3-1.1 |
description | tool for controlling the special features of a U3 USB flash disk |
subsection | utils |
website | u3-tool.sourceforge.net |
maintainer | Evgeni Golov |
Uninstall u3-tool
To remove just u3-tool package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove u3-tool
Uninstall u3-tool and it’s dependent packages
To remove the u3-tool package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove u3-tool
Purging u3-tool
If you also want to delete configuration and/or data files of u3-tool from Debian Sid then this will work:
sudo apt-get purge u3-tool
To delete configuration and/or data files of u3-tool and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove u3-tool