How to install SG3_utils in a Debian Build of Linux

Jared

Administrator
Staff member
Just for anyone out there who doesn't feel like fighting with the manual way of installing this package into Debian Linux or its variants such as Sparky Linux which I use. Here's the easy way to do it:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install software-properties-common
sudo apt-get install sg3-utils (not sg3_utils like you'd normally use in Redhat linux, it's actually a hyphen)

Hope this helps to save someone time. I know it's an answer I was looking for an hour ago.
 
Top