Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Commands related to installing and removing software under Ubuntu and Debian

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains the "Ubuntu and Debian installation and deletion of software-related commands", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "Ubuntu and Debian under the installation and deletion of software-related commands"!

Install softwar

Command: apt-get install softname1 softname2 softname3...

Uninstall the software

Command: apt-get remove softname1 softname2 softname3...

Uninstall and clear the configuration

Command: apt-get remove-- purge softname1

Update the software information database

Command: apt-get update

Perform a system upgrade

Command: apt-get upgrade

Search for software packages

Command: apt-cache search softname1 softname2 softname3...

Related installation and uninstallation of Deb package

Install the deb package

Command: dpkg-I xxx.deb

Delete software package

Command: dpkg-r xxx.deb

Delete along with configuration file

Command: dpkg-r-- purge xxx.deb

View package information

Command: dpkg-info xxx.deb

View file copy details

Command: dpkg-L xxx.deb

View information about installed packages on the system

Command: dpkg-l

Reconfigure the package

Attached: dpkg management software commands (encountered occasionally on the Internet, recorded here)

1. Delete the package, command:

Dpkg-r (software name) .deb

two。 Delete along with the configuration file of the package, command:

Dpkg-r-purge (software name) .deb

3. To view the package information, the command:

Dpkg-info (software name) .deb

4. To view the installed package information on the system, the command:

Dpkg-l

5. Reconfigure the package, command:

Dpkg-reconfigure (software name)

6. Install softwar

Depg-I pkgs.deb

Thank you for your reading, the above is the "Ubuntu and Debian installation and deletion of software-related commands" content, after the study of this article, I believe you have a deeper understanding of the Ubuntu and Debian installation and deletion of software-related commands this issue has a deeper understanding, the specific use of the need for you to practice and verify. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report