hi all,
I'm a new user and I'm trying to setup my new laptop for work. I have to install vscode . I search on the arch linux repos and the code package resides on the Extra repo. now, on artix the extra repo is the world repo if I understood correctly.
but if I launch :
pacman -S code
it gave me an error: target not found
and of course the world repo is enabled.
how can i install the code package ?
thanks in advance
Artix doesn't have every package Arch has and in fact code is one we don't currently provide. You have a few options:
- Grab Arch's PKGBUILD (https://gitlab.archlinux.org/archlinux/packaging/packages/code) and try building it yourself
- Find a suitable replacement on the AUR (https://aur.archlinux.org/packages?O=0&K=code)
- Enable Arch repos (https://wiki.artixlinux.org/Main/Repositories#Arch_repositories)
https://forum.artixlinux.org/index.php/topic,7108.msg43170.html#msg43170