Page 1 of 1

How to install smartmontools?

Posted: 15 Jan 2015, 06:39
by Gerti
Hi!

I'd like to install the smartmontools on my B3, but failed.

Code: Select all

root@b3:/home/gerti# apt-get install smartmontools
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package smartmontools
I just set up the device a few days ago with installation of latest package b3-install-2.4.1.1 and manual update to 2.6.0.x by

Code: Select all

change_distribution elvin
apt-get update
apt-get dist-upgrade


How can I install the smartmontools to check the status of the installed harddisk?

Best,
Gerti

Re: How to install smartmontools?

Posted: 15 Jan 2015, 13:41
by johannes
You also need to add debian sources to get access to other than standard bubba packages. Do:

Code: Select all

change_distribution -u elvin
apt-get update
..and try again. (The -u for upstream makes all the difference). :)

Re: How to install smartmontools?

Posted: 16 Jan 2015, 12:25
by Gerti
Hello Johannes,

thanks a lot, installation works fine now.

Best
Michael