Changes between Version 96 and Version 97 of Download


Ignore:
Timestamp:
Aug 16, 2012, 4:23:57 PM (12 years ago)
Author:
Christian Franke
Comment:

Remove outdated install info for Linux

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v96 v97  
    273273</li>
    274274</ul>
    275 }}}
    276 
    277 
    278 ----
    279 
    280 === Debian Linux - Install the Debian package ===
    281 All versions of the smartmontools package in ''.deb'' format are available at the [http://packages.debian.org/search?keywords=smartmontools&amp;searchon=names&amp;suite=all&amp;section=all Debian package search page]. You can then install the package using:
    282 {{{
    283   # you need to be root to do this:
    284   dpkg -i smartmontools_5.39-1_i386.deb
    285 }}}
    286 
    287 ----
    288 
    289 === Red Hat Enterprise Linux, CentOS and Fedora Linux distributions ===
    290 
    291 The smartmontools package is part of the official repositories and can be installed using the {{{yum}}} command:
    292 
    293 {{{
    294   # you need to be root to do this:
    295   yum install smartmontools
    296 }}}
    297 
    298 ----
    299 
    300 === Other distributions providing RPM packages ===
    301 
    302 Download the latest binary RPM file ({{{smartmontools*.rpm}}}) for your
    303 distribution. Don't get the SRPM file ({{{*.src.rpm}}}).
    304 
    305 Install it using RPM.
    306 {{{
    307   # you need to be root to do this:
    308   rpm -ivh smartmontools_5.39-1_i386.deb
    309 }}}
    310 
    311 If you want to remove the package ({{{rpm -e smartmontools}}})
    312 and your system does not have {{{chkconfig}}} installed, you may need
    313 to use:
    314 
    315 {{{
    316   rpm -e --noscripts smartmontools
    317275}}}
    318276