I am using Parrot OS. I have just downloaded VSCodium.tar.gz file.I have also unzipped it. But the preinstalled version is not yet updated. Could you please help me updating my VSCodium?
Asked
Active
Viewed 1,925 times
0
-
Welcome to Stack Overflow! Could you be a little more specific with what `not yet updated` means and what you want to update to? A specific version? – Daniel Soutar Mar 15 '21 at 15:30
-
VSCodium Current Version: 1.47.3 I wanna update it to version: 1.53.2 My OS is Parrot OS. I have downloaded the .tar.gz file too. But I dont know the preinstalled directory to update the previous version. Or is there any way to update my VSCodium? – Genomic Invader Mar 16 '21 at 10:12
2 Answers
1
You need update if is it in Parrot.
First Hand source https://github.com/VSCodium/vscodium/issues/268#event-7024198250 or at your risk with the standard terminal command from Download folder
sudo tar -xzvf VSCodium-linux-x64-XXX.tar.gz -C /usr/share/codium

Papershine
- 4,995
- 2
- 24
- 48

George Polevoy
- 11
- 3
-2
Install it through snap, the 1.54.3
version is available:
sudo apt install snapd
sudo snap install codium --classic
sudo snap run codium

GAD3R
- 4,317
- 1
- 23
- 34
-
@GenomicInvader Great! Don't forget to mark my answer as accepted. Please. – GAD3R Apr 11 '21 at 17:32