Skip to main content
Topic: How to install discord on runit artix (Read 4031 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How to install discord on runit artix

Can somebody help me with this one?
I haven't found  way to install it yet.

Re: How to install discord on runit artix

Reply #1
Are you serious? It's in [community]. Read the top post of our main page.

Re: How to install discord on runit artix

Reply #2
Well  I already tried it and it cant find the package

Re: How to install discord on runit artix

Reply #3
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.

Re: How to install discord on runit artix

Reply #4
Hi, and how is this runit related?

 

Re: How to install discord on runit artix

Reply #5
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