This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
vnstat:install:in_ubuntu [24.12.2016 16:52] vergo |
vnstat:install:in_ubuntu [22.10.2022 15:30] (current) |
||
|---|---|---|---|
| Line 27: | Line 27: | ||
| < | < | ||
| apt-get update | apt-get update | ||
| - | apt-get install make gcc libc6-dev wget | + | apt-get install make gcc libc6-dev wget libsqlite3-0 libsqlite3-dev |
| </ | </ | ||
| Line 33: | Line 33: | ||
| < | < | ||
| cd /usr/src | cd /usr/src | ||
| - | wget http:// | + | wget http:// |
| - | tar zxvf vnstat-1.16.tar.gz | + | tar zxvf vnstat-2.10.tar.gz |
| </ | </ | ||
| Compile and install the binaries | Compile and install the binaries | ||
| < | < | ||
| - | cd vnstat-1.16 | + | cd vnstat-2.10 |
| ./configure --prefix=/ | ./configure --prefix=/ | ||
| </ | </ | ||
| Line 71: | Line 71: | ||
| < | < | ||
| apt-get update | apt-get update | ||
| - | apt-get install make gcc libc6-dev wget | + | apt-get install make gcc libc6-dev wget libsqlite3-0 libsqlite3-dev |
| </ | </ | ||
| Line 77: | Line 77: | ||
| < | < | ||
| cd /usr/src | cd /usr/src | ||
| - | wget http:// | + | wget http:// |
| - | tar zxvf vnstat-1.16.tar.gz | + | tar zxvf vnstat-2.10.tar.gz |
| </ | </ | ||
| Compile and install the binaries | Compile and install the binaries | ||
| < | < | ||
| - | cd vnstat-1.16 | + | cd vnstat-2.10 |
| ./configure --prefix=/ | ./configure --prefix=/ | ||
| </ | </ | ||