In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
This article is to share with you about the solution that the linux system can not be installed, the editor thinks it is very practical, so I share it with you to learn. I hope you can get something after reading this article.
There are two solutions to installation failures caused by dependent library version problems:
1. Because the source needs to be updated, do the following:
Libssl-dev: dependency: libssl0.9.8 (= 0.9.8o-1ubuntu4) but 0.9.8o-1ubuntu4.4 is about to be installed
Solution:
Go to "system-> system Management-> Update Manager-> Settings", select the "Update" tab in the pop-up "Software Source" dialog box, select the four check boxes below "Ubuntu Update", and execute the following command in the terminal after closing:
Sudo apt-get update
2. Use the aptitude package manager to solve this dependency problem. Aptitude can choose the appropriate version and match the software installation.
Unable to install libssl-dev version problem: Depends: libssl1.0.0 (= 1.0.1t-1+deb7u2) but 1.0.1t-1+deb8u6 is to be installed
Solution:
The linux version dependency problem is very troublesome, but we can solve this dependency problem by using the aptitude package manager, and aptitude can choose the right version to match the software installation.
Install the aptitude tool first
Sudo apt-get install aptitude
Then use aptitude to install libssl-dev, as follows:
The above sudo aptitude install libssl-dev is the solution that cannot be installed in the linux system, and the editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.
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.