I have downloaded the install-progress.cc file which is the same as this.
I have tried following these and even these instructions to enable the progress bar in the terminal, but even if I run apt
processes I don't get the progress bar.
What am I doing wrong? Can someone please help me?
cat /etc/apt/apt.conf.d/99progressbar
? That's the only file which is required to be edited to enable progress bars.. – Aditya Apr 30 '14 at 17:17Dpkg::Progress-Fancy "1";
Dpkg::Progress-Fancy::Progress-Bg "%1b[40m";
apt
andapt-get
. So, since you are getting the progress bars, problem solved for you? – Aditya May 01 '14 at 15:56apt-get update
andapt update
... – Aditya May 01 '14 at 16:00