Artix Linux Forum

Artix Linux => Package management => Topic started by: AlekosGK on 28 August 2021, 12:03:05

Title: How to install discord on runit artix
Post by: AlekosGK on 28 August 2021, 12:03:05
Can somebody help me with this one?
I haven't found  way to install it yet.
Title: Re: How to install discord on runit artix
Post by: nous on 28 August 2021, 17:12:58
Are you serious? It's in [community]. Read the top post of our main page.
Title: Re: How to install discord on runit artix
Post by: AlekosGK on 28 August 2021, 18:02:29
Well  I already tried it and it cant find the package
Title: Re: How to install discord on runit artix
Post by: SGOrava on 28 August 2021, 19:16:17
Well  I already tried it and it cant find the package
That is why nous wanted you to look at the main page where you can find latest news like this one:
https://artixlinux.org/news.php#Arch_repositories_made_optional

Since you did not provide any logs from pacman I can only guess that you do not have installed and ENABLED support for archlinux repositories in /etc/pacman.conf by uncommenting or adding them at the end of the file.
Title: Re: How to install discord on runit artix
Post by: zerogara on 28 August 2021, 20:29:02
Hi, and how is this runit related?
Title: Re: How to install discord on runit artix
Post by: camosoul on 16 September 2021, 10:57:40
This is not runit related. Why was it moved here?

Add the Arch Community repo to /etc/pacman.conf as others have stated. See excerpt from my /etc/pacman.conf below if you can't sort that out on your own...

Once you've done that, install yay:
Code: [Select]
sudo pacman -Syu git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
Poof, now you have yay.
Code: [Select]
yay discord
It gets obvious from there...

That is why nous wanted you to look at the main page where you can find latest news like this one:
https://artixlinux.org/news.php#Arch_repositories_made_optional

Since you did not provide any logs from pacman I can only guess that you do not have installed and ENABLED support for archlinux repositories in /etc/pacman.conf by uncommenting or adding them at the end of the file.
It would be nice if they were already in there, but commented, and all one had to do was uncomment them... Would have made this transition smoother...

P.S. Discord is run by degenerates. You really shouldn't use it.

This is what the repo section of my pacman.conf looks like. You may want to copy it, or not...
Code: [Select]
# The gremlins repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.


#ARTIX
#[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

[universe]
Server = https://universe.artixlinux.org/x86_64
Server = https://mirror1.artixlinux.org/universe/x86_64
Server = https://mirror.pascalpuffke.de/artix-universe/x86_64
Server = https://artixlinux.qontinuum.space:4443/universe/os/x86_64

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

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

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


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

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

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