User Tools

Site Tools


vnstat:install:in_opensuse_with_image_output

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_opensuse_with_image_output [21.10.2018 20:35]
127.0.0.1 external edit
vnstat:install:in_opensuse_with_image_output [22.10.2022 15:30] (current)
Line 25: Line 25:
 Install needed development packages Install needed development packages
 <code> <code>
-zypper install make gcc wget tar gd gd-devel+zypper install make gcc wget tar gd gd-devel sqlite3 sqlite3-devel
 </code> </code>
  
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.10.tar.gz 
-tar zxvf vnstat-2.0.tar.gz+tar zxvf vnstat-2.10.tar.gz
 </code> </code>
  
 Compile and install the binaries Compile and install the binaries
 <code> <code>
-cd vnstat-2.0+cd vnstat-2.10
 ./configure --prefix=/usr --sysconfdir=/etc && make all && make install ./configure --prefix=/usr --sysconfdir=/etc && make all && make install
 </code> </code>
vnstat/install/in_opensuse_with_image_output.1540143340.txt.gz · Last modified: 21.10.2018 20:42 (external edit)