How do you install sensors applet in Linux using apt-get command?
Here is a tutorial to learn how to install sensors applet using apt-get command.
Step 1: Open terminal with su access and enter the command as shown below:
apt-get install sensors applet -y
Step 2: After completion, the install command exits and instructs the user to restart the running instances of sensors applet if it is running already.
Result of the Command Execution shown below:
r o o t @ h i o x : ~ a p t g e t i n s t a l l s e n s o r s a p p l e t y