Here We Go Again Updates

Once again Updates is telling me I don't have enough disk space to download the newest update for Zorin ..... I again used Ubuntu Cleaner and it said "cool you system is clean" ..... here is a photo of my Zorin Drive .... there appears to be enough space ..... besides I've been using this configuration for the past 2 years with no problem until recently .....

You have plenty of space. Go ahead and run

sudo apt clean && sudo apt autoclean && sudo apt autoremove

and see if it is primarily the APT Cache that is throwing the error.

1 Like

Ok thanks ..... now to try the update again ..... terminal response .....

Looks good... now what does

sudo apt upgrade

give you?

1 Like

Everything looks normal ..... here is the last few lines of the text ..... do I try updater again ???? ......

I: /boot/vmlinuz is now a symlink to vmlinuz-5.15.0-86-generic
I: /boot/initrd.img is now a symlink to initrd.img-5.15.0-86-ge
neric
Setting up linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.

  1. ...
    Setting up linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~
    20.04.1) ...
    Setting up linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44
    ) ...
    Setting up linux-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ...
    Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubu
    ntu2) ...
    Rebuilding /usr/share/applications/bamf-2.index...
    Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
    Processing triggers for mime-support (3.64ubuntu1) ...
    Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
    Processing triggers for linux-image-5.15.0-86-generic (5.15.0-8
    6.96~20.04.1) ...
    /etc/kernel/postinst.d/dkms:
  • dkms: running auto installation service for kernel 5.15.0-86
    -generic
    ...done.
    /etc/kernel/postinst.d/initramfs-tools:
    update-initramfs: Generating /boot/initrd.img-5.15.0-86-generic
    I: The initramfs will attempt to resume from /dev/sda2
    I: (UUID=19dfc62f-f5fd-4b23-9656-9f8d1c23b6fb)
    I: Set the RESUME variable to override this.
    /etc/kernel/postinst.d/zz-update-grub:
    Sourcing file /etc/default/grub' Sourcing file /etc/default/grub.d/init-select.cfg'
    Generating grub configuration file ...
    Found theme: /usr/share/grub/themes/zorin/theme.txt
    Found linux image: /boot/vmlinuz-5.15.0-86-generic
    Found initrd image: /boot/initrd.img-5.15.0-86-generic
    Found linux image: /boot/vmlinuz-5.15.0-84-generic
    Found initrd image: /boot/initrd.img-5.15.0-84-generic
    Found Windows Boot Manager on /dev/nvme0n1p1@/EFI/Microsoft/Boo
    t/bootmgfw.efi
    Adding boot menu entry for UEFI Firmware Settings
    done
    mike@mike-ROG-Strix-G731GT-G731GT:~$

Should be fine, now. You can check with

sudo apt update

and see that it says 0 newly installed, 0 to remove and 0 not upgraded.

1 Like

Hummmmmm ......

mike@mike-ROG-Strix-G731GT-G731GT:~$ sudo apt update
[sudo] password for mike:
Hit:1 https://brave-browser-apt-release.s3.brave.com stable InRelease
Hit:2 Steam for Linux - launcher stable InRelease
Hit:3 Index of /deb/nordvpn/debian/ stable InRelease
Hit:4 Index of /ubuntu focal InRelease
Hit:5 Index of /ubuntu focal InRelease
Hit:6 Index of /ubuntu focal-security InRelease
Ign:7 Index of /stable/deb/ stable InRelease
Hit:8 Index of /stable/ focal InRelease
Hit:9 Index of /stable/deb/ stable Release
Hit:10 Index of /ubuntu focal-security InRelease
Hit:11 Index of /patches/ focal InRelease
Hit:12 https://debrepo.freedownloadmanager.org bionic InRelease
Hit:13 Index of /apandada1/brightness-controller/ubuntu focal InRelease
Hit:14 https://screenrec.com/download/ubuntu stable InRelease
Hit:15 Index of /ubuntu focal-updates InRelease
Hit:16 Index of /apps/ focal InRelease
Hit:17 Index of /ubuntu focal-backports InRelease
Hit:18 Index of /drivers/ focal InRelease
Hit:19 Download - Zorin OS focal InRelease
Hit:20 Index of /aravisian/gtk-theming/ubuntu focal InRelease
Hit:22 Index of /aravisian/iconsets/ubuntu focal InRelease
Hit:23 Index of /camel-neeraj/sysmontask/ubuntu focal InRelease
Hit:24 Index of /exmplayer-dev/exmplayer-qt5/ubuntu focal InRelease
Ign:25 Index of /flexiondotorg/magnus/ubuntu focal InRelease
Hit:26 Index of /gerardpuig/ppa/ubuntu focal InRelease
Hit:27 Index of /linuxuprising/shutter/ubuntu focal InRelease
Hit:28 Index of /mati75/gimp30/ubuntu focal InRelease
Hit:29 Index of /rvm/smplayer/ubuntu focal InRelease
Hit:30 Index of /tuxinvader/lts-mainline/ubuntu focal InRelease
Hit:31 Index of /ubuntuhandbook1/apps/ubuntu focal InRelease
Hit:32 Index of /zorinos/apps/ubuntu focal InRelease
Hit:33 Index of /zorinos/drivers/ubuntu focal InRelease
Hit:34 Index of /zorinos/patches/ubuntu focal InRelease
Hit:35 Index of /zorinos/stable/ubuntu focal InRelease
Err:36 Index of /flexiondotorg/magnus/ubuntu focal Release
404 Not Found [IP: 185.125.190.52 80]
Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://brave-browser-apt-release.s3.brave.com stable InRelease' doesn't support architecture 'i386'
E: The repository 'Index of /flexiondotorg/magnus/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
mike@mike-ROG-Strix-G731GT-G731GT:~$

You can remove Martin Wimpress's repository for "Magnus" since it does not have a Focal Release file using Software & Updates > Other Software

sudo nano /etc/apt/sources.list.d/brave-browser-release.list

Change the content to be arch=amd64 exactly as:

deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main

Tap ctrl+o to overwrite, then enter key to save configuration. Tap ctrl+x to exit the editor.

I just deleted and purged Magnus from my system looks like it may have caused a problem ..... it didn't work anyway ....

Well, I do not know if you needed to remove the app, just the repository. Not sure how you got the app installed if it doesn't have a Focal File...
What problem did it cause?

1 Like

It just never worked right .....

I think I screwed something up got a bunch of warnings ..... sorry ......

mike@mike-ROG-Strix-G731GT-G731GT:~$ sudo apt update
[sudo] password for mike:
Hit:1 Steam for Linux - launcher stable InRelease
Hit:2 https://brave-browser-apt-release.s3.brave.com stable InRelease
Hit:3 Index of /deb/nordvpn/debian/ stable InRelease
Ign:4 Index of /stable/deb/ stable InRelease
Hit:5 Index of /stable/deb/ stable Release
Hit:6 https://screenrec.com/download/ubuntu stable InRelease
Hit:7 Index of /stable/ focal InRelease
Hit:8 Index of /ubuntu focal-security InRelease
Hit:9 Index of /patches/ focal InRelease
Hit:10 https://debrepo.freedownloadmanager.org bionic InRelease
Hit:11 Index of /apandada1/brightness-controller/ubuntu focal InRelease
Hit:12 Index of /apps/ focal InRelease
Hit:13 Index of /ubuntu focal InRelease
Hit:15 Index of /ubuntu focal InRelease
Hit:16 Index of /drivers/ focal InRelease
Hit:17 Index of /ubuntu focal-security InRelease
Hit:18 Download - Zorin OS focal InRelease
Hit:19 Index of /aravisian/gtk-theming/ubuntu focal InRelease
Get:20 Index of /ubuntu focal-updates InRelease [114 kB]
Hit:21 Index of /aravisian/iconsets/ubuntu focal InRelease
Hit:22 Index of /ubuntu focal-backports InRelease
Hit:23 Index of /camel-neeraj/sysmontask/ubuntu focal InRelease
Hit:24 Index of /exmplayer-dev/exmplayer-qt5/ubuntu focal InRelease
Ign:25 Index of /flexiondotorg/magnus/ubuntu focal InRelease
Hit:26 Index of /gerardpuig/ppa/ubuntu focal InRelease
Hit:27 Index of /linuxuprising/shutter/ubuntu focal InRelease
Hit:28 Index of /mati75/gimp30/ubuntu focal InRelease
Hit:29 Index of /rvm/smplayer/ubuntu focal InRelease
Hit:30 Index of /tuxinvader/lts-mainline/ubuntu focal InRelease
Hit:31 Index of /ubuntuhandbook1/apps/ubuntu focal InRelease
Hit:32 Index of /zorinos/apps/ubuntu focal InRelease
Hit:33 Index of /zorinos/drivers/ubuntu focal InRelease
Hit:34 Index of /zorinos/patches/ubuntu focal InRelease
Get:35 Index of /zorinos/stable/ubuntu focal InRelease [18.1 kB]
Err:36 Index of /flexiondotorg/magnus/ubuntu focal Release
404 Not Found [IP: 185.125.190.52 80]
Reading package lists... Done
N: Ignoring file 'brave-browser-release.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target Translations (main/i18n/Translation-en_PH) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target DEP-11-icons-hidpi (main/dep11/icons-64x64@2.tar) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://brave-browser-apt-release.s3.brave.com stable InRelease' doesn't support architecture 'i386'
E: The repository 'Index of /flexiondotorg/magnus/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target Translations (main/i18n/Translation-en_PH) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target DEP-11-icons-hidpi (main/dep11/icons-64x64@2.tar) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list.d/brave-browser-release.list:1 and /etc/apt/sources.list.d/brave-browser-release.list:2
mike@mike-ROG-Strix-G731GT-G731GT:~$

Did you remove the flexiondotorg Magnus Repo?

You might just Remove the Brave Browser Repositories entirely, then re-add the Brave Browser repo and key while using:

echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list

Do I delete the original text in the command to change the text in the Brave ..... sudo nano /etc/apt/sources.list.d/brave-browser-release.list ..... cause that is what I did then copied and pasted your context ..... I guess I shouldn't have done that ..... just copied the context UNDER the original one and then

Tap ctrl+o to overwrite, then enter key to save configuration. Tap ctrl+x to exit the editor.

My mistake how do I correct .....

I deleted one of the two entries see photo ..... now it asked to save buffer I said yes ..... now it shows this and won't let me exit .....

I had to leave and run an errand. I am not sure where you are at this point.
Did you remove the Brave Browser repos or are you modifying the existing?

This content:
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
is run in terminal, not placed in the Repository File.

1 Like

OK sorry about that here is what I did ..... I also checked

mike@mike-ROG-Strix-G731GT-G731GT:~$ sudo nano /etc/apt/sources.list.d/brave-browser-release.list
mike@mike-ROG-Strix-G731GT-G731GT:~$ sudo apt update

Again and I got this ......

Just to let you know I tried the updater again and got this ......

Nothing is wrong with my internet ......

Then this when I clicked OK and restarted my machine

After restart this message ......

I tried updater again and this message ....

So it appears that updater is now satisfied so the origional problem was solved by you .....

Do I need to worry about all the other stuff ????? .... going to run ..... sudo apt update ...... again to check ..... be right back ....

Nope same thing in terminal just ignore it ??????

This is why I suggested just removing the Brave Browser Repository files and replacing them fresh.
I am not really sue why you have a "file".1 and "file.2"...

1 Like

Maybe because I just added a copy of that file underneath the original one .... not knowing any better ..... it gets very confusing after that even for me ..... as of right now I only show I copy of the file plus the one I put in the terminal ..... maybe is why it shows two .....

As far as the Magnus goes I removed and purged it so I don't know why that is still there .....

Take a break for awhile I'm gonna eat lunch .....