How To Use The AUR (Arch User Repository)

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 429

  • @AshnSilvercorp
    @AshnSilvercorp 2 года назад +846

    It's really funny how Arch gets thrown as the complicated distro, when it reality it still comes down to reading a manual and typing in the equivalent of a few commands. Anyone who's used command blocks in Minecraft or the console in TF2 or Gmod can figure out Arch.

    • @kimgkomg
      @kimgkomg 2 года назад +115

      As if those are things that normal people do

    • @AshnSilvercorp
      @AshnSilvercorp 2 года назад +192

      @@kimgkomg no it isn't. But that speaks to the problem of tech literacy. It isn't that people can't, it's often that people are too lazy or busy to try and hapily encouraged to remain in such a status quo.

    • @arandomguy4478
      @arandomguy4478 2 года назад +28

      Except when users go to upgrade packages and something breaks. It can be absolute pain to track it down sometimes

    • @rishirajsaikia1323
      @rishirajsaikia1323 2 года назад +23

      @@arandomguy4478 arch focuses on bleeding edge instead of stability. If a distro based on arch tries to hold packages for sometime for more stability, the AUR packages have more chances to break. The bleeding edge nature of arch makes the AUR possible.

    • @monsterhunter445
      @monsterhunter445 2 года назад +30

      The average user wants stability heck as a power user I also want stability

  • @roasted.cheese
    @roasted.cheese 2 года назад +195

    the beginning is so accurate, I use Arch BTW

    • @kimgkomg
      @kimgkomg 2 года назад +1

      Prove it

    • @sparklyspartan1833
      @sparklyspartan1833 2 года назад +9

      I’m blocking you

    • @ne5043
      @ne5043 2 года назад +13

      Btw I didnt use the pacstrap command during installation

    • @censacrof
      @censacrof 2 года назад +4

      @@ne5043 you're a true sigma male then

    • @maybeanonymous6846
      @maybeanonymous6846 2 года назад +1

      i use artix btw

  • @atpray
    @atpray 2 года назад +404

    btw kenny, some advice.
    Simply type 'yay librewolf' without the -S flag. It does the same.
    Press Enter on all yay prompt, instead of typing Y. It work.
    Also running 'yay' without any flag, runs 'pacman -Syu' + aur updates.

    • @generallyunimportant
      @generallyunimportant 2 года назад +9

      lets be real here, im pretty sure no one wants to upgrade and sync all their packages just to get one package installed

    • @kevyyar
      @kevyyar 2 года назад

      I have both yay and paru

    • @s8r4
      @s8r4 2 года назад +16

      the y/n prompts actually capitalize the letter that is going to be the default use if no input is provided. The only problem with that is in its existence by default. If every prompt used the same default, be it Y or N, it would be useful, but since that is not the case, looking for the capital letter takes the same amount of time as typing the letter you want to use anyway, which makes the feature obsolete imo.

    • @limpa756
      @limpa756 2 года назад +1

      YAy is deprecated use paru

    • @oalfodr
      @oalfodr 2 года назад +23

      @@limpa756 It is not deprecated. Use whatever you want

  • @beregg9159
    @beregg9159 2 года назад +150

    Its gonna be interesting to see how many people get interested in Arch and or Linux in general once the Steam Deck launches, Valve confirmed it comes with an immutable file system which can be removed with a few commands. These vids will definitely come in handy for the newbies and your vids have definitely helped me use to use Arch properly

    • @jan_harald
      @jan_harald 2 года назад +9

      probably still mutable by system updates, also probably a lot of people trying to tinker with it are gonna mess up the system, because they're used to stuff like Garbage Bin style deletion

    • @AshnSilvercorp
      @AshnSilvercorp 2 года назад +2

      exactly why I'm running it. And Just WorksTM it has been so far for what I use.

    • @AshnSilvercorp
      @AshnSilvercorp 2 года назад +4

      @@jan_harald KDE does have a recycle bin, and as far as I know, that is the deskop environment shipping with it out of its game mode.

    • @ugoboom
      @ugoboom 2 года назад +2

      @@jan_harald i wish more people who wrote guides, say to install trash-cli and suggest `trash filename` instead of rm -rf

    • @l4kr
      @l4kr 2 года назад

      Probably as people as those who mod their xbox or playstation lol

  • @TheJackiMonster
    @TheJackiMonster 2 года назад +126

    I recommend creating a "aur" folder instead of "git" in case you clone some other repositories besides AUR packages. Also you could make a video about making own AUR packages if you know anything which still needs packaging. It's much easier than anything I have encountered on different distros because it is essentially using bash.
    Also what's important to add is that anyone can create AUR packages. So people should be careful what to install from there because it has contained viruses in the past. It's likely package maintainers will get banned from the AUR for uploading a virus rather quickly but it depends on how popular the package is and if users are checking the PKGBUILD script.
    So yeah, I really like the AUR but it's still important to understand it first before using it. Definitely a good topic for videos. ^^

    • @jan_harald
      @jan_harald 2 года назад +6

      imho it's not worth making an AUR package if you're not gonna maintain it...which there's ALREADY quite a few that aren't quite kept up to date, not to mention that I think this would increase the duplicate packages, like, if there's package-git package-mypatch package-flumpus package-opensesame-git, for example, you wouldn't even know what is the actual difference between them, they'd be someone's forks, but often they seem quite unneccessary

    • @atpray
      @atpray 2 года назад +1

      @@jan_harald And that is why some research should be done on the upstream of non-popular aur packages before installing.

    • @annoyinguser
      @annoyinguser 2 года назад +5

      And that's why I'm trying not to install stuff that I don't see frequently updated in the past couple of months.

    • @TheJackiMonster
      @TheJackiMonster 2 года назад +2

      @@jan_harald Unmaintained packages can easily be reported and you can also request to maintain them. I also rarely encounter actual duplicates because I think those would get reported quite fast.
      There are in fact differences between -git or -bin packages. So it makes sense to have those in separate to choose from. Sometimes even forks or patches are a reason to create a different package because there are important changes which can be required in other software using it as dependency.

    • @DMSBrian24
      @DMSBrian24 2 года назад

      just the build files in /tmp x)

  • @Absolute_Zero7
    @Absolute_Zero7 2 года назад +31

    One little tidbit at the end is that I believe if you just run yay without any flags, it defaults to running yay -Syu, so if you want to do a full system upgrade, you can just drop the -Syu part and just type "yay".

  • @vens1337
    @vens1337 2 года назад +8

    Thanks brah.
    I've been using Arch as my daily driver despite having just moved into university (who doesn't like a challenge lol). Its been tough at times (due to professors expecting people to use mainstream systems), but I've been making it work regardless. Thanks for the explanations and demonstrations, they have definitely helped in my understanding!

  • @nepnep1057
    @nepnep1057 2 года назад +43

    honestly the AUR is one of the things i like the most about using linux, being able to install anything even remotely known the same way you can install system packages (if you use a wrapper helper like yay) is just really nice, and it's one of the reasons why i recommend endeavour (pretty much just arch but a bit more bloated and with a GUI installer) to beginners, not mint or anything debian based, honestly even vanilla arch would be better for beginners than something debian based considering how much of a pain it is to get software on debian and how outdated it is, the only harder than average thing about arch is the installation process, and it's still not that hard

    • @alexdelarge9425
      @alexdelarge9425 2 года назад +3

      If you have problems installing on Debian, that's on you lol.

    • @nepnep1057
      @nepnep1057 2 года назад +6

      @@alexdelarge9425 When did i say i do? It's simply a night and day difference between being able to use a package manager and all its features vs having to unpack a tarball or .deb that doesn't update with the rest of the system, neither is hard, but one is way more convenient

    • @srpenguinbr
      @srpenguinbr 2 года назад +2

      @@alexdelarge9425 reminds me of Linus Torvalds at a Debian conference saying it was too difficult to install

    • @eritert
      @eritert 2 года назад

      I can definitely see how it would be time consuming if installing by only reading the wiki and choosing from programs you know nothing about, but now there are tons of tutorials that walk you through it and even some install helpers exist.

    • @srpenguinbr
      @srpenguinbr 2 года назад

      @@eritert heck there's Arch GUI, a distro that is just Arch with rhings preinstalled

  • @atpray
    @atpray 2 года назад +12

    Best part about aur is how easy it is to make an aur package. Community participation is top notch with aur. Bugs take almost no time to get fixed. Also many times I was able to successfully compile package of different architecture. Thats the advantage of compiling.

  • @SpidFightFR
    @SpidFightFR 2 года назад +10

    I use arch since a few months, tho it’s alway great to see a video like this one. Great job! 👌
    Also, to fully update your system, you can just write "yay", no need to write "yay -syu". 😅

  • @mekb-the
    @mekb-the 2 года назад +10

    the difference between just the package name, or adding -bin and -git, is
    package-bin is precompiled, you don't have to wait to compile the package
    package-git is up to the latest commit of the git repository, not the latest stable release or whatever
    package by itself is the latest stable release

    • @kobeneilson6717
      @kobeneilson6717 10 месяцев назад

      Thanks, I didn’t know the distinction. Is this just a convention? Or are there admins on the AUR who get to name the packages?

    • @HobbitJack1
      @HobbitJack1 2 месяца назад

      @@kobeneilson6717 It's convention, and it's not available for every package. But since it's been 7 months you've probably figured that out =)

  • @kalecio
    @kalecio 2 года назад +3

    I've gone to the tiling window manager rabbit role recently and I think I'm finally ready to do the change and go for a full minimal distro like arch. This video will come handy, thank you as always Linux Chad.

  •  2 года назад +16

    i never took my online security so seriously until i started watching these videos lol

    • @UU-dp9th
      @UU-dp9th 2 года назад +1

      Glad you’re on the other side!

    • @monstercrabee
      @monstercrabee 2 года назад +13

      You've posted this same comment on other videos already, bot.

    • @darkflightdreamer1698
      @darkflightdreamer1698 2 года назад +3

      bough acoomt 😡😡😡😠😠😠

    • @roasted.cheese
      @roasted.cheese 2 года назад

      @@monstercrabee nah he's real

    • @roasted.cheese
      @roasted.cheese 2 года назад

      @@darkflightdreamer1698 nah reposting check his channel

  • @apathypower9559
    @apathypower9559 2 года назад +9

    Interesting to see the git+base-devel vs yay. The only package I've ever made was yay, so I didn't know how much of what I did was git+base-devel or the yay package. Nice to see.

  • @fredrikellefsen9866
    @fredrikellefsen9866 Год назад +6

    I got the PGP error message so I paused the video and spent 10 minutes solving the issue. Then I unpaused the video and not 1 second later you explain what to do when the error happens. Unfortunate pause on my part lol

  • @thegumball1809
    @thegumball1809 2 года назад +1

    I may or may not have downloaded arch and gotten so confused when someone told me to use yay or pacman.
    So I appreciate you making this

  • @orko2027
    @orko2027 2 года назад

    You saved my life! I´m on Garuda linux for a few weeks now. It´s my first arch based disro and I really like it, especially for gaming!! This was my last problem to solve... Octopi and pamac alwas hang up when I try to install an AUR package. But after following your instructions it just works! THANK YOU SO MUCH FOR THIS TUTORIAL!!! From now on I´ll try to love the terminal even more 🙂 I will use yay from now on to install AUR packages and clean the cache manually from time to time. Keep making such useful tutorials!

  • @fd2444
    @fd2444 2 года назад +5

    I understand like 5% of things from this channel and I wish I knew how to learn more about these things because I want to be more tech literate, a lot of holes in my knowledge

  • @deliriumcode
    @deliriumcode 2 года назад

    I'm rarely writing comments and I don't know if you noticed but as I already wrote one for some of your previous videos - we (Arch and generally Linux users) really appreciate this kind of short video guides.
    For example, this video particularly, helped me understanding YAY package manager.
    If I'm someone who would be asked for something - I would recommend you for a professor.
    We have here one proverb - "Knowledge is not knowing something but knowing how to give / pass your knowledge to someone".

  • @code8986
    @code8986 2 года назад +6

    I'm fairly new to Arch-based distros (Garuda, at the moment) and this was helpful. I'd also be interested in a comparison, with pros and cons, between the AUR and the Chaotic AUR.

    • @tylerdean980
      @tylerdean980 2 года назад

      Which version of Garuda are you running? Dragonized? I like it okay, but it’s bloated by arch standards. Every Pacman -Syu is always a lot of packages. I removed a lot of software so it’s not too bad now. But it still takes a long time to boot compared to my arch install. But you get a lot of eye candy for your waiting.

    • @babitasaha6655
      @babitasaha6655 2 года назад +1

      @@tylerdean980 just use the barebones edition

    • @code8986
      @code8986 2 года назад +1

      @@tylerdean980 Yeah, the Dragonized edition. I agree with you that it has more stuff than a minimal Arch install, but I want a lot of that stuff -- both the functional and the eye candy. And what I don't want, I can remove, as you said. What I don't know yet, though, is whether I want to use the Chaotic AUR that it uses by default or if I want to use the regular AUR instead.

    • @tylerdean980
      @tylerdean980 2 года назад

      @@code8986 You still have access to the regular AUR too, it's not like you're losing anything.

    • @tylerdean980
      @tylerdean980 2 года назад +2

      @@babitasaha6655 I would, but I really like the gaming stuff that it comes with out of the box, like having the GE version of proton, and retroarch set up out of the box. Honestly they set up so much for you that it would be more time consuming to do all that yourself than it would be just to uninstall the things that you don't need. But there are some things that I still can't remove. Like for example, they ship with 2 terminal emulators, I don't really need alacritty, but the system uses it to run the commands that the graphical programs do.

  • @Carlos-qi8er
    @Carlos-qi8er 2 года назад +13

    For anyone reading this: Install yay-bin instead of yay, that way you don't have to wait to install go

    • @FirstnameLastName-mr8lk
      @FirstnameLastName-mr8lk 2 года назад +1

      It doesn't even take that long tho?

    • @Carlos-qi8er
      @Carlos-qi8er 2 года назад +1

      @@FirstnameLastName-mr8lk my internet download speed sucks, it's an advice from a frustrated person trust me

    • @FirstnameLastName-mr8lk
      @FirstnameLastName-mr8lk 2 года назад

      @@Carlos-qi8er oh yeah I know my downloads usually go at like a 100kbps but it's still not that bad and takes like maybe 5 minutes

    • @ankitsuman1110
      @ankitsuman1110 2 года назад

      Carlos from Artix Linux telegram group?

  • @six7971
    @six7971 Месяц назад

    I keep coming back to this video. Thank you, king.

  • @kersaherpafuqer784
    @kersaherpafuqer784 2 года назад

    This guy's channel shows that even the monotone talkers can be entertaining at times

  • @kobeneilson6717
    @kobeneilson6717 10 месяцев назад

    As an arch and a Linux noob, yay has been super useful. Got me out of the habit of going to a software’s website and looking at their install instructions.

  • @69fox
    @69fox 2 года назад

    After an hour of trying to figure out how the fuck do I use all that git clone stuff with no avail came back to this tutorial and was done in 5 minutes. I rarely leave thank you's but literally thank you so much for speaking noob-friendly language and making tutorials I actually can understand.

  • @jan_harald
    @jan_harald 2 года назад +2

    trizen > yay, imho
    mainly because trizen 1) sorts packages with AUR ones at the bottom, and 2) it actually shows when the package was last updated, if it's out of date or unmaintained, and also lets you easily edit the MAKEPKG and stuff in the middle, if you want to (I alias it to not do that, but it's very useful for some packages that don't work properly as-is, e.g. the version got updated, but the shasum didn't)

    • @UVClay
      @UVClay 2 года назад

      trizen is the patrician aur helper

    • @acrodrigues1
      @acrodrigues1 2 года назад

      perl is bloat in its essence

    • @jan_harald
      @jan_harald 2 года назад +1

      @@acrodrigues1 no, you're confusing it with c++ and php ;P

  • @aeebeecee3737
    @aeebeecee3737 2 месяца назад

    This tutorial is so clearly helpful, very thanks; and make more helping tutorial video like this plz

  • @Programscape
    @Programscape 10 месяцев назад

    Thank you, I'm a newbie for Arch and you have helped me a lot!

  • @jacobkooster7348
    @jacobkooster7348 2 года назад

    you posted this the day after i finally installed arch thank you

  • @ludwigkaddin7267
    @ludwigkaddin7267 2 года назад

    Thank you for these videos! You've got me into Linux and FOSS and I love every second of it.

  • @cgme9535
    @cgme9535 2 года назад +4

    This can be hard for newcomers. But you just can’t emphasize how useful and necessary the AUR is.

  • @helioradial
    @helioradial 5 месяцев назад

    well done on this matey, really appreciate it

  • @jonipaliares5475
    @jonipaliares5475 2 года назад

    Nice, I just installed arch this week and this is very helpful!

  • @sammydepresso
    @sammydepresso 2 года назад

    People made me think arch was complicated asf, but its really easy to install and use.

  • @muhdzafri7551
    @muhdzafri7551 2 года назад +1

    I saw a comment about the thumbnail. I don't know if this violates the license or not but Luke Smith's video description states:
    License Creative Commons Attribution license (reuse allowed)

  • @ozkroca9003
    @ozkroca9003 2 года назад

    I was just a regular PC user until I switched to Linux. It would have never occurred to me a few year ago that "would you rather save disk space or save time" would be a "pondeous question" in my life, but here we are now...

  • @reto8988
    @reto8988 2 года назад

    Spent over a month away out of the country very limited signal and i really miss my build at home, but i think i missed your videos more

  • @rapid404
    @rapid404 2 года назад

    Thanks, where was this video when I learned it the hard way yesterday lol. You should do a quick vid on verifying checksums or mention it if you ever revisit this again.

  • @ЕвгенийВладимирович-э9э

    The chances of mental outlaw reading the fresh comment are probably higher, so I' ll write it here. Just thank you man. You're doing a great job and it generally makes me feel better.
    greetings from russia btw

  • @lordjellyfish4745
    @lordjellyfish4745 2 года назад +1

    I love the fact that Luke Smith used the same tumbnail for his Arch rice video 4 years ago

  • @malleybo
    @malleybo 4 месяца назад

    Very useful info, thank you.

  • @jpwillm5252
    @jpwillm5252 2 года назад

    This is a tutorial, thank you!
    Ah, if I had had these explanations a few years ago when I landed in the Arch world ...
    That said, yay is awesome and he's the one who saved my life.
    And hop, I subscribed. 🙂
    --
    Ça, c'est du tuto, merci !
    Ah, si j'avais eu ces explications il y a quelques années quand j'ai débarqué dans le mond Arch...
    Ceci dit, yay est génial et c'est lui qui m'avait sauvé la vie.😎
    Et hop, je me suis abonné. 🙂

  • @randomprimary
    @randomprimary 2 года назад +6

    hey Mr. Outlaw, real question: If I use Manjaro, am I allowed to say "I use Arch btw"?

  • @neelbanga
    @neelbanga 2 года назад +7

    Hey, what are your thoughts on the arch GUI install script. I’ve installed arch through the command line a few times but idk if I want to do it on my new computer if the GUI script is legitimate.
    Thoughts?

    • @terminalvelocity4858
      @terminalvelocity4858 2 года назад +3

      You can, but then you are installing what another person deems fit for a running system, not what you do. Defeats the whole purpose, and Arch's "KISS" philosophy. When I first starting using Arch, I used to feel the urge to use install scripts, etc. I have in fact used them in the past but ended up with a lot of bloat and who knows what else installed on my machine that I probably didn't need. Installer scripts are typically created as a universal "catch-all" for all PC's. But do yourself a favor, use that time to learn to install and build up your own system. It really is not hard at all, it just seems daunting at first (just like anything new, right?). Once you learn, you can literally have a running Arch Linux system in less than 15 minutes, just use the Arch install guide and take your time the first few tries. Once you get that right, then move on to installing your choice of desktop environment (XFCE, Cinnamon, OpenBox, etc). Even easier, just learn the process in a Virtual Machine and then when you're solid and ready to go, install on your real PC. The great part here, is by taking the time yourself, not only do you learn a lot about Linux in the process -- but you can easily make your own install script in the end and it's truly a great feeling to completely enjoy your lightning fast system that you built up. You will thank yourself in the end. ;)

    • @liyifenn
      @liyifenn 2 года назад +2

      Please ignore the guy above. The Arch install script literally just automates the base Arch install and nothing else, which is exactly the same on every PC.
      The script is included by default in the Arch iso now, just run archinstall to use it

  • @bugswriter_
    @bugswriter_ 2 года назад +1

    I have a tip for you
    At 0:22 ; you said it's little bit similar to overlay "Gentoo"
    Do you really think if someone move from Gentoo to arch he needs a video to understand AUR?

  • @kit2691
    @kit2691 2 года назад

    literally right on time i just downloaded garuda yesterday and i was trying to figure out how to use aur

  • @idaho6992
    @idaho6992 2 года назад +2

    Do you think you could make a video that would teach us to create packages for the AUR? I'd like to make the AUR repo better for aarch64 software availability but I don't really understand how packages are made for it...

  • @sonicx764
    @sonicx764 2 года назад +1

    Are you perhaps interested to make a video about the linus tech tips challenge with linux? I think it would be interesting to have your opinion on the matter

  • @Your_Degenerate
    @Your_Degenerate 2 года назад

    Make flags is a real pro tip, thanks.

  • @vladislavkaras491
    @vladislavkaras491 2 года назад

    Great guide, thank you!

  • @notuxnobux
    @notuxnobux 2 года назад

    you sound sick kenny, did you get the coof?

  • @ColonelNamek
    @ColonelNamek 2 года назад

    Best part about using arch is the sheer regressions it brings on each -Syu

  • @abeefwellington
    @abeefwellington 11 месяцев назад

    Super helpful, thanks!

  • @skywz
    @skywz 2 года назад

    MO, do you know of any Android apps for torrenting or mining Monero? Completely unrelated to the video, but you would be one of the people I would trust to give me accurate, safe information on this. Thanks.

  • @jacklwipa1187
    @jacklwipa1187 2 года назад

    @Mental Outlaw hey, I've been watching your channel for quite a while now and really love the content you serve us with. You've also made me fall with linux and it's most talked about distros, you don't bring up the gaming topic though, so I would like your opinion on it.

  • @notuxnobux
    @notuxnobux 2 года назад

    yay is also good for updating your system. It automatically prompts for new gpg keys when needed so you wont get gpg errors after a system update

  • @saltymashedpotatoes
    @saltymashedpotatoes Год назад

    How did you manage to become such a super nerd so young? Did you have a mentor?

  • @crekkk
    @crekkk 2 года назад

    Just installed Arch perfect timing.

  • @iusearchlinux
    @iusearchlinux 2 года назад

    Nice vid brodie

  • @LGTeGeTeGe
    @LGTeGeTeGe 2 года назад

    I use arch linux, but i plan to move to artix, what init are u using? I guess its openrc as you come from gentoo, but i have to ask lol

  • @aeebeecee3737
    @aeebeecee3737 3 месяца назад

    Very helpful tutorial

  • @CyberAnalyzer
    @CyberAnalyzer 2 года назад

    You crushed it!

  • @1marcelfilms
    @1marcelfilms 2 года назад

    i have arch btw but only for a week
    so its perfect video timing

  • @vsynk-hk3ph
    @vsynk-hk3ph 2 года назад +1

    U should review endeavourOS I like it a lot

  • @wicosi
    @wicosi 2 года назад

    Thanks for sharing.
    -------------------------------
    Obrigado por compartilhar.

  • @aram7017
    @aram7017 2 года назад

    happy to see you using arch

  • @lupin7559
    @lupin7559 2 года назад

    I have no idea what this stuff is. Can you make some videos about how to go from a typical “end user” to a POWER USER!!!!! ?

  • @symbioticparasite6268
    @symbioticparasite6268 2 года назад

    Have used arch as my main distro on my laptop for a year now, where others have problems arch didn't. Will never go back to another distro...

  • @imagreatguy1250
    @imagreatguy1250 2 года назад

    Damn bro, those deep questions really have me thinkin, lol 😂

  • @mt0software
    @mt0software 2 года назад

    Just what I needed!

  • @raidtheferry
    @raidtheferry 7 месяцев назад

    It's not recommended to use Yay anymore as your AUR helper. Use Paru instead (exact same install process as shown here) or don't use an AUR helper at all, but organize your packages yourself. Using a helper is 1000x easier though and they're not large programs

  • @II_xD_II
    @II_xD_II 2 года назад +1

    maybe using makepkg with "-si" flag is way more convenient
    correct me if im wrong or if there's something more to add : )
    edit : wait nvm i should watch it entirely first

  • @boredalucard2526
    @boredalucard2526 2 года назад

    Damn needed that so much

  • @itsfish8672
    @itsfish8672 2 года назад

    Thx you sir for the help.

  • @videogameboy64
    @videogameboy64 Год назад

    Thank You So Much!

  • @NumeroPerdido
    @NumeroPerdido 2 года назад +5

    Switching to Arch and start using pacman, yay and AUR made me LOVE Linux and making it my daily drive. No more dualboots or VMs. Fuck apt!

  • @AshnSilvercorp
    @AshnSilvercorp 2 года назад +2

    I didn't know that -bin files pkgs were pre-compiled... I went through 3-4 hours of compiling Librewolf... ow...

  • @jkr9594
    @jkr9594 2 года назад +2

    the TRUE chad does not use the AUR, but codes every program himself.

  • @bradenculver7457
    @bradenculver7457 2 года назад +9

    Anyone know the benefits of paru versus yay? I’ve seen some saying it’s better.

    • @AdroSlice
      @AdroSlice 2 года назад +2

      Paru is written in Rust rather than Go and has some different, slightly more secure defaults, so overall it's safer to use, faster and more stable. They have about the same CLI, so actual user differences are nearly negligible.

    • @comicsans1689
      @comicsans1689 2 года назад +5

      @@AdroSlice
      >written in Rust
      No thanks, I don't want to have a 41% chance of the software being unsupported in a few years.

    • @babitasaha6655
      @babitasaha6655 2 года назад +1

      @@comicsans1689 wdym?

    • @vladlu6362
      @vladlu6362 2 года назад +1

      @@comicsans1689 Rust came to being about the same time as go, and is the most loved language, AND is currently huge (has it's own foundation). The chance of being unsupported is around 0%. Although is you are talking about support, yay is barely supported as well. It's a tiny program, it doesn't require much support.

    • @comicsans1689
      @comicsans1689 2 года назад

      @@vladlu6362 You missed the joke that I was making.

  • @Elhamidi0249
    @Elhamidi0249 2 года назад

    Why you don't use *paru*, the _yay_ replacement by the original _yay_ author? Has this a specific reason or don't you like paru? To my knowledge, yay is deprecated and should not be used anymore but I could be wrong with that.

    • @acrodrigues1
      @acrodrigues1 2 года назад

      "yay is deprecated" No it is not, you're wrong kid go back to your mom's basement.
      Moreover paru is writen of all things in that pile of junk that is rust.

    • @Elhamidi0249
      @Elhamidi0249 2 года назад

      @@acrodrigues1 moreover Rust isn't that bad, it has definitely its reason to exist.

  • @juanmanuelagudelozapata3751
    @juanmanuelagudelozapata3751 5 месяцев назад

    good video, its help me a lot

  • @andreaswahl6644
    @andreaswahl6644 2 года назад

    Are you on openrc or runit Artix?

  • @zzinuecode
    @zzinuecode 11 месяцев назад

    Thanks for the video

  • @Punisher1992
    @Punisher1992 Год назад

    thanks, was helpful

  • @MrKristian252
    @MrKristian252 2 года назад

    I like to run yay without the -S argument. In that case, you search and choose what to install

  • @linuxstreamer8910
    @linuxstreamer8910 2 года назад

    thanks for showing me the git clone, cd, makepkg & sudo pacman -U way

  • @stevensneedberg4879
    @stevensneedberg4879 2 года назад +1

    I don't like the AUR and I wouldn't use it if I were using Arch. You can't depend on some absolute randos to update PKGBUILDs on time.
    Also, you only need the AUR because Arch doesn't include a lot of stuff in the main repos.

  • @2CPT1MP
    @2CPT1MP 2 года назад

    Do you experience any stuttering when moving windows around?

  • @snakevenomdrink
    @snakevenomdrink 2 года назад +2

    based

  • @Coups_Detat
    @Coups_Detat 5 месяцев назад

    Im starting to like Manjaro as I understand AURs and YAY

  • @lodestarlondon8850
    @lodestarlondon8850 2 года назад +1

    Based

  • @AeriaVelocity
    @AeriaVelocity 2 года назад

    Why would you post your rice BEFORE you start using the AUR?

  • @finoderi
    @finoderi 2 года назад +1

    To update all packages in the system just type 'yay' without any arguments. It's the equivalent of 'pacman -Syu'.

  • @bkisme
    @bkisme 2 года назад

    been using arch since 2011.
    just werks

  • @hardcorehall2265
    @hardcorehall2265 2 года назад

    Thank You!

  • @Ryhon
    @Ryhon 2 года назад +1

    The only downside to using an AUR manager is that the compilers needed to build them are 500MB

    • @cno9984
      @cno9984 2 года назад

      you can remove make dependencies after you're done installing

    • @Ryhon
      @Ryhon 2 года назад

      And I need to download them again when it gets an update...

    • @rishirajsaikia1323
      @rishirajsaikia1323 2 года назад

      @@Ryhon that's why I only install binary packages from the AUR.

  • @mandrasaptakmandal636
    @mandrasaptakmandal636 2 года назад

    Is there a way to costomise a fresh arch install into archcraft like environment complete with openbox context menu (which auto updates all files) with just one command? And is there a similar method for ubuntu based system to make it like arch craft with one command? Thanks!

  • @lizfcknzs
    @lizfcknzs 2 года назад

    What software do you use to edit your videos?

  • @xiaowong6651
    @xiaowong6651 2 года назад +1

    Saving a lot of time is worth a few megs in my opinion

  • @rashie
    @rashie 2 года назад

    👍👍