Ubuntu 14.04 LTS installation difficulty

To install on Ubuntu 14.04, I followed installation steps on
the installation page for linux, and I received the following
error message:“E: Unable to locate package brave-browser”

In particular, I ran these:

  1. sudo apt install apt-transport-https

  2. 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 -

  3. echo "deb [arch=amd64] <omitted because new forum users can only post at most 4 links>

  4. sudo apt update

  5. sudo apt install brave-browser

xxxxxx@x61:~$ sudo apt install apt-transport-https
[sudo] password for xxxxxxxx:
Reading package lists… Done
Building dependency tree
Reading state information… Done
apt-transport-https is already the newest version.
The following packages were automatically installed and are no longer required:
blt libarmadillo-dev libarmadillo4 libboost-system-dev libcgal-dev libcgal10
libdolfin1.3 libgeos-3.4.2 libgeos-c1 libgmp-dev libgmpxx4ldbl libjs-jquery
libjs-sphinxdoc libjs-underscore libmpfr-dev libpython-all-dbg libpython-dbg
libpython2.7-dbg libpython3-all-dbg libpython3-dbg libpython3.4-dbg
libqpdf13 linux-headers-4.4.0-31 linux-headers-4.4.0-31-generic
linux-image-4.4.0-31-generic linux-image-extra-4.4.0-31-generic python-all
python-all-dbg python-cheetah python-dap python-dateutil python-dbg
python-decorator python-dns python-ferari python-formencode python-openid
python-paste python-pastedeploy python-pastedeploy-tpl python-pastescript
python-pyparsing python-pyx python-scgi python-scipy python-tempita
python-tz python-vtk python2.7-dbg python3-all python3-all-dbg
python3-dateutil python3-dbg python3-imaging python3-pil python3-tornado
python3-tz python3.4-dbg tcl-vtk
Use ‘apt-get autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

xxxxxxxx61:~$ 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

xxxxxx@x61:~$ 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
deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ trusty main

xxxxxx@x61:~$ sudo apt update
<text omitted because new forum users can only post at most 4 links>
Fetched 7,216 B in 12s (590 B/s)
Reading package lists… Done

xxxxxxxx@x61:~$ sudo apt install brave-browser
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package brave-browser

It was reproduced twice.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.