When updating zorin, Brave does not update

My first query. I appreciate any help
In the last system update, I got this message:
Skipping the use of the configured file “main/binary-i386/Packages” since the repository “https://brave-browser-apt-release.s3.brave.com stable InRelease” does not support the “i386” architecture

It looks as though the Brave Repo that you are using is for 32bit. I am unaware of there being any authorized BraveBrowser Repostitory for APT - as Brave wishes to restrict themselves only to Snap or Flatpak and will not provide an official repo.

Can you please check the entry for Brave inyour /etc/apt/sources.list or sources.list.d > {FILE} and change it from
deb [arch=i386]
to
deb [arch=amd64]

Debian, Ubuntu, Mint

Release Channel Installation

sudo apt install curl

sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg

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

sudo apt update

sudo apt install brave-browser

Debian, Ubuntu, Mint

Beta Channel Installation

sudo apt install curl

sudo curl -fsSLo /usr/share/keyrings/brave-browser-beta-archive-keyring.gpg https://brave-browser-apt-beta.s3.brave.com/brave-browser-beta-archive-keyring.gpg

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

sudo apt update

sudo apt install brave-browser-beta

Debian, Ubuntu, Mint

Nightly Channel Installation

sudo apt install curl

sudo curl -fsSLo /usr/share/keyrings/brave-browser-nightly-archive-keyring.gpg https://brave-browser-apt-nightly.s3.brave.com/brave-browser-nightly-archive-keyring.gpg

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

sudo apt update

sudo apt install brave-browser-nightly
1 Like

@Mr_Magoo , thanks for the reminder. Seeing it in full, I remember it now. It's that Brave will not include a repo for the Universe Repository. They keep it on their own site only.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.