Are the Ubuntu builds beyond 0.62.51 in the public repos?

Description of the issue:
Brave for Ubuntu is 0.62.51. Brave for Mac is 0.63.48

Steps to Reproduce (add as many as necessary): 1. 2. 3.
on Ubuntu, % sudo apt-get update does not pull any updates from configured repos.

Actual Result (gifs and screenshots are welcome!):

Expected result:

Reproduces how often:
100%

Operating System and Brave Version(See the About Brave page in the main menu):
Ubuntu 18.04. Currently on Brave 0.62.51.

Additional Information:

Are these instructions still current? I’m on Ubuntu 18.04, bionic.

https://brave-browser.readthedocs.io/en/latest/installing-brave.html#linux

My /etc/apt/sources.list.d/brave-browser-release-bionic.list file has this line:

deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/bionic main

When I run:

sudo apt update

Apt kicks back:

E: Malformed entry 1 in list file /etc/apt/sources.list.d/brave-browser-release-bionic.list (Component)
E: The list of sources could not be read.

Ping. Anyone have any ideas?

Hello? Anyone know? Are Ubuntu Bionic 18.04 builds getting made?

sudo apt install brave-keyring brave browser gets me:


Reading package lists… Done
Building dependency tree
Reading state information… Done
brave-browser is already the newest version (0.62.51).
brave-keyring is already the newest version (1.1).

@AndrewB,
Yes, the instructions are up to date.
You my need to update signing keys.

Deleted the keys. Followed the instructions. Still no dice. Here’s the last bit:

$ sudo apt install brave-keyring brave-browser
Reading package lists… Done
Building dependency tree
Reading state information… Done
brave-browser is already the newest version (0.62.51).
brave-keyring is already the newest version (1.1).
The following packages were automatically installed and are no longer required:
libllvm6.0 libllvm6.0:i386
Use ‘sudo apt autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.

@Mattches, oh, found /etc/apt/sources.list.d/ has both a brave-browser.list and brave-browser-release-bionic.list. Renamed brave-browser.list. But still doesn’t work:

Copy/paste from a shell:

$ sudo apt update
N: Ignoring file ‘brave-browser.list.ajb’ in directory ‘/etc/apt/sources.list.d/’ as it has an invalid filename extension
E: Malformed entry 1 in list file /etc/apt/sources.list.d/brave-browser-release-bionic.list (Component)
E: The list of sources could not be read.

$ sudo apt install brave-keyring brave-browser
N: Ignoring file ‘brave-browser.list.ajb’ in directory ‘/etc/apt/sources.list.d/’ as it has an invalid filename extension
E: Malformed entry 1 in list file /etc/apt/sources.list.d/brave-browser-release-bionic.list (Component)
E: The list of sources could not be read.
N: Ignoring file ‘brave-browser.list.ajb’ in directory ‘/etc/apt/sources.list.d/’ as it has an invalid filename extension
E: Malformed entry 1 in list file /etc/apt/sources.list.d/brave-browser-release-bionic.list (Component)
E: The list of sources could not be read.

$ more /etc/apt/sources.list.d/brave-browser-release-bionic.list

deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/bionic main
$

@AndrewB,
Remove both brave-browser-release-bionic.list and brave-browser.list.ajb (seems as though you’ve renamed this to brave-browser.list unless I misunderstood – delete it either way), then rerun the install instructions and you should be good to go.

@Mattches Yay, that worked. I’m not sure how my machine got into this state. Second instance I remember of Ubuntu Brave upgrades not being clean. May need some transition logic to handle these sort of things. Super thanks though.

This topic can be closed. Now on to configuring Brave ads…

1 Like