vramsteg command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
vramsteg: command not found
or when using sudo you get the following error message
sudo: vramsteg: command not found
Solutions to vramsteg: command not found
How To Fix vramsteg: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu vramsteg is provided by vramsteg package.
vramsteg is:
Vramsteg provide progress bar that can display elapsed time, remaining time estimate, percentage completed, and labels. The progress bar can have user-specified colors, and be rendered in multiple styles.
To fix this problem, we can install more using the command below.
sudo apt-get -y install vramsteg
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install vramsteg.
sudo apt -y install vramsteg
Or if you have aptitude installed you can use the following command.
sudo aptitude install vramsteg
Summary
In this tutorial we learn how to fix vramsteg command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.