I was trying to install vs code on Chromebook with Linux but i get it off the website and go into the file and it says "apt is not install able" and things like it for about five rows of text I hope someone knows the answer.
Asked
Active
Viewed 336 times
0
-
i tried to do it through the terminal as opposed to files and it still is showing and error i tried to reinstall the file and do it again but it still didn't work. – Cohen Poock Jul 28 '22 at 03:10
-
Can you please post the commands you executed and the output you got? – asdf3.14159 Aug 09 '22 at 16:26
1 Answers
0
Try beginning with sudo apt install as opposed to apt install. Linux can be wishy washy when it comes to installs in the terminal.

grandmasternik
- 11
- 2
-
that is true but i already usually do that and i was using files still won't work in terminal thanks for the answer though – Cohen Poock Jul 28 '22 at 03:23
-
-
Here’s [instructions](https://wiki.debian.org/VisualStudioCode) on how to install VSCode on Debian from the Debian wiki. After reading it myself, I’ve been using [VSCodium](https://vscodium.com/), an open-source version of VS Code. Here’s how I installed it: [How to install VSCodium on Debian using Extrepo](https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo#option-3-debian-only) – asdf3.14159 Nov 24 '22 at 09:43