Home > System Tutorial > LINUX > body text

Introduction to the ATP progress bar function in Ubuntu 14.04 LTS

PHPz
Release: 2024-01-11 15:13:33
forward
877 people have browsed it

Ubuntu 14.04 LTS comes pre-installed with version 0.9.15 of a new ATP tool for installing and managing DEB-based packages. One of the new features is the addition of a "progress bar" function to Terminal, which I personally feel is a bit closer to YUM.

Although many friends feel that this "progress bar" seems a bit redundant, personally, I feel that this kind of detailed improvement is still very humane. If you have installed a large number of software in Terminal, such as upgrading the Ubuntu version, the display of the "progress bar" is much more convenient than the screen full of commands jumping around.

The progress bar will be displayed at the bottom of the terminal interface to show the overall progress of the APT-command:

Enable progress bar display in Ubuntu 14.04 LTS:

By default, Ubuntu 14.04 will not display the progress bar of the ATP command in the terminal. If we want to enable this new feature, we need to use administrator rights to change the ATP configuration file. The simplest method is to execute the following command:

echo 'Dpkg::Progress-Fancy "1";' > /etc/apt/apt.conf.d/99progressbar

The above is the detailed content of Introduction to the ATP progress bar function in Ubuntu 14.04 LTS. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!