User Tools

Site Tools


vnstat:install:in_debian_with_image_output

Differences

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

Link to this comparison view

Next revision
Previous revision
vnstat:install:in_debian_with_image_output [23.01.2015 21:36]
vergo created
vnstat:install:in_debian_with_image_output [22.10.2022 15:30] (current)
Line 11: Line 11:
   - that the process is stopped in case of errors   - that the process is stopped in case of errors
  
-===== Debian 8 (jessie) =====+===== Debian 8 (jessie) and later =====
  
 Open a terminal and gain root permissions Open a terminal and gain root permissions
Line 26: Line 26:
 <code> <code>
 apt-get update apt-get update
-apt-get install make gcc libc6-dev wget libgd3 libgd-dev+apt-get install make gcc libc6-dev wget libgd3 libgd-dev libsqlite3-0 libsqlite3-dev
 </code> </code>
  
Line 32: Line 32:
 <code> <code>
 cd /usr/src cd /usr/src
-wget http://humdi.net/vnstat/vnstat-1.13.tar.gz +wget http://humdi.net/vnstat/vnstat-2.10.tar.gz 
-tar zxvf vnstat-1.13.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-1.13 +cd vnstat-2.10 
-make all && make install+./configure --prefix=/usr --sysconfdir=/etc && make all && make install
 </code> </code>
  
Line 70: Line 70:
 <code> <code>
 apt-get update apt-get update
-apt-get install make gcc libc6-dev wget libgd2-xpm libgd2-xpm-dev+apt-get install make gcc libc6-dev wget libgd2-xpm libgd2-xpm-dev libsqlite3-0 libsqlite3-dev
 </code> </code>
  
Line 76: Line 76:
 <code> <code>
 cd /usr/src cd /usr/src
-wget http://humdi.net/vnstat/vnstat-1.13.tar.gz +wget http://humdi.net/vnstat/vnstat-2.10.tar.gz 
-tar zxvf vnstat-1.13.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-1.13 +cd vnstat-2.10 
-make all && make install+./configure --prefix=/usr --sysconfdir=/etc && make all && make install
 </code> </code>
  
vnstat/install/in_debian_with_image_output.1422041766.txt.gz · Last modified: 23.01.2015 21:36 by vergo