A way to Build without installing? #1315
Unanswered
thepragandsensdiary
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I found a way that kinda sidesteps
paru
Paru just replaces the
git clone
at the end of the day.And then I just
$ pacman -U swaylock-effects-1.7-x86_64.pkg.tar.zst
on my real machine.Isn't there a native command to get a .pkg.tar.zst file? In this day and age of containers and immutable OS's, I got to the conclusion that I don't need all my build dependencies to be on my main ArchBTW cluttering everything.
I tried
paru -B swaylock-effects
but it outputserror: No such file or directory (os error 2)
. I asked ChatGPT and it said "create a~/.cache/paru
directory", but it's already there.I'll use the
-G
parameter for now though.Beta Was this translation helpful? Give feedback.
All reactions