Zorin OS update problem

Brothers, I am running sudo apt update and getting Hash Sum mismatch error:

Get:13 Index of /zorinos/apps/ubuntu focal/main i386 Packages [46.8 kB]
Err:13 Index of /zorinos/apps/ubuntu focal/main i386 Packages
Hash Sum mismatch
Hashes of expected file:

  • Filesize:46776 [weak]
  • SHA256:a3f2da971f6ecb7aa7014d3159c296858a7a334a6cd91a842b89cc377065f019
  • SHA1:16d50a1854bb87e16c57bfaf5657b2b0b69a39a2 [weak]
  • MD5Sum:2509c2f79b826676d79afc3dd47cf97d [weak]
    Hashes of received file:
  • SHA256:dfeb46dc9d8c47b8fa21845d47f6653190d1da787ebd761581c5bc5323e55be8
  • SHA1:b606b20db41e6534c1da701926acbfa921ff0aef [weak]
  • MD5Sum:aaecbd55460c72527c29600b03d007ee [weak]
  • Filesize:499 [weak]
    Last modification reported: Fri, 03 Feb 2023 17:38:41 +0000
    Release file created at: Tue, 10 Jan 2023 14:12:31 +0000
    Fetched 18.5 kB in 8s (2,189 B/s)
    Reading package lists... Done
    E: Failed to fetch http://192.168.29.1/platform.cgi?page=blocked.html Hash Sum mismatch
    Hashes of expected file:
    - Filesize:46776 [weak]
    - SHA256:a3f2da971f6ecb7aa7014d3159c296858a7a334a6cd91a842b89cc377065f019
    - SHA1:16d50a1854bb87e16c57bfaf5657b2b0b69a39a2 [weak]
    - MD5Sum:2509c2f79b826676d79afc3dd47cf97d [weak]
    Hashes of received file:
    - SHA256:dfeb46dc9d8c47b8fa21845d47f6653190d1da787ebd761581c5bc5323e55be8
    - SHA1:b606b20db41e6534c1da701926acbfa921ff0aef [weak]
    - MD5Sum:aaecbd55460c72527c29600b03d007ee [weak]
    - Filesize:499 [weak]
    Last modification reported: Fri, 03 Feb 2023 17:38:41 +0000
    Release file created at: Tue, 10 Jan 2023 14:12:31 +0000
    E: Some index files failed to download. They have been ignored, or old ones used instead.

I have only showed you the code from where the error starts..

I know nothing about Hash Sum Mismatch, it will be helpful if you guys will make me understand about the solution.

1 Like

Looks like either the download was corrupted, or the package maintainer included incorrect hashsums.

Try:

  1. sudo apt clean
    sudo apt purge {package}
    ... where {package} is whatever package you're attempting to install (just to be sure there's not some problem caused by it already being installed).
    Download and attempt the installation again.

  2. If you still get the error, you'll have to contact the package maintainer to see if they've messed up the hashsums.

1 Like

Thank You so much for the response.

The first solution didn't work. Here is the output of the command:
sudo apt purge Index of /zorinos/apps/ubuntu focal/main i386 Packages
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package Zorin OS in Launchpad
E: Unable to locate package focal
E: Unable to locate package i386
E: Unable to locate package Packages

Also, I don't know how to contact the package maintainer.
I am desperate to use Zorin OS as my main OS.

The error (Hash Sum Mismatch) is associated with this link: Index of /zorinos/apps/ubuntu focal/main i386 Packages [46.8 kB]

Also I tried to update the system through the Software Updater.
Here are the images:



As you can see when the updater completes checking the link in which the error occurs in the terminal, it says Failed to download repository information.

I think their is only problem with this link which I have given above.
Please help because I love Zorin OS :heart_eyes: :heart_eyes:

Is it Zorin 15.3 you are using?

1 Like

No it is Zorin OS 16.1 Core

Why do you have 32-bit repository in your list?

1 Like

I am unable to understand, means What ?

i386 is 32-bit

Got to software center and click on the burger menu. Pick Software and Updates. Under Other Software, try tick/untick the offensive repoisories.

1 Like

In the about section it is showing 64 bit.

Offensive Repositories meaning the one in which I am getting the Hash Sum Mismatch ?

Yes, try untick the i386 repositor(ies).
Zorin 16 only comes as 64-bit where Zorin 15 comes both as 32 and 64 bit. That's why I was asking.

1 Like

Please tell me which one

Okay check;

cat /etc/apt/sources.list
ls -a /etc/apt/sources.list.d
1 Like

Here are the output:

Okay. No indication of 32-bit in the source.list
Try untick this one (you can always enable it again).

1 Like

Yes, I did. But after unticking, I clicked on close and it showed 'Refreshing Software Cache'. Then this came up.

Try do the same with that.

1 Like

means ?

I ran the sudo apt update command .
Here is the output:

Untick it in your source.list

1 Like

what is source.list I don't know..

Sourcelist is the list of different repositories that you downloading software and updates.

1 Like