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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.