Changes between Version 59 and Version 60 of Download
- Timestamp:
- Oct 26, 2010, 11:05:10 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v59 v60 44 44 45 45 == Install precompiled package == 46 Starting with smartmontools release 5.37, RPM files 47 are no longer available at the smartmontools project download page. 48 Refer to the package download location of your distribution. 49 46 Precompiled packages are available for many distributions. 47 The following table provides links to info and/or download 48 locations: 50 49 {{{ 51 50 #!html … … 61 60 </tr> 62 61 <tr> 63 <td align="center" valign="center" rowspan="2 0">Linux</td>62 <td align="center" valign="center" rowspan="21">Linux</td> 64 63 <td style="background-color: #FAFAD2;" align="center">Arch Linux</td> 65 64 <td style="background-color: #FAFAD2;"> </td> … … 68 67 </tr> 69 68 <tr> 69 <td align="center">CentOS</td> 70 <td>5.5</td> 71 <td><a class="ext-link" href="http://mirror.centos.org/centos-5/5.5/os/" title="Download Mirror"><span class="icon">5.38-2</span></a></td> 72 <td><a class="ext-link" href="http://download.opensuse.org/repositories/home:/alex_sh/CentOS_5/" title="OBS Project Directory"><span class="icon">0.8.5-9</span></a></td> 73 </tr> 74 <tr> 70 75 <td align="center" valign="center" rowspan="4">Debian</td> 71 76 <td>sid (unstable)</td> … … 81 86 <td>lenny backports</td> 82 87 <td><a class="ext-link" href="http://packages.debian.org/lenny-backports/smartmontools" title="Distribution Info"><span class="icon">5.39.1+svn3060-1~bpo50+1</span></a></td> 83 <td> -</td>88 <td><a class="ext-link" href="http://download.opensuse.org/repositories/home:/alex_sh/Debian_5.0/" title="OBS Project Directory"><span class="icon">0.8.5</span></a></td> 84 89 </tr> 85 90 <tr> … … 92 97 <td style="background-color: #FAFAD2;">F-13 test updates</td> 93 98 <td style="background-color: #FAFAD2;"><a class="ext-link" href="https://admin.fedoraproject.org/pkgdb/builds/search/repo:F-13-*%20smartmontools" title="Distribution Info"><span class="icon">5.40-1</span></a></td> 94 <td ><a class="ext-link" href="http://download.opensuse.org/repositories/home:/alex_sh/Fedora_13/" title="OBS Project Directory"><span class="icon">0.8.5-9</span></a></td>99 <td style="background-color: #FAFAD2;"><a class="ext-link" href="http://download.opensuse.org/repositories/home:/alex_sh/Fedora_13/" title="OBS Project Directory"><span class="icon">0.8.5-9</span></a></td> 95 100 </tr> 96 101 <tr> … … 124 129 <td align="center">Mandriva</td> 125 130 <td>2010.1</td> 126 <td><a class="ext-link" href="http://sophie.zarb.org/rpm /Mandriva,2010.1,i586/smartmontools" title="Distribution Info"><span class="icon">5.39.1-1</span></a></td>127 <td><a class="ext-link" href="http://sophie.zarb.org/rpm /Mandriva,2010.1,i586/gsmartcontrol" title="Distribution Info"><span class="icon">0.8.5-1mdv2010.1</span></a></td>131 <td><a class="ext-link" href="http://sophie.zarb.org/rpmfind?distrib=Mandriva&version=current&search=smartmontools&st=provide" title="Distribution Info"><span class="icon">5.39.1-1</span></a></td> 132 <td><a class="ext-link" href="http://sophie.zarb.org/rpmfind?distrib=Mandriva&version=current&search=gsmartcontrol&st=provide" title="Distribution Info"><span class="icon">0.8.5-1</span></a></td> 128 133 </tr> 129 134 <tr> … … 227 232 228 233 === Debian Linux - Install the Debian package === 229 All versions of the smartmontools package in ''.deb'' format are available at the [http://packages.debian.org/search?keywords=smartmontools&searchon=names&suite=all&section=all Debian package search page]. 230 231 If you're running Debian [http://www.debian.org/releases/stable/ stable] please download a backport to stable [http://www.backports.org/debian/pool/main/s/smartmontools/ here]. These packages are provided by [http://www.backports.org/dokuwiki/doku.php www.backports.org]. 232 233 You can then install the package using: 234 {{{ 235 dpkg -i smartmontools_5.36-1_i386.deb 236 }}} 237 238 If you prefer to fetch the packages using apt, please read the instructions at [http://www.backports.org/dokuwiki/doku.php?id=instructions backports.org]. 239 240 ---- 241 242 === Red Hat Enterprise Linux, CentOS^1^ and Fedora Linux distributions === 234 All versions of the smartmontools package in ''.deb'' format are available at the [http://packages.debian.org/search?keywords=smartmontools&searchon=names&suite=all&section=all Debian package search page]. You can then install the package using: 235 {{{ 236 # you need to be root to do this: 237 dpkg -i smartmontools_5.39-1_i386.deb 238 }}} 239 240 ---- 241 242 === Red Hat Enterprise Linux, CentOS and Fedora Linux distributions === 243 243 244 244 The smartmontools package is part of the official repositories and can be installed using the {{{yum}}} command: 245 245 246 246 {{{ 247 # you need to be root to do this 247 # you need to be root to do this: 248 248 yum install smartmontools 249 249 }}} 250 251 ^1^ For CentOS in versions 5 and newer252 250 253 251 ---- … … 258 256 distribution. Don't get the SRPM file ({{{*.src.rpm}}}). 259 257 260 Install it using RPM. ''You must be {{{root}}} to do this!'' 261 {{{ 262 su root # -> enter root password 263 rpm -ivh smartmontools-5.33-6.i586.rpm 264 For most users, this is all that is needed. 258 Install it using RPM. 259 {{{ 260 # you need to be root to do this: 261 rpm -ivh smartmontools_5.39-1_i386.deb 265 262 }}} 266 263 … … 305 302 ./configure 306 303 make 304 # you need to be root to do this: 307 305 make install 308 306 }}} … … 329 327 330 328 Use a full path: {{{~/smartmontools-test}}} would work but {{{./smartmontools-test}}} won't. 331 332 Note that {{{make install}}} requires root access rights unless the destination directory333 is your home directory (or a location that you have write permission)334 329 335 330 The smartmontools binaries for Windows can also be build from the source tarball (or from SVN) … … 372 367 ./configure 373 368 make 369 # you need to be root to do this: 374 370 make install 375 371 }}}