

Theįollowing command installs matplotlib: sudo apt install python3-matplotlibĬreate and run the following Python script: import matplotlib.pyplot as plt

f –> to fix broken dependencies related issues.If you work with virtual environments, do not forget to activate your environmentīefore installing matplotlib, otherwise it will be installed system wide.

Thereafter, make apt install the missing/related dependencies – sudo apt install -f Then, update standard repository of Ubuntu first – sudo apt update If you get dependency related issues while installing the package through dpkg. In conclusion, we have discussed how to install Visual Studio Code in Ubuntu 20.04 LTS release through. This will download & install the package and related dependencies, if any. Next, to install Visual Studio Code – sudo snap install -classic code Although snap is installed as default, but for some reason its not there in your Ubuntu distribution, then – sudo apt install snapd where, -r –> removes the package.Īlternately, we can choose to install the package through snap. If, for some reason, we want to remove the package, then sudo dpkg -r code Sudo dpkg -i code_1.44.2-1587059832_bĬonsequently, we can access the package through our Systems’ main menu. Therefore, issue the following in terminal – cd /path/to/package/ Now, we will install the downloaded package through dpkg (debians’ package manager). Visit official Visual Studio Code website. Install Visual Studio Code in Ubuntu 20.04 LTS In case you don’t have one, then contact your System Administrator for assistance. Note: Following operations require you to have superuser privileges. There are two methods through which we can install Visual Studio Code or VSCode – It is worth mentioning here that, it supports Node.js runtime debugging out of the box. We can get support for more programming languages by installing relevant extensions. In addition to, it also acts as a debugger for TypeScript, JavaScript & languages transpiled from JavaScript. Besides, we can get more out it by installing relevant extensions from its Marketplace. Visual Studio code primarily functions as a source code editor. In this article, we would discuss how to install Visual Studio Code in Ubuntu 20.04 LTS release. Moreover, at the time of writing the article, the latest stable release is 1.44.2. To begin with, it is developed by Microsoft. The Visual Studio Code is written in CSS, JavaScript & TypeScript.
