Summary
Arch Linux is one of the most popular Linux distributions.
It's supported by AUR, "A"rch Linux "U"ser "R"epository, which is a v...
For further actions, you may consider blocking this person and/or reporting abuse
Thank you veery much. Damn I love Arch <3 <3
Hello, Alvan. Thank you for your cheering commenting 😉
its 2022 and it still works great. AWESOME!! thank you.
Ha ha, yeah, 4 years ago and now. I am really surprised.
Many thanks to Arch Linux project and community for their efforts, stability and advancement.
Thank you very much, tux0r!
I have never heard of Artix.
It seems interesting especially to build an Arch server!
Although I don't have a strong opinion about
systemd
(because of shallow understanding), I remember I enjoyed using OpenRC when I used Alpine Linux.By the way, I found the Debian fork Devuan without
systemd
as well as Artix when I studied Artix some time ago.You and the web world are my big teachers : )
I recently shifted to Linux. Manjaro Gnome.
When I did git clone and tried to install aur repo. I Get following error:
gpg --generate-key
I have below keys, not sure how to use them
So I did this
Now i get below error:
Ajinkya,
Hello. Thank you for your comments.
Well, although I know little about your errors, your problem seems to have been already not because of gpg.
How about this approach? I'm happy if this could be some of your help:
stackoverflow.com/questions/465047...
Thank you very much for you Post!!
But when i at step2 ,I got an error
ERROR: Running makepkg as root is not allowed as it can cause permanent,
catastrophic damage to your system.
so i create a new user to use makepkg
but i got another error
==> ERROR: Cannot find the fakeroot binary.
I'm not an English speaker, so the words I write may be difficult to understand. I'm very sorry about that
Hello, @billyang
Thank you for your comments :)
I wonder if you used
sudo
. It is not recommended.If you did as superuser, just type "
makepkg ...
" instead. (Well, starting with$
means "do as a user".)This may be another issue.
It seems a part of
base-devel
lacks.It is possibly solved by installing
fakerook
(and other core packages if required):Hi, tux0r!
Thank you about the detail.
I have studied about
systemd
,SysVinit
andupstart
for a couple of days.And I understood your saying, at least a part of it:
What I understand is that it is a trade off between speed and stability.
And I seemed to understand why, in my past experiment, Ubuntu executed something faster than Alpine Linux or OpenBSD.
To be frank, I couldn't find what to say, because I definitely know about you by far less than your mother 🤣
Thanks for this!
I've been distro hopping and found myself back on Manjaro and couldn't for the life of me remember how to do this! My brain was stuck on dpkg for some reason 😑
Could you elaborate on the -si argument(s) on what it does and why it's needed? 🙂
Hi Tim. Thank you for your commenting 🙂 Sorry for my late reply.
Haha. My case is similiar to yours: Manjaro -> Debian ->Artix (Arch-based). I have recently got familiar with
pacman
commands after all.-s
is shorthand for--syncdeps
that means "To build the package and install needed dependencies".-i
is for--install
.-si
means to build the package and then install it.When what you want is just to build the package and not to install it,
makepkg -s
is useful.When you have finished building the package, all you have to do is executing
makepkg -i
to install it.The documentations might help you: wiki.archlinux.org/index.php/Makepkg .
Hi Heddi
Thank you so much for taking the time to craft a really insightful and friendly response! :)
This makes tones more sense to me know - for some reason I was looking up "-si" as if it was one argument and not two arguments together 🙃
Hi, Tim. You're welcome.
I'm happy if it helped you in some way 😊
Not bad, yay is definitely the way to go
PKN
Thank you so much for your encouraging messages. Yes😄
Nice! Let's go Void Linux!.. Ow wait ;P
Sorry for a wrong expression.
I tried to mean "dozens of minutes ago" using "some time ago" 😅
It's true I haven't known Artix since you taught me.