User Tools

Site Tools


vnstat:install:in_redhat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vnstat:install:in_redhat [21.10.2018 20:39]
vergo
vnstat:install:in_redhat [14.01.2020 20:32]
vergo
Line 11: Line 11:
   - that the process is stopped in case of errors   - that the process is stopped in case of errors
  
-===== Red Hat 7 =====+===== Red Hat 7 and later =====
  
 Open a terminal and gain root permissions Open a terminal and gain root permissions
Line 31: Line 31:
 <code> <code>
 cd /usr/src cd /usr/src
-wget http://humdi.net/vnstat/vnstat-2.0.tar.gz +wget http://humdi.net/vnstat/vnstat-2.5.tar.gz 
-tar zxvf vnstat-2.0.tar.gz+tar zxvf vnstat-2.5.tar.gz
 </code> </code>
  
 Compile and install the binaries Compile and install the binaries
 <code> <code>
-cd vnstat-2.0+cd vnstat-2.5
 ./configure --prefix=/usr --sysconfdir=/etc && make && make install ./configure --prefix=/usr --sysconfdir=/etc && make && make install
 </code> </code>
Line 74: Line 74:
 <code> <code>
 cd /usr/src cd /usr/src
-wget http://humdi.net/vnstat/vnstat-2.0.tar.gz +wget http://humdi.net/vnstat/vnstat-2.5.tar.gz 
-tar zxvf vnstat-2.0.tar.gz+tar zxvf vnstat-2.5.tar.gz
 </code> </code>
  
 Compile and install the binaries Compile and install the binaries
 <code> <code>
-cd vnstat-2.0+cd vnstat-2.5
 ./configure --prefix=/usr --sysconfdir=/etc && make && make install ./configure --prefix=/usr --sysconfdir=/etc && make && make install
 </code> </code>
vnstat/install/in_redhat.txt · Last modified: 22.10.2022 15:30 (external edit)