Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 19, 2022 05:20 am GMT

How to install any software in Ubuntu

If you want to install any software, first download it.
For example, let's install Visual Studio Code for our Ubuntu.

Let's go to Download Page for Visual Studio Code

Download the .deb file
Image description

After downloading the file, check where the files is. For me, it is in the Downloads folder.
Now, go to your terminal and go into the Download folder using cd command

then check it the .deb file is there using lscommand.
Then download using the command sudo dpkg -i <your file name>
Image description
Done!

Now use Visual Studio Code !


Original Link: https://dev.to/mitul3737/how-to-install-any-software-in-ubuntu-1f5n

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To