A way to Build without installing? #1315
Unanswered
thepragandsensdiary
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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