How to Download and Install Visual Studio Code on Ubuntu? Last Updated : 14 Nov, 2022 Comments Improve Suggest changes Like Article Like Report Visual Studio Code is a code editor that is basically used for web development or cloud platforms, but nowadays Visual Studio Code can do a lot. It is stated as the second most used code editor by developers in 2022 so if you are an aspiring IT student or a developer you should know how to use Visual Studio Code. Let's learn how to install Visual Studio Code for Linux. Downloading Visual Studio Code Step 1: Download the Visual Studio Code package for Linux from here. Step 2: Installing VS Code on the system. Fire up the terminal and follow up to install or Unpack it into your system. cd Downloads ls sudo apt install ./<the file name> Now the Visual studio code is installed in your Linux System to check the write in the terminal. code . This will open up VS code in the directory you are currently on. Comment More infoAdvertise with us Next Article How to Download and Install Visual Studio Code on Ubuntu? M musharafz2k3 Follow Improve Article Tags : How To Installation Guide how-to-install Similar Reads How to Install Flutter on Visual Studio Code? In this article, we will walk through the process of installing Flutter in Visual Studio Code. Flutter is an open-source portable UI framework for mobile, desktop, and web. It is developed and managed by Google, Flutter is used for creating a high-quality, beautiful, and fast native interface for an 4 min read How to Install and Setup Visual Studio for C#? Installing and setting up Visual Studio is the first step for developers to build, compile, and run C# applications. Whether you are a beginner or an experienced programmer, Visual Studio provides a powerful integrated development environment (IDE) for writing and debugging C# code. With Visual Stud 3 min read How to Download and Install Pinnacle Studio on Windows? Pinnacle Studio Video editing software is a paid video editor, with 15 days free trial. The ultimate aim of the pinnacle video editing software is to use your passion, to build powerful products, with high precision. Pinnacle studio has advanced tools like Stop Motion animation, multicam editing, sp 3 min read How to Install Visual Studio Code on Windows? Visual Studio Code (VS Code) is a free, lightweight, and open-source code editor developed by Microsoft. It supports multiple operating systems, including Windows, macOS, and Linux. VS Code is designed to be versatile and user-friendly, offering features such as:Syntax Highlighting and Autocompletio 4 min read How to Install and Setup Visual Studio for ASP.NET? Visual Studio is an Integrated Development Environment(IDE) developed by Microsoft to develop GUI(Graphical User Interface), Web applications, console, web apps, mobile apps, cloud, and web services, etc. To install and use Visual Studio for the commercial purpose one must buy a license from Microso 4 min read Like