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

How to use the yum command on Linux system

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

Linux system yum command how to use, I believe that many inexperienced people do not know what to do, so this paper summarizes the causes of the problem and solutions, through this article I hope you can solve this problem.

Yum is a Shell front-end package manager in Fedora and RedHat as well as in SUSE. Based on RPM package management, RPM packages can be downloaded and installed automatically from designated servers, dependencies can be automatically handled, and all dependent software packages can be installed at once without having to download and install them again and again.

1 install # install all yum install # install the specified installation package package1 yum install package1 # installer group group1 yum groupinsall group12 updates and upgrades # update all yum update # update specified package package1 yum update package1 # check updatable programs yum check-update # upgrade specified package package1 yum upgrade package1 # upgrade program group group1 yum groupupdate group13 find and display # display installation package information package1 yum info package1 # shows all already The installed and installable packages yum list # displays the specified package installation package1 yum list package1 # displays the program group group1 information yum search string finds the installation package according to the keyword string finds the installation package yum groupinfo group14 removes the program # deletes the package package1 yum remove | erase package1 # deletes the program group group1 yum groupremove group1 # View the program package1 dependency yum deplist package15 clears the cache # clears the package yum clean packages # in the cache directory Clear headers yum clean headers in the cache directory # clear the old headers yum clean oldheaders in the cache directory # clear the software packages and old headers yum clean in the cache directory Yum clean all (= yum clean packages Yum clean oldheaders) what are the versions of Linux? the versions of Linux are: Deepin, UbuntuKylin, Manjaro, LinuxMint, Ubuntu, etc. Among them, Deepin is one of the best-developed Linux distributions in China; UbuntuKylin is a derivative release based on Ubuntu; Manjaro is a Linux release based on Arch; LinuxMint's default Cinnamon desktop is similar to Windows XP's easy-to-use; Ubuntu is the Linux operating system based on desktop applications.

After reading the above, have you mastered how to use the yum command on the Linux system? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

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

Development

Wechat

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

12
Report