Skip to main content

Softwares - Ubuntu Linux


 

        To start with web developing we need to install some basic software's after the installation of Linux on your PC.  So, the software's listed below are the ones that I have been using as my daily drive.

1. Browser - Brave :      




Code for Installation :

sudo apt install apt-transport-https curl

sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-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

Comments