---
title: "<a href="\&quot;https://brave-browser.readthedocs.io/en/latest/installing-brave.html#linux\&quot;" target="\&quot;_blank\&quot;" rel="\&quot;nofollow" noopener="" noreferrer\&quot;="" data-wpel-link="internal">Instalar navegador web Brave en Linux</a>"
description: "Copia y pega esto en la terminal (versiones Ubuntu y Mint): sudo apt install apt-transport-https curl curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring..."
url: https://indaga.net/instalar-navegador-web-brave-en-linux/
date: 2019-12-14
modified: 2019-12-15
author: "Directorio Indaga"
categories: ["GNU Linux"]
tags: ["brave", "instalar brave en linux", "navegadores web", "web browsers"]
type: post
lang: es
---

# <a href="https://brave-browser.readthedocs.io/en/latest/installing-brave.html#linux" target="_blank" rel="nofollow noopener noreferrer external" data-wpel-link="external">Instalar navegador web Brave en Linux</a>

Copia y pega esto en la terminal (versiones Ubuntu y Mint):
`
sudo apt install apt-transport-https curl 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 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 sudo apt install brave-browser
`[https://brave-browser.readthedocs.io/en/latest/installing-brave.html#linux](https://brave-browser.readthedocs.io/en/latest/installing-brave.html#linux)
