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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Some projects only give you .tar.gz, what am I supposed to do with them? Is this what people call building from source? Am I supposed to move it to /opt and extract it in Debian based distros? Does this also work on Arch based ones?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 3 years ago (10 children)

What if it doesnt have any instructions?

What do you mean about using the AUR?

[–] [email protected] 0 points 3 years ago* (last edited 3 years ago) (8 children)

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?

[–] [email protected] 2 points 3 years ago (7 children)

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?

[–] [email protected] 2 points 3 years ago

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.

load more comments (6 replies)
load more comments (6 replies)
load more comments (7 replies)