this post was submitted on 27 Aug 2023
86 points (96.7% liked)

Linux

45778 readers
957 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
 

reading "Build Files Exist" seems to suggest the package already exists, but it's not, I think.

So what is "CleanBuild" and what do the options mean: [N]one [A]ll [Ab]ort [I]nstalled [No]t Installed

And is meant by (1 2 3, 1-3, ^4) ?

you are viewing a single comment's thread
view the rest of the comments
[–] orsetto@beehaw.org 25 points 10 months ago* (last edited 10 months ago) (3 children)

"Build files exist" means that yay already downloaded and the packages files. I think this might be the case if for example you already tried to install the package but aborted before installing it.

"Clean build" means that yay will re-download and re-build the package's files.

The numbers are examples for choosing ~~to which package apply which option~~ which package to cleanbuild. ( "1 2 3" selects packages 1 2 and 3. same goes for 1-3, but in this case you are specifying a range. ^4 means all the listed packages but no. 4). this is an example output, and in you case you can ignore it given that you only have 1 package.

I think pressing enter for the default is okay, otherwise type "A" and then enter

[–] wipasoda@lemmy.dbzer0.com 3 points 10 months ago (2 children)

1-3 a range? So that means: None, All, AND Abort? But that's contradicting.

I'm using a relative fresh install of manjaro gnome though, I never installed this ivpn package before

[–] Vittelius@feddit.de 5 points 10 months ago

No. On your screenshot you can see that the apps that you are trying to install are numbered. It's hard to notice because you are only installing on app so the numbering stops at one, but if you tried to install multiple apps or the app depended on an other package from the AUR you would see more entries in this list and each entry would be numbered.

So specifying a range would mean package 1, 2 and 3. An option like that can come in handy when performing updates

[–] orsetto@beehaw.org 2 points 10 months ago

1-3 a range? So that means: None, All, AND Abort?

Uh, no. That's just me not being very clear. Where it says "1. ivpn (build files exist)", that should be a list, but you only have one package. The numbers refers to that list's elements.

I'm also going to edit my previous comment because i got something wrong.

I never installed this ivpn package before

Then i don't know why you're getting this message, but i think it's pretty harmless. Just to be sure, before installing press " A" and then enter. This way you'll be sure to install the correct files.