How to install and use vnStat on Ubuntu 22.04

Install, uninstall and use vnStat on ubuntu 22.04; Through this tutorial, we will learn how to install, uninstall and use vnStat on Linux ubuntu 22.04.

vnStat is a network utility for the Linux operating system. It uses a command line interface. vnStat command is a console-based network traffic monitor.

How to install and use vnStat on Ubuntu 22.04

Use the following steps to install, uninstall and use vnStat on Linux ubuntu 22.04:

  • Step 1 – Update System Repository
  • Step 2 – Install vnStat
  • Step 3 – Verify vnStat Installation
  • Step 4 – Enable vnStat
  • Step 5 – Start vnStat
  • Step 6 –  Uninstall vnStat from Ubuntu 22.04

Step 1 – Update System Repository

First of all, open command line and execute the following command on command line to update system packages before installing vue js on ubuntu 22.04:

sudo apt update
sudo apt upgrade

Step 2 – Install vnStat

Then install vnStat on linux ubuntu by executing the following command on command line:

sudo apt install vnstat

Step 3 – Verify vnStat Installation

Once the vnStat installation is completed, Execute the following command on command line to check its version:

vnstat --version

Step 4 – Enable vnStat

Execute the following command on command line to enable vnStat on linux ubuntu system;

sudo systemctl enable vnstat

Step 5 – Start vnStat

Once the enabling the vnStat, execute the following command to verify whether the service is running fine:

sudo systemctl start vnstat

Step 6 –  Uninstall vnStat from Ubuntu 22.04

if we no longer want to use vnStat services on our system, we can execute the following command to remove the application from our system:

sudo apt remove --autoremove vnstat

Conclusion

Through this tutorial, we have learned how to install, uninstall and use vnStat on Linux ubuntu 22.04.

Recommended Linux Ubuntu Tutorials

AuthorAdmin

My name is Devendra Dode. I am a full-stack developer, entrepreneur, and owner of Tutsmake.com. I like writing tutorials and tips that can help other developers. I share tutorials of PHP, Python, Javascript, JQuery, Laravel, Livewire, Codeigniter, Node JS, Express JS, Vue JS, Angular JS, React Js, MySQL, MongoDB, REST APIs, Windows, Xampp, Linux, Ubuntu, Amazon AWS, Composer, SEO, WordPress, SSL and Bootstrap from a starting stage. As well as demo example.

Leave a Reply

Your email address will not be published. Required fields are marked *