[SOLVED] Can't install Plank or Latte docks on Artix

Lobo1980

Member
Joined
Feb 12, 2022
Messages
37
Reaction score
20
Credits
323
Hello guys this is my first post.

I'm trying to install a dock on Artix but I can't.

After a long research I found that it may be because I have not enable the community repository on /etc/pacman.conf

But trying to enable it I found that [community] repository does not appear at all.

sudo nano /etc/pacman.conf

# after the header, and they will be used before the default mirrors.

#[gremlins]
#Include = /etc/pacman.d/mirrorlist

[system]
Include = /etc/pacman.d/mirrorlist

[world]
Include = /etc/pacman.d/mirrorlist

#[galaxy-gremlins]
#Include = /etc/pacman.d/mirrorlist

[galaxy]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the lib32 repositories as required here.

#[lib32-gremlins]

I am doing something wrong?

Thanks in advanced!
 


I solve the problem.

From:

Wiki | Main / Repositories


wiki.artixlinux.org

Arch repositories​

As of June 2021, all Arch repositories are disabled by default. To enable them, install artix-archlinux-support and follow the on-screen instructions to activate the Arch repositories you want, most likely extra, community and multilib, which contain packages not yet in Artix repositories.

Step by step:

1.- sudo pacman -S artix-archlinux-support
2.- sudo nano /etc/pacman.conf
3.- Edit the file placing the following at the end of it:

#[testing]
#Include = /etc/pacman.d/mirrorlist-arch


[extra]
Include = /etc/pacman.d/mirrorlist-arch


#[community-testing]
#Include = /etc/pacman.d/mirrorlist-arch


[community]
Include = /etc/pacman.d/mirrorlist-arch


#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist-arch


#[multilib]
#Include = /etc/pacman.d/mirrorlist-arch

4.- sudo pacman -Syu (in this step you will see that the [extra] and [community] repositories will update too.

5.- sudo pacman -S plank
 

Staff online

Members online


Top