Skip to main content
Topic: How to install tar.gz file ? (Read 1218 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

How to install tar.gz file ?

I cant install discord from pacman on the latest STABLE runit release and I am trying to install it from the discord site.

Thanks

Re: How to install tar.gz file ?

Reply #1
This might come in handy:

https://tldp.org/HOWTO/Software-Building-HOWTO.html
https://tldp.org/HOWTO/pdf/Software-Building-HOWTO.pdf

TLDP is a great traditional source of information on GNU/Linux.

Note 1: Under Artix (which is an Arch-based system), it is recommended to use pacman. However, the command
Code: [Select]
$ pacman -Ss discord | less
(more on pacman here) reveals that Discord package is in the community repository, which is an Arch repository. Arch repositories in Artix are only supported through a specific procedure. Even then, if it relies on systemd, it naturally won't work on a distro which is created specifically to avoid systemd.

Note 2: Take into consideration that Discord is an anti-privacy program. It is spying on its users.

Note 3: Even more packages are revealed in AUR (which is not officially supported, neither by Arch nor Artix), by using an AUR helper like yay or pikaur.

Note 4: All of this can be found through web search. Next time go through this checklist: https://forum.artixlinux.org/index.php/topic,1923.0.html