User Tools

Site Tools


update

Update

Linux Updates

Ubuntu Updates

Ubuntu updates: To make sure that our Ubuntu versions are up-to-date, let’s update and upgrade the Linux system with apt-get:

Install Python on Linux

pip

A tool for use with Python, pip installs and manages programming packages we may want to use in our development projects. You can install Python packages by typing:

Here, package_name can refer to any Python package or Python library, such as Django for Python web development or NumPy for Python scientific computing. So if you would like to install NumPy, you can do so with the command pip3 install numpy.

Install Java JDK on Linux

Install Brave Browser on Linux

Brave is only supported on 64-bit AMD/Intel architectures (amd64 / x86_64).

The current signing keys are also available from <https://brave.com/signing-keys/>.

How do I install Brave on Linux using the terminal?

Notes on Linux Installation:

If Brave does not start and shows an error about sandboxing, you may need to enable user namespaces. For security reasons, we do NOT recommend running with the –no-sandbox flag. For more info, see https://github.com/brave/brave-browser/issues/1986#issuecomment-445057361.

Brave installation via Snap is no-longer officially supported. Since Snap is community-driven and Brave cannot guarantee that they are up to date with our security updates.

Debian 9+, Ubuntu 14.04+ and Mint 17+

Release Channel Installations:

Debian 9+, Ubuntu 14.04+ and Linux Mint 17+

If you get gnutls_handshake() errors after adding the Brave repository on Debian 9, you may need to uninstall old conflicting packages.

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 -

echo “deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main” | sudo tee /etc/apt/sources.list.d/brave-browser-release.list

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

Filezilla

update.txt · Last modified: 2020/11/20 01:14 by 127.0.0.1