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

What about the apt-get install error report in ubuntu14.04?

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

Editor to share with you how to do the apt-get install error report in ubuntu14.04, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

A few days ago, I tried to install redis-server under ubuntu server 14.04. after I typed in the result instruction, I reported an error. I didn't keep any specific information, which probably means that your disk space is full and so on. I also asked you to try to enter the following instructions.

Apt-get-f install

This instruction is used to correct some errors in software dependencies. After typing in, it appears: disk space is full and write failed.

In fact, it's not that you don't have enough space, it's because you install too many packages, so you can clear some manually.

First of all, let's take a look at what software we have installed.

Dpkg-l

If you don't know which packages to delete, delete a few packages that you won't use.

Linux-image-generic-lts-quantallinux-image-3.16.0-38-generic also has an extra package corresponding to linux-image-3.16.0-38-generic (that is, an extra is added to the name), which was also deleted at that time.

It should be noted here that 3.16.0-38 is the corresponding version of my linux image. You can view your installed version according to your list, and then delete it.

Dpkg-r packagename

Finally, delete the corresponding configuration file

Dpkg-- purge linux-image-3.16.0-38-generic

You can upgrade the package information now.

Apt-get-f installapt-get autoremove

OK will be installed after the update.

The above is all the contents of the article "how to report an error in apt-get install in ubuntu14.04". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to 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.

Share To

Servers

Wechat

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

12
Report