this post was submitted on 28 Jul 2021
20 points (85.7% liked)
Linux
49469 readers
693 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What if it doesnt have any instructions?
What do you mean about using the AUR?
Hmm, then it sort of depends on the project. And I mean the AUR might already have it compiled for you or in an easier form for Arch users. But if you are using Debian and your your question was "will this compile the same way on Arch and Debian" then the answer is simply yes!
What project are you trying to compile?
I am trying to install Foxit Reader and WineGUI for a friend on Manjaro, I found the latter on the AUR I think, so I should run
yay install wine-gui-git
?Manjaro is an Archlinux based Linux Distro. So you can install an UNTRUSTED user package like wine-gui-git with an AUR helper like yay/paru/... like you mentioned.
But please install not software you don't understand how to build. It can be dangerous code.
For the package wine-gui-git the building script is https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=wine-gui-git . So you can look and learn how to build the software by yourself.