In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
This article will explain in detail the reasons and solutions for the failure of linux installation. The content of the article is of high quality, so the editor will share it with you for reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.
(1)
Problem description:
Ubuntu encountered an error when using the "apt-get install" installer:
You might want to run 'apt-get-f install' to correct these
Solution:
Use the following command to fix the installation package (but it didn't work in the problems I encountered)
$sudo apt-get-fix-broken install
Or use the command
$sudo dpkg-purge xxx
Where xxx is the program that failed to install, and its name will be given in the error prompt, but it may also be a program that was not given in the error prompt, but the previous installation did go wrong.
(2)
Problem description:
The installation failure when installing the software using Ubuntu is as follows (the system is newly installed under the virtual machine):
Solution:
Enter next time on the command line:
Sudo apt-get update (update source)
Press enter; then enter:
Sudo apt-get install upgrade (update installed packages)
Press enter; finally, use the installation command:
Sudo apt-get install' software name'
So you can use the apt-get install command normally!
(III)
Problem description:
A Ubuntu is installed in the virtual machine. The current version is Ubuntu 11.10. Some software must be installed after it is installed. After setting the source of the software, sudo apt-get install starts. As a result, the following Unable to locate package error occurs:
Solution:
Found that the problem was that the software source was changed before executing sudo apt-get install, but forgot to go under update, so execute the following command:
Sudo apt-get update
Wait for the above order to be executed before it is executed.
Sudo apt-get install
Just do it!
About the reasons for the failure of linux installation and solutions to share here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.