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
?And why do you want to install windows software on linux? Foxit Reader is a pdf viewer there are a lot of linux native applications https://wiki.archlinux.org/title/PDF,_PS_and_DjVu i use zathura. Don't use wine ...
Foxit Reader provides a tarball for Linux, I don't want to install that with WineGUI, and what if I wanted to? I didn't came here for someone to give me a lecture about libre software, I know how it works. It's his first time into Linux, if he wants to install shitty fucking Foxit Reader I'll do it, as long as he doesn't switch back to shitdows. BTW he wants it because allows for PDF edition and also allows to insert images and text within the highlights.
Well, if it's a Foxit Reader tar.gz, that's hardly going to be the source code. Just extract it into some directory and see if there's a file in there to start it (probably called something like "foxit-reader").
If that works, I would recommend moving the extracted folder to /opt and then making it available in the application menu. Some desktops, e.g. KDE Plasma, have a GUI to edit the applications. If you don't have that, you'll have to manually create a .desktop file: https://wiki.archlinux.org/title/Desktop_entries
Sorry i didn't realize you want both software. There is also an AUR Package for foxit https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=foxitreader and the package maintainer will update the package. Or you can
I think Okular can insert images and text within highlights and LibreOffice Draw can edit PDFs.
Apart from that, it's OK to want specific Windows software on Linux, they just asked why and misunderstood that you want the Linux version, not install it through WINE. If you had provided links to the software you want to install that would have been clearer.