VSCodium
Install on Debian (.deb)
GPG Key
Add the GPG key of the repository:
curl -fsSL https://repo.vscodium.dev/vscodium.gpg \
| gpg --dearmor \
| sudo dd of=/usr/share/keyrings/vscodium.gpg
Repository
Add the .list
file:
sudo curl --output-dir /etc/apt/sources.list.d -LO https://repo.vscodium.dev/vscodium.list
Install
Update then install VSCodium:
sudo apt update && sudo apt install codium
Install Fedora/Suse (.rpm)
Repository
Add the .repo
file:
sudo curl --output-dir /etc/yum.repos.d -LO https://repo.vscodium.dev/vscodium.repo
Install
Install VSCodium:
Fedora/RHEL
sudo dnf install codium
OpenSuse/Suse
sudo zypper in codium