You are here: Home / Topics / How to update vscode .deb in ubuntu?

How to update vscode .deb in ubuntu?

Filed under: Coding on 2024-01-16 19:39:28

To update Visual Studio Code (VSCode) on Ubuntu using the .deb package, you can follow these steps:

you can manually download the latest .deb package from the VSCode website, and then install it using the following steps:

Download the Latest .deb Package:

  • Go to the VSCode website and download the latest .deb package.

Open Terminal:

  • Navigate to the directory where the downloaded .deb file is located.

Install the Package:

Run the following command to install the package:

sudo dpkg -i <package_filename>.deb

Replace <package_filename> with the actual name of the downloaded .deb file.

About Author:
M
Mr. Dubey     View Profile
Founder and CEO of MCQ Buddy. I just like to help others.