question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Brave isn't supported on 32-bit Linux distributions

See original GitHub issue

I am trying to install brave browser on my computer. I have tried the installation guide on website. However it gives that error. How can I fix it ?

yearmfew@Vefa:~$ sudo apt install apt-transport-https curl
[sudo] password for yearmfew:           
Reading package lists... Done
Building dependency tree       
Reading state information... Done
curl is already the newest version (7.58.0-2ubuntu3.7).
apt-transport-https is already the newest version (1.6.11).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
yearmfew@Vefa:~$ curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add -
OK
yearmfew@Vefa:~$ source /etc/os-release
yearmfew@Vefa:~$ echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ $UBUNTU_CODENAME main" | sudo tee /etc/apt/sources.list.d/brave-browser-release-${UBUNTU_CODENAME}.list
deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ bionic main
yearmfew@Vefa:~$ sudo apt update
Ign:1 http://mirrors.evowise.com/linuxmint/packages tessa InRelease
Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease                        
Hit:3 https://brave-browser-apt-release.s3.brave.com bionic InRelease          
Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]    
Hit:5 http://mirrors.evowise.com/linuxmint/packages tessa Release              
Get:6 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]      
Hit:7 http://ppa.launchpad.net/gezakovacs/ppa/ubuntu bionic InRelease          
Hit:8 http://archive.canonical.com/ubuntu bionic InRelease                     
Hit:9 http://ppa.launchpad.net/linrunner/tlp/ubuntu bionic InRelease           
Get:10 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]   
Hit:11 http://ppa.launchpad.net/linuxuprising/apps/ubuntu bionic InRelease     
Hit:12 http://ppa.launchpad.net/slimbook/slimbook/ubuntu bionic InRelease      
Fetched 252 kB in 3s (82,4 kB/s)                   
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
yearmfew@Vefa:~$ sudo apt install brave-browser
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package brave-browser

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
Brave-Mattcommented, Sep 6, 2019

@yearmfew, I think you may have entered some of the instructions incorrectly:

curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add -

echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ trusty main" | sudo tee /etc/apt/sources.list.d/brave-browser-release-trusty.list

sudo apt update

sudo apt install brave-browser

Make sure you copy the above exactly – especially the curl -s... and echo "deb... bits. Rerun the commands and you should be good to go.

0reactions
bjtslinuxcommented, Oct 16, 2022

instalei usando wine

Read more comments on GitHub >

github_iconTop Results From Across the Web

Please Make a 32 bit version of Brave for Linux Ubuntu
I am currently using a 2007 MacBook Pro that has Linux installed as a dual boot. In trying to install Brave browser, I...
Read more >
Is there no 32-bit linux version? : r/brave_browser - Reddit
That's right. There is no 32-but Linux version. One thing you can technically do is compile the source code on your own, as...
Read more >
How to install Brave web browser for 32-bit lubuntu 16.04?
I suspect the answer is that there is no 32-bit version available, that snap automatically takes into account my processor type, and hence...
Read more >
Brave Browser Review 2022 [Better Than Chrome?]
The Brave wallet is only available for desktop users running Windows, MacOS and Linux. At the moment, no mobile version of Brave supports...
Read more >
Install brave on Linux | Snap Store - Snapcraft
Get the latest version of brave for Linux - Browse faster and safer with Brave.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found