How To: Fix LMZA Error: Compressed Data is Corrupt

As far as Linux has come over the past few years, there are still the odd issues you might come across, one of which is whilst running updates, you may sometimes get support updates. If you find yourself with the following error or something similar then this quick how to may help you.

First of all in the terminal you will receive an error which tells you which software update has corrupted, make a note of this name as you will need it.

Then in the terminal enter the following commands:

  1. cd /var/cache/apt/archives
  2. sudo rm name_of_corrupt_file.deb
  3. sudo apt-get update
  4. sudo apt-get upgrade
Advertisement

Leave a Reply, leaving hateful comments or using degrading language will get you banned.

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.