Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[SOLVED] Malformed entry 1 - failed install - UBUNTU 19.04 #5703
Comments
|
|
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up|
|
Description
New install Ubuntu Disco Dingo 19
I used instructions from:
https://support.brave.com/hc/en-us/articles/360018666072-How-do-I-install-Brave-on-Linux-using-the-terminal-
sudo apt install apt-transport-https
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 -
source /etc/os-release
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
sudo apt update
The Result when attempting to "sudo apt update" are:
$ sudo apt update
E: Malformed entry 1 in list file /etc/apt/sources.list.d/brave-browser-release-.list (Component)
E: The list of sources could not be read.
Steps to Reproduce
5. sudo apt update
Actual result:
E: Malformed entry 1 in list file /etc/apt/sources.list.d/brave-browser-release-.list (Component)

E: The list of sources could not be read.
Expected result:
Install brave browser successfully
Reproduces how often:
Repeats every attempt.
Version/Channel Information:
Ubuntu 16.04+ and Mint 18+
