Report this

What is the reason for this report?

I can not install any app-get packages !

Posted on May 21, 2016

I have Only MySQL server run on ubuntu and when tried install unzip package This error shown Segmentation fault (core dumped) and when tried update sudo apt-get update Show

Fetched 5395 kB in 10s (494 kB/s)                                              
Reading package lists... Error!


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Is their anything after the Error?

Try

sudo apt-get clean
sudo apt-get update

See if that makes a difference.

If not copy the entire error message.

I got this one also, the reason was because there’s no enough memory. So try to add swap memory like this

sudo dd if=/dev/zero of=/swapfile bs=1024 count=524288
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile

and don’t forget to turn it off when you are done

sudo swapoff /swapfile

This comment has been deleted

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.