MinekPo1 [She/Her]

nya !!! :3333 gay uwu

I’m in a bad place rn so if I’m getting into an argument please tell me to disconnect for a bit as I dont deal with shit like that well :3

  • 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle







  • I would guess that “Build Files Exist” means makepkg successfully downloaded the files it needs to build the package. I assume cleanBuild is referring to the building of packages itself.

    As for the options, my guesses are:

    • N don’t install anything and continue
    • A build and install all the listed packages
    • Ab interrupt everything and exit
    • I rebuild packages which are already installed, but don’t install new ones
    • No build and install packages which are not installed on the system

    I think you can also pick specific packages by referring to their index

    • either listing them all (1 2 3)
    • specifying a range (1-3)
    • or excluding those which you don’t want (^4)

    Note that I don’t use arch btw so I’m only guessing.