
Apa itu VScodium ?
VScodium bisa di bilang bentuk sepenuh nya foss dari software VScode.
terus apa VScode gak opensource gan? kan mereka punya tagline Free. Open source. Runs everywhere
mereka opensource tapi gak sepenuh nya opensource.
ya memang aplikasi ini dapat diunduh secara gratis dan dapat berjalan diberbagai sistem operasi.
sumber kode mereka memang opensource tapi tidak untuk kode biner nya.
Beda nya sama Vscode apa?
VScodium tanpa telemetri / pelacakan milik pelacakan ini pada dasar nya mengumpulkan data penggunaan dan mengirimkan nya ke pihak microsoft,yang berguna untuk membantu microsot dalam pengembangan Vscode ke depan nya. yang gak suka di lacak dan suka kebebasan Vscodium pilihan yang cocok.
cara install nya gan?
VScodium support banyak platform dari linux,macos,sampai windows untuk lebih lenngkap nya bisa di baca Disini.
installasi untuk Debian/ubuntu (.deb)
menambahkan the GPG key of the repository
$ wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | sudo apt-key add -
menambahkan repo VScodium
$ echo 'deb https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/debs/ vscodium main' | sudo tee --append /etc/apt/sources.list.d/vscodium.list
update lalu install VScodium
$ sudo apt update && sudo apt install codium
installasi untuk Opensuse/Fedora/Centos (.rpm)
menambahkan the GPG key of the repository
$ rpm --import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg
1.Fedora/RHEL:
$ printf "[gitlab.com_paulcarroty_vscodium_repo]\nname=gitlab.com_paulcarroty_vscodium_repo\nbaseurl=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/rpms/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg" |sudo tee -a /etc/yum.repos.d/vscodium.repo
2.Opensuse/SUSE:
$ printf "[gitlab.com_paulcarroty_vscodium_repo]\nname=gitlab.com_paulcarroty_vscodium_repo\nbaseurl=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/rpms/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg" |sudo tee -a /etc/zypp/repos.d/vscodium.repo
Install Vscodium
- Fedora/RHEL:
$ dnf install codium
- Opensuse/Suse
$ zypper in codium


