08-04-2016, 10:16 AM
Oh I see, thanks!
sudo apt-get install sg3-utils
(08-04-2016, 10:26 AM)Wirezfree link Wrote: Hi,
Yes in terminal:
Code:sudo apt-get install sg3-utils
The next part not sure how to proceed, maybe somebody else might know..??
I'm only guessing that it will just "unlock" the disk, and leave contents intact.
sudo apt-get remove sg3-utilssudo apt-get purge sg3-utils
(08-04-2016, 11:02 AM)Wirezfree link Wrote: Yes, in a terminal:
That should remove it.Code:sudo apt-get remove sg3-utils
or
Open Synaptic Package Manager, search for the package you want to remove, sg3-utils
click on the checkbox next to it and select "mark for removal", click "Apply", the package should be removed.
Sometimes applications can also install multiple packages...
To make sure that you uninstall all related packages and configuration files,
You can type in a terminal:
orCode:sudo apt-get purge sg3-utils
Open Synaptic Package Manager, and "mark for complete removal" instead of just "mark for removal".
