The AUR Removed My Packages, So I Created My Own Repo

  Рет қаралды 25,092

DistroTube

DistroTube

Күн бұрын

Пікірлер: 155
@nemonada3501
@nemonada3501 3 жыл бұрын
DT, you're a legend. You're not making a huge deal out of it while still reserving the right to express irritation but also just trying to find a solution to the problem is awesome, it's really refreshing to see that attitude these days. My respect for you as a KZbin influencer seems to rise on a daily basis.
@zainjadoon759
@zainjadoon759 3 жыл бұрын
Literally yesterday, I was trying to get them but they were not there, I was so confused but the explanation came a day later. Good job AUR.
@monikavarshney5029
@monikavarshney5029 3 жыл бұрын
I was about to download st build of dt but....
@Hyperboid
@Hyperboid 3 жыл бұрын
@@monikavarshney5029 "st build of dt" ah yes, i love it when suckless terminal makes a custom build of a human
@Andrath
@Andrath 3 жыл бұрын
Some guy in New Zealand perhaps? Yeah he deleted my AUR packages as well.
@Neucher
@Neucher 3 жыл бұрын
There are so many "out of date" packages in the aur yet these simple shell scripts get removed.
@thundreturtle
@thundreturtle 3 жыл бұрын
Well, with each update you truly are getting closer to a DT distro :D
@kaixu5957
@kaixu5957 3 жыл бұрын
We're all waiting for the moment.
@Hyperboid
@Hyperboid 3 жыл бұрын
Now we just need to modify Calamares to auto-run DT's deployment scripts after install
@francescovolpini
@francescovolpini 3 жыл бұрын
@@kaixu5957 no lol it'd suck
@sbrazenor2
@sbrazenor2 3 жыл бұрын
Were they basically telling you that your packages were bloat? 🤣
@SouProds
@SouProds 2 жыл бұрын
DT, you're such a life saver! I've always wanted to make my own repo with its own packages, and your videos were the only ones I could understand. Thank you so much!
@MarsGamer7
@MarsGamer7 3 жыл бұрын
Just a tip: I've been using this technique for a few months now. The cleanest way to do it would be to create a GitHub / GitLab page. (.github.io kind) and then simply create a new repository and check the GitHub / GitLab pages setting for it. Create the same folder structure (x86_64 etc.) as mentioned by DT. Now you can add the repo in your pacman.conf with - .github.io/$repo/$arch and you'll be good to go! There's no need to delete the symlinks and all once you follow this approach. It just works! It's much simpler and cleaner.
@flipinfin
@flipinfin Жыл бұрын
You have an update cuz its no longer. Io
@Coopertronics
@Coopertronics Жыл бұрын
Spot on. Still works.
@DistroTube
@DistroTube 3 жыл бұрын
NOTE: Since making this video, I have created a repository of software at: gitlab.com/dtos/dtos-core-repo So please use 'dtos-core-repo' rather than 'dt-arch-repo' which will be deprecated soon.
@zebilaweed
@zebilaweed 3 жыл бұрын
In a 'real' environment the repo would be a webserver and the symlinks would have worked. Nice tutorial!
@Hyperboid
@Hyperboid 3 жыл бұрын
you should make a separate `dt-community` repo
@DistroTube
@DistroTube 3 жыл бұрын
Not a horrible idea. I might consider that at some point.
@ZuluEchoRomeoOscar
@ZuluEchoRomeoOscar 3 жыл бұрын
@@DistroTube How much traffic will GitLab stand for?
@Neucher
@Neucher 3 жыл бұрын
@@ZuluEchoRomeoOscar it’s 10 GB for repository, artifacts and LFS.
@ZuluEchoRomeoOscar
@ZuluEchoRomeoOscar 3 жыл бұрын
@@Neucher But if you set up a repo, you'll generate a lot more traffic - every time someone refreshes their repos f'rinstance. Gitlab will soon take notice if their servers start to see an unaccounted uptick...
@darrenrichard998
@darrenrichard998 3 жыл бұрын
Thanks D.T for doing this I don't get why they've removed your packages from the Aur bur is great that your hosting them yourself I use your build of st terminal and couldn't be happier with it. So am glad I'll still be able to get access to it :)
@ViniciusProvenzano
@ViniciusProvenzano 3 жыл бұрын
Actually this happens because git will not push/pull symlinks. Your headache is completely understandable. I think those tools for repo were born in a time where no one would use gitlab or github this way, instead having their own servers updated with a rsync of sorts.
@red13emerald
@red13emerald 3 жыл бұрын
Wait what? I used symlinks in a few repos, I could just git add them and they were part of the commit.
@red13emerald
@red13emerald 3 жыл бұрын
Ahh ok so I looked into it. The main problem is that git just stores symlinks as they appear on disk. So they're a file with i_mode set to S_IFLNK, which then has the path of the symlink stored in plain text. So, when you point to the raw git repository, and pacman tries to download the dt-arch-repo.db, it actually just gets a file with the content "dt-arch-repo.db.tar.gz", not the content of dt-arch-repo.db.tar.gz. And of course, "dt-arch-repo.db.tar.gz" can't be parsed by pacman, so it throws that error.
@robinkaku
@robinkaku 3 жыл бұрын
waiting years for a video like this (how to create your own arch repo)! thanks a lot!
@DistroTube
@DistroTube 3 жыл бұрын
Glad it was helpful!
@TheDrunkenAlcoholic
@TheDrunkenAlcoholic 3 жыл бұрын
I like the little comment at the end "At this point I might as well start my own distro" as a hobbyist programmer would definitely contribute to your distro(assuming you had it hosted on a git) p.s I believe symlink works fine on github
@nightvulon3370
@nightvulon3370 3 жыл бұрын
symlink error is a problem built into git itself and will manifest whether using gitlab, github, or gitea. Git only pushes the text destination of the symlink to the repository. If you need to use a link for a git repo, use a hardlink.
@吳炯仁
@吳炯仁 3 жыл бұрын
Shearing knowledge and tips you learn, that's the core idea, and the beauty of open source concept. Love your work.
@khosrawazizi
@khosrawazizi 3 жыл бұрын
You go DT, ruleee!
@caseyhoward9101
@caseyhoward9101 3 жыл бұрын
I'm not an arch user but I always thought AUR was the arch USER repository. From their website: "The AUR was created to organize and share new packages from the community." So I have no idea what the AUR is for now.
@ДарийФедореев-э7т
@ДарийФедореев-э7т Жыл бұрын
they physically can't host all packages that people want them to. imagine if everyone's build of dwm were on AUR
@marksmith6744
@marksmith6744 3 жыл бұрын
oh very informative, actually this very video worth it a lot more than any distrohopping vid out there showing how to showcase a range of preinstalled software , I was looking for something like this.
@themagicrabbit1877
@themagicrabbit1877 3 жыл бұрын
Interesting approach. I would have just published the AUR build scripts with the source code. Props for going the extra mile there, DT.
@robotron1236
@robotron1236 9 ай бұрын
No, like seriously dude. 2 years later, you're still the only place where I could find this information.
@davebrowning9290
@davebrowning9290 3 жыл бұрын
Excellent solution to the problem. Lots of people would have just ranted about that decision. When your quite valid argument failed to convince that person, you went ahead and created your own repository. I'm not using Arch, and not interested in using Suckless. That may change in the future. But it illustrates why I watch your videos. Someone else created a problem, and you solved it and shared the solution with us.
@umka7536
@umka7536 3 жыл бұрын
Thanks a lot. I made my own repo for couple utilities not existing in AUR anymore and couple others which are not updated regularly.
@dungeon4971
@dungeon4971 3 жыл бұрын
Adding custom repository to arch kind of reminds me of ubuntus ppa, I hope that arch devs would reconsider that. Anyways thanks DT for teaching us how to host repositories.
@Gornius
@Gornius 3 жыл бұрын
I mean it's not like it's uberhard to append some lines to /etc/pacman.conf. If It's too hard for you, you probably shouldn't use Arch based distro.
@breadpirateroberts4946
@breadpirateroberts4946 3 жыл бұрын
@@Gornius it's not difficult its just annoying to rely on a bunch of individual unofficial repos, at that point you might as well just use ubuntu with PPAs, its the same thing. The whole point of the AUR is that it's centralized and avoids that annoyance
@Gornius
@Gornius 3 жыл бұрын
@@breadpirateroberts4946 Oh I think I misunderstood your comment. Yeah I totally agree, it's what made me choose Arch.
@maxsilvester1327
@maxsilvester1327 3 жыл бұрын
You can look at AUR PKGBUILDs and check if they do something bad. You can't really do that with prebuilt packages (e.g. a custom repo, ubuntu ppas). AUR packages can be optimized for your CPU by changing something to /etc/makepkg.conf too.
@GlenBarnhardt
@GlenBarnhardt 8 ай бұрын
DT, you had me laughing so hard at the very end when you said "At this point I might as well start my own distro".. Great stuff. Hope you're getting you much needed updates done this January 2024 and a little rest too! 🤣🤣🤣
@Neucher
@Neucher 3 жыл бұрын
Hey DT, I'm using your repo since yesterday, please also add the dm-scripts
@lyoneel
@lyoneel Жыл бұрын
I was struggling looking for examples and docs, THANKS a LOT
@developerpranav
@developerpranav 3 жыл бұрын
Thank you a ton DT, the documentation you did is very helpful! :D
@Dragonopolis
@Dragonopolis 3 жыл бұрын
Super informative needs a non video version as well so bandwidth sensitive users can follow along and don't have to watch the video over again to learn how create their own arch repo using git. So cool that all this is still just usable through standard pacman commands. Personal Repo here I come.
@perz1val
@perz1val 3 жыл бұрын
Bandwidth sensitive people shouldn't use Arch, but a non bleeding edge distro
@Dragonopolis
@Dragonopolis 3 жыл бұрын
@@perz1val talking about youtube not arch. I like food but I don't eat like a pig or cook more than I need. Video is a great source to relay info but not as efficient as written word. Downloading a small program or docs is not the same as watching a video over and over again. Plus there are a lot of desktops and window tiling managers available that don't require constant updates not all programs require constant updates. Arch base distros give plenty of choices for a user to control how much bandwidth he or she consumes and is not a required or expected behavior to be heavy on usage over other methods of packaging/updating/upgrading. Arch is perfect for a variety of users including bandwidth sensitive people 😉
@johngerritse
@johngerritse 3 жыл бұрын
Nice work and great video. I usually run a container with a webserver inside my network, but this would work nicely too!
@hollandgaros9511
@hollandgaros9511 3 жыл бұрын
Very respectfully, i think the AUR guy has a point, getting everybody's build would bloat the repository. That being said, it's good to know we will still have your builds available to install.
@oglothenerd
@oglothenerd Жыл бұрын
I use Codeberg, btw.
@denisde4ev
@denisde4ev 3 жыл бұрын
why don't we have unofficial AUR ? are all aur helpers working only with AUR from Arch
@PierricDescamps
@PierricDescamps 3 жыл бұрын
Stupid question but how do you customize Thunar's look and feel (font size, colors...) like this on a non-XFCE desktop? (it IS Thunar right?) I also use Thunar in a lightweight Arch installation with Qtile (guess whose fault it is :) ) but mine looks super bland and I can't find any way to customize it.
@null11q
@null11q Жыл бұрын
pcmanfm it is. You can customize both through lxappearance.
@besnikrrustemi
@besnikrrustemi 3 жыл бұрын
Hey DT, Any plans to revisit/re-rice SPECTRWM, i think it's been a while since it has seen some love, would like to see more baraction customization as not much info is available online about that. A happy Qtile user on laptop based on your config but riced with laptop widgets and Nord Theme.
@BrucesWorldofStuff
@BrucesWorldofStuff 3 жыл бұрын
DT Blazes the trail once more! Thanks DT! LLAP
@maverik0071
@maverik0071 3 жыл бұрын
DT, everyone has been saying it but you might as well start your own distro and just use Arch and make changes to it like ArcoLinux. Tons of content, a great learning experience and it would be fun to watch. Im thinking about it myself. Just a thought
@hewfrebie2597
@hewfrebie2597 3 жыл бұрын
Very informative DT!
@Supermath101
@Supermath101 3 жыл бұрын
I'd recommend putting this behind Cloudflare's CDN as to not go over the monthly transfer limits.
@jacksystems
@jacksystems 3 жыл бұрын
Thank you for an amazing video as usual, DT. I've never thought of doing this until now.
@szneka12
@szneka12 3 жыл бұрын
Time to make your own Distro!
@jonahnavarrete703
@jonahnavarrete703 3 жыл бұрын
How can i install this on my base arch linux? i came from the other video where you install xorg and a window manager to base arch linux for a desktop environment
@Gornius
@Gornius 3 жыл бұрын
inb4 DT makes his own Arch based distro.
@charlessmith5465
@charlessmith5465 3 жыл бұрын
TubeDistro 🤭
@3six100
@3six100 3 жыл бұрын
Nice work man!!!
@thiagomelro2905
@thiagomelro2905 3 жыл бұрын
hey DT, is this the same thing for RPM repos? can one host a RPM repo in git lab/hub?
@fitzpatrickmathemati
@fitzpatrickmathemati 3 жыл бұрын
Suppose I create my own repo and use it to host a custom package with dependencies from the AUR. Can I continue to use paru to update the AUR dependency, or would I then need to manually update the AUR package? Thanks for this video---I didn't even realize this was what I needed.
@oalfodr
@oalfodr 3 жыл бұрын
I am confused by having a repo for this. Having bin-s for your packages sounds useless to me. Especially for dwm package. None of them are apps being able to read external configs. Is someone supposed to get your binary but not have the code? Isn't getting the code instead of binary making more sense? How users configure them?
@DistroTube
@DistroTube 3 жыл бұрын
You get the source code when you install my packages. It gets placed in /opt/dwm-distrotube-git as an example.
@oalfodr
@oalfodr 3 жыл бұрын
@@DistroTube Oh ok. That makes more sense. Is it cloning code repo and making binary from that code? Either way I still don't get the purpose of these packages. Sounds more convenient to just add one line command in your code repos readmes to clone, cd and make
@hectorcanizales5900
@hectorcanizales5900 2 жыл бұрын
Weird. Wouldn't be surprised if it were the same mantainer who removed Luke Smith's LARBS aur package.
@kp1498
@kp1498 3 жыл бұрын
I use your colorscripts :)
@marcello4258
@marcello4258 3 жыл бұрын
btw is this i3 or i3-gaps? is the bar polybar?
@RealMazharHussain
@RealMazharHussain 3 жыл бұрын
Very helpful
@sandeeprenjith
@sandeeprenjith 3 жыл бұрын
Hey DT .. can you take a look at sc-im or similar terminal spreadsheet apps?
@chandanshakya
@chandanshakya 3 жыл бұрын
Next day : Creating my own package manager.
@jimjan9219
@jimjan9219 3 жыл бұрын
Will you add a XMonad install to your repo?
@netbotcl586
@netbotcl586 3 жыл бұрын
why not use the OBS? people seem to put the personal repo there all the times.
@microwavepc
@microwavepc Жыл бұрын
it dont work me raw of folder when for testing i try opening it in web browser bitlab give 404 error
@plasmalife5532
@plasmalife5532 3 жыл бұрын
Thanks
@resofactor
@resofactor 11 күн бұрын
Ah, that's WHAT happened to 'those' packages
@JosephSaintClair
@JosephSaintClair 3 жыл бұрын
Great work, but.... the AUR is going to become like Ubuntu’s PPA? (Yes, a little tongue in cheek)
@camerontgore
@camerontgore 3 жыл бұрын
So I must not be understanding what happened. How is DT's gitlab different from the AUR? Is it because his packages have to be built from source on the gitlab where the AUR versions are prebuilt?
@Chr0n0s38
@Chr0n0s38 3 жыл бұрын
They come from a different source (his gitlab instead of the AUR). Think of it as being like different PPAs for Ubuntu. Packages on the AUR can be built from source.
@DistroTube
@DistroTube 3 жыл бұрын
To the end user, there's no difference.
@kdemetter
@kdemetter 3 жыл бұрын
I guess if it's in the AUR they have to host it, which is why they are picky about it. Still rather silly given that hardly 1 MB of data. But I guess it's a matter of principle.
@Manderson1926
@Manderson1926 3 жыл бұрын
You legendary chad 🤣
@glowiak3430
@glowiak3430 3 жыл бұрын
Suckless Surf is really nice web browser, but is there any way to add some kind of adblock to it?
@glowiak3430
@glowiak3430 3 жыл бұрын
@Abhishek Almeida what?
@glowiak3430
@glowiak3430 3 жыл бұрын
@gghhkm how?
@glowiak3430
@glowiak3430 3 жыл бұрын
@gghhkm You can run AppImages on FreeBSD
@warfist-mv8mh
@warfist-mv8mh 3 жыл бұрын
I DARE you to create your own distro DT. I DOUBLE DOG dare you. Your move...
@hendrix4597
@hendrix4597 3 жыл бұрын
it should be called Tube-distro by DistroTube
@itdepends604
@itdepends604 3 жыл бұрын
maybe you could make a personal configuration repository, where anyone is allowed to add (as long as there are no viruses, etc.)
@jordanpassey4305
@jordanpassey4305 3 жыл бұрын
I went to grab one yesterday and noticed it was missing , F that explains it
@angelddude
@angelddude 3 жыл бұрын
This is great! Can you do a video with Ubuntu?
@bubblineyuri
@bubblineyuri 3 жыл бұрын
Since you have more than 100k subs you should be eligible to verify your KZbin channel
@kdemetter
@kdemetter 3 жыл бұрын
He has a verified mark for me
@bubblineyuri
@bubblineyuri 3 жыл бұрын
Fun, then this doesn't show up on mobile for some reason 🤔
@temudjin1155
@temudjin1155 3 жыл бұрын
Yup DT, don't ask for permission. Go with your own distro
@afborro
@afborro 3 жыл бұрын
Imagine if all people started putting their personal files on AUR. Even if they are of use to others. In any case AUR did the right thing and give DT the boot. :D I must say, rather amusing story. AUR is full of messy conflicting packages already. No need for more. Never had a need for AUR anyway. I DON'T RUN ARCH BTW 😁 or derivatives thereof.
@All3me1
@All3me1 Жыл бұрын
I want to make my personal repository for opensuse but there is no documentation at all
@Nightknight187
@Nightknight187 3 жыл бұрын
haha :D sounds like your packs are windows only :D
@ayushyadav5164
@ayushyadav5164 3 жыл бұрын
Thanks DT! I was wondering to host my DWM, ST, Xmonad, polybar, etc and you just uploaded a video! Are you reading my brain? Illuminati confirmed!
@iodreamify
@iodreamify 3 жыл бұрын
Why would they remove packages like that? i've always thought anybody could upload anything on there and if it's detected as malicious only then it would get removed? It's not like they're hosting binary files, it's just source code, just a single PKGBUILD file. Yes, i guess the aur has the reputation for having no support and being community maintained, is this a new push to clean everything up and put a more secure face on it?
@robotron1236
@robotron1236 9 ай бұрын
I'm in the process of making my own pentesting distro off the back of manjaro linux. Kali is absolute trash and blackarch is kinda hard for a noob like me. This has actually been easier than using blackarch. Manjaro has its own buildiso that's similar to archiso.
@ArsenGaming
@ArsenGaming 3 жыл бұрын
Forks are often put in the AUR. I don't know why that person removed those packages, but they clearly don't know what they're doing.
@ArsenGaming
@ArsenGaming 3 жыл бұрын
For example: aur.archlinux.org/packages/?O=0&SeB=nd&K=Simple+virtual+terminal+emulator+fo&outdated=&SB=n&SO=a&PP=50&do_Search=Go
@ArsenGaming
@ArsenGaming 3 жыл бұрын
For example: aur.archlinux.org/packages/?O=0&SeB=nd&K=Simple+virtual+terminal+emulator+fo&outdated=&SB=n&SO=a&PP=50&do_Search=Go
@TrueWordsOfEternity
@TrueWordsOfEternity 3 жыл бұрын
Wow glad I have mine all in a custom repo :) I have 38 of my own stuff in the aur over the past 3 years and it's never been touched also I have a script if you need it
@TrueWordsOfEternity
@TrueWordsOfEternity 3 жыл бұрын
DT I have posted an issue on your page with a build script for you if you wanna check it out
@TrueWordsOfEternity
@TrueWordsOfEternity 3 жыл бұрын
You would of found the tip for the database if you knew my repo link that happens to remove and rename automatically
@Neucher
@Neucher 3 жыл бұрын
What kind of stuff do you have in your repo ?
@BernardoHenriquez
@BernardoHenriquez 3 жыл бұрын
But create a custom repository is well explained in the archlinux wiki, i have my own local repo, i don't have to delete de symbolic links and rename nothing.
@Noodles.FreeUkraine
@Noodles.FreeUkraine 3 жыл бұрын
Probably someone who came over from Gnome and noticed you didn't offer separate versions for all 84335645 genders, so it had to be cancelled for inclusivity reasons. 😂
@opmemes2392
@opmemes2392 3 жыл бұрын
Plz make a video on debian
@elalemanpaisa
@elalemanpaisa 5 ай бұрын
As a Debian user seeing signatures are optional 😂😂
@alexemanoel9432
@alexemanoel9432 3 жыл бұрын
Does anyone know which file manager DT is using?
@DistroTube
@DistroTube 3 жыл бұрын
I think he uses pcmanfm. :D
@Chr0n0s38
@Chr0n0s38 3 жыл бұрын
pcmanfm.
@kdemetter
@kdemetter 3 жыл бұрын
I see what DT uses and I install. But it doesn't really look any different than Thunar for me. Did I do something wrong ?
@afonsorafael2728
@afonsorafael2728 3 жыл бұрын
I do really find weird that kind of actions from the AUR guys
@frwlkr
@frwlkr 3 жыл бұрын
Some Arch users are kinda funny. They brag about being 1337 because install, but then need AUR instead compiling programs themselves.
@mearetom
@mearetom Жыл бұрын
Well some proprietary packages is in AUR and using AUR is much easier than compiling and trying to figure what do some files need to be in
@user-yn2ec9er6u
@user-yn2ec9er6u 3 жыл бұрын
Yo can you please look into the camera at least a few times in the video? It would really help like your videos even more.
@raushonmunni2633
@raushonmunni2633 3 жыл бұрын
Dt's user repository
@DistroTube
@DistroTube 3 жыл бұрын
Why did I not think of that name!
@angelosdkg
@angelosdkg 3 жыл бұрын
Hey DT , why luke's st is on aur and your packages ain't ...i think the arch members find the bald man with beards cool and you not ... 😂🤣😂🤣😂🤣 .just kidding man ... keep it up
@ajesh-mishra
@ajesh-mishra 3 жыл бұрын
You should definitely start your own distro and life will be much simpler :-) why put it as a after thought ..
@AndyRufasto
@AndyRufasto 3 жыл бұрын
start your own git server with gitea.
@DistroTube
@DistroTube 3 жыл бұрын
If I wanted to host my own, I'd probably just stick with GitLab. But there's not much point in hosting my own GitLab, other than to just to do it. I can't see spending money on another server when GitLab.com offers free hosting.
@MichaelMantion
@MichaelMantion 3 жыл бұрын
There are some really stupid and worthless AUR packages, why would they care that share your setups to help others.
@marioschroers7318
@marioschroers7318 3 жыл бұрын
It's getting crazy, for real...
@victorpinasarnault9135
@victorpinasarnault9135 3 жыл бұрын
People love to hate you, huh?!
@censoredterminalautism4073
@censoredterminalautism4073 3 жыл бұрын
Only bald people are allowed to have personal versions of other programs in the AUR, that's the real reason why they were removed.
@kdemetter
@kdemetter 3 жыл бұрын
Well played sir. Well played
@urbankatern196
@urbankatern196 3 жыл бұрын
Hello
@DistroTube
@DistroTube 3 жыл бұрын
Hello
@thecashewtrader3328
@thecashewtrader3328 3 жыл бұрын
Hello
@mitchelvalentino1569
@mitchelvalentino1569 3 жыл бұрын
Hello
@kdemetter
@kdemetter 3 жыл бұрын
World
@donnieb390
@donnieb390 3 жыл бұрын
Hi
Getting Started With Git and GitLab
24:34
DistroTube
Рет қаралды 42 М.
Learning Sed Is Beneficial For Linux Users
19:27
DistroTube
Рет қаралды 85 М.
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 85 МЛН
VAMPIRE DESTROYED GIRL???? 😱
00:56
INO
Рет қаралды 7 МЛН
Guide To Arch Linux User Repository Safety
14:38
Brodie Robertson
Рет қаралды 19 М.
All That Software On My PC. What Do I Actually Use?
24:24
DistroTube
Рет қаралды 98 М.
Free Software Is Under Attack! (Will You Help Defend It?)
32:02
DistroTube
Рет қаралды 22 М.
How To Use The AUR (Arch User Repository)
10:01
Mental Outlaw
Рет қаралды 139 М.
7 Apps Better Than The Defaults Your Distro Ships
12:43
DistroTube
Рет қаралды 83 М.
How A Steam Bug Deleted Someone’s Entire PC
11:49
Kevin Fang
Рет қаралды 1 МЛН
MANJARO has a BIG PROBLEM
17:17
The Linux Experiment
Рет қаралды 226 М.
Arch Linux Experience - Hyprland
39:02
Bog
Рет қаралды 189 М.
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 85 МЛН