How to Install VSCodium on Ubuntu 24.04

Channel:
Subscribers:
13,900
Published on ● Video Link: https://www.youtube.com/watch?v=CXL3ocIPIFg



Duration: 0:00
180 views
2


In today’s tutorial, we’ll guide you through the step-by-step process of installing VSCodium on Ubuntu 24.04. VSCodium is a free, open-source version of Visual Studio Code, perfect for developers looking for a lightweight code editor without telemetry.

Commands

wget -qO - htts://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | sudo dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg (part of https removed add)

echo 'deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] htts://download.vscodium.com/debs vscodium main' | sudo tee /etc/apt/sources.list.d/vscodium.list (part of https removed add)