Results 1 to 4 of 4

Thread: Problem after trying to install brave browser

  1. #1
    Join Date
    Aug 2022
    Beans
    1

    Exclamation Problem after trying to install brave browser

    I tried installing the brave browser using following commands in the terminal

    sudo apt install apt-transport-https curl

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

    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

    sudo apt update

    sudo apt install brave-browser

    and after doing so, this error came up, I have attached the screenshot of the problem.

    Thank you peeps.
    Attached Images Attached Images

  2. #2
    Join Date
    Oct 2017
    Location
    /dev/sdx
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Problem after trying to install brave browser

    Quote Originally Posted by rishi-jpg View Post
    I tried installing the brave browser using following commands in the terminal

    sudo apt install apt-transport-https curl

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

    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

    sudo apt update

    sudo apt install brave-browser

    and after doing so, this error came up, I have attached the screenshot of the problem.

    Thank you peeps.
    You have unmet unmet dependencies. Please install all the unmet dependencies. Regards and cheers
    Code:
    sudo apt install <package or unmet dependencies>
    corn ubuntuforums community.
    Open Source platform where the real world of human is here. Click here for Solve thread

  3. #3
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,621
    Distro
    Ubuntu

    Re: Problem after trying to install brave browser

    The problem is the entry somehow added a quote to it so it reads as "deb,
    which is not acceptable.

    You can either delete the created file
    Code:
    sudo rm /etc/apt/sources.list.d/brave-browser-release.list
    and try the echo command again.
    Or open the file in an editor and remove the offending quotes.
    Code:
    sudoedit /etc/apt/sources.list.d/brave-browser-release.list
    Note that sudoedit will use whatever the set editor is,
    in Ubuntu the default is the nano editor.

    Some nano editor basics here: https://linuxize.com/post/how-to-use-nano-text-editor/

    If you want to run with a different editor you can follow the answer found here: https://askubuntu.com/questions/4546...mand-to-be-vim
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  4. #4
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Problem after trying to install brave browser

    I use Brave quite a bit; my new favorite browser. I installed it on Xubuntu 22.04 from here recently.
    I also use it on Arch, Fedora, Windows 10 and my Android phone.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •