08-04-2016, 10:16 AM
Pages: 1 2
08-04-2016, 10:18 AM
Will that method erase my entire disk?
then install sg3-utils: <----I'm done on this part not sure what's next.
sudo apt-get install sg3-utils
Not also sure where to put those codes.
then install sg3-utils: <----I'm done on this part not sure what's next.
sudo apt-get install sg3-utils
Not also sure where to put those codes.
08-04-2016, 10:26 AM
Hi,
Yes in terminal:
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.
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.
08-04-2016, 10:38 AM
(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.
Okay, if I got no help. Is it possible to undo what I've done?
08-04-2016, 11:02 AM
Yes, in a terminal:
That should remove it.
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:
or
Open Synaptic Package Manager, and "mark for complete removal" instead of just "mark for removal".
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:
Code:
sudo apt-get purge sg3-utils
Open Synaptic Package Manager, and "mark for complete removal" instead of just "mark for removal".
08-04-2016, 11:18 AM
(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".
Thank you so much! I'll wait for awhile. Thank you for being so responsive and helpful.
08-04-2016, 12:33 PM
No problem ... GL
Pages: 1 2