Weirdest Arch User Repository Package Ever Created!

  Рет қаралды 49,729

Brodie Robertson

Brodie Robertson

Күн бұрын

Пікірлер: 163
@Aura_Mancer
@Aura_Mancer 2 жыл бұрын
An AUR I love is the one that downloads a Windows Enterprise ISO, gets the fonts from it, installs them, and then deletes the ISO. And I think the package explained how nothing of this violated Microsoft TOS. It's ttf-ms-win10-auto
@phoenixrising4995
@phoenixrising4995 2 жыл бұрын
Yeah those pesky Windows fonts if you want to keep compatability with MS Office docs Yuck.
@anon_y_mousse
@anon_y_mousse 2 жыл бұрын
That's hilarious.
@tuantran3629
@tuantran3629 2 жыл бұрын
The correct package is ttf-ms-win10-auto btw
@Aura_Mancer
@Aura_Mancer 2 жыл бұрын
@@tuantran3629 ah, true. I'll edit it
@Aura_Mancer
@Aura_Mancer 2 жыл бұрын
@@phoenixrising4995 believe me that I'm not fond of having *calibri* on my system
@user-dc9zo7ek5j
@user-dc9zo7ek5j 2 жыл бұрын
The person dedicated so much time and knowledge in order to get this up and running. I am more than impressed.
@DeeezNuts
@DeeezNuts 2 жыл бұрын
man just wanted to listen to some music
@Fareke2
@Fareke2 2 жыл бұрын
@@DeeezNuts There are more ways to listen to music.
@Handy-Handy
@Handy-Handy 2 жыл бұрын
@@Fareke2 I think @Deeez's sentence was highly ironic :D
@pumpkinjutsu1249
@pumpkinjutsu1249 2 жыл бұрын
@@DeeezNuts username checks out
@DaVince21
@DaVince21 2 жыл бұрын
So basically, they _ported_ a whole application in nothing but an AUR script. Pretty neat.
@nikkiofthevalley
@nikkiofthevalley 2 жыл бұрын
Not a very complicated port, but yeah. Trying to port a native application however, that'd be impressive. I can think of ways you could do such a thing as well, would be stupidly fiddly, though, and very slight changes would break everything.
@aDifferentJT
@aDifferentJT Жыл бұрын
I’d class the patches that are being applied as the real port, and those aren’t inline within the AUR script
@oro6768
@oro6768 2 жыл бұрын
At this point, I'd be surprised to see something the AUR *doesn't* have. Even if it's broken, I always see an AUR package for an app
@tgheretford
@tgheretford 2 жыл бұрын
Straight off the top of my head, AbracaDABra, a DAB player which uses SDR dongles to decode digital radio stations.
@ОлегСаперенко
@ОлегСаперенко 2 жыл бұрын
@@tgheretford I am surprised this isn't in aur yet. It even has ubuntu version Though 4 stars on github might tell something about it's popularity
@SkyyySi
@SkyyySi 2 жыл бұрын
The calamares installer has no AUR package. There are a lot of PKGBUILDs for it, but not in the AUR.
@oro6768
@oro6768 2 жыл бұрын
Yall have been played for fools, as I can now submit those packages to the AUR so that there is never a package not in the AUR
@aerospherology2001
@aerospherology2001 Жыл бұрын
Even BrickBench, a level editor for LEGO Star Wars: The Complete Saga, has one.
@jeverest
@jeverest 2 жыл бұрын
I like these style videos of yours where you go a bit deeper on "taken for granted linux / distro features" for which us noobs out there need more exposure. I mean, of course, but I didn't internalize all that could be achieved with package installations. Thanks!
@MyAmazingUsername
@MyAmazingUsername 2 жыл бұрын
This was a fun video. I can add some to it: 1. Exe isn't an "archiving format". It's just that many generic installer tools such as InstallShield output as exe files with custom ways of embedding archive data inside them. And 7zip, being the king that it is, recognizes and unpacks those formats. 2. The reason why they are at Electron 13 is most likely NOT what the maintainer is claiming. The reason is that Electron 13 is the final Electron version with the legacy "remote" API which allows GUI code to talk directly to Electron's backend. In Electron 14 and up, you must talk via local sockets instead. All old apps that used the "remote" API need to be rewritten if they want to run on a modern Electron. :P
@TurtleKwitty
@TurtleKwitty 2 жыл бұрын
In what world is "They made breaking changes" not what the maintainer is claiming aka "They made breaking changes"?
@MyAmazingUsername
@MyAmazingUsername 2 жыл бұрын
@@TurtleKwitty I misheard Brodie's reading of the maintainer's message as something else. I checked the screenshot now and see that the "remote" API was indeed the issue and that it was already mentioned. 😂
@subterfugue
@subterfugue 2 жыл бұрын
EXE seems to be an "archiving format". Why would it not be? It allows you to archive files.
@MyAmazingUsername
@MyAmazingUsername 2 жыл бұрын
No, it's not an archiving format. Why wouldn't you go and look it up after I just explained it in detail and explained how 7zip can open them? EXE is an executable format. It contains native machine code for the CPU, and instructions for Windows about what byte to start executing the code from. Many installers put a small GUI app and decompression code in the EXE, and then they append the compressed installer files at the end of the EXE after the end of the program code. Most of them use proprietary ways of packing the data, but 7z has implemented extractors for all of the popular ones.
@Winnetou17
@Winnetou17 2 жыл бұрын
@@subterfugue What Hello World said. To simplify it more, it's basically a format which has a specific code for "this file ends here" which windows doesn't go over (it only loads up to that point). Which allows people to add whatever data they want after that code, in the same file. Including compressed data. But it can really be anything. Including one or more icons that can be displayed by windows file manager, regardless of the executable code.
@salvaje1
@salvaje1 2 жыл бұрын
I use Deezer on a daily basis and when I moved to arch based distros and had access to the aur I was surprised that this package exists and wondered why Deezer doesn't just make it available officially. I also wondered how the packaged download an exe and yet I don't see wine being used anywhere. This is a great explainer.
@thefearlessgeek
@thefearlessgeek 2 жыл бұрын
I imagine Linux is such a small percentage of users that they don't want to spend time supporting it if people have problems.
@elsandosgrande
@elsandosgrande 2 жыл бұрын
@@thefearlessgeek Why does Spotify bother then?
@elsandosgrande
@elsandosgrande 2 жыл бұрын
Also, hello fellow Deezer user and greetings from Bosnia!
@thefearlessgeek
@thefearlessgeek 2 жыл бұрын
@@elsandosgrande Some companies do it, and others don't. Maybe the people at Spotify understand how it can benefit them and the people at Deezer don't, or they don't think what benefits they get out of it are worth it to them. I'm not in the inner-workings of either company, so it's hard for me to say.
@SkyyySi
@SkyyySi 2 жыл бұрын
@@thefearlessgeek Since browser agents report the OS, my guess would be that Spotify sees enough Linux users there for it to make (financial) sense, while that's not the case for Deezer.
@XeroLinux
@XeroLinux 2 жыл бұрын
Oh wow a dedicated video... I knew it would end up as one from your reaction during our talk... Great job clarifying the situation. That's what keeps me coming back...
@Appalling68
@Appalling68 2 жыл бұрын
This is just the sort of "out of left field" Arch videos I really enjoy. Thank you!
@x3roxide
@x3roxide 2 жыл бұрын
This was really entertaining. The weirdest package I needed on the aur not even close to this but is strange due to licencing. Cisco's packet tracer cannot be downloaded without being enrolled in a free course, so the aur requires you have the Deb package in the folder prior to using makepkg. This pretty much breaks aur helpers like yay or paru.
@JTCF
@JTCF 2 жыл бұрын
I've used Deezer for some time when Spotify wasn't available in my country. Quite a pleasant experience. Didn't have a clue that there's so much happening under the hood of installation. Nice video!
@lorenzo42p
@lorenzo42p 2 жыл бұрын
this is pretty awesome. I love that you go a bit into the details, not just read headlines
@TheCalcaholic
@TheCalcaholic 2 жыл бұрын
A similarly crazy install script is the widevine installer included in Kodi that enables widevine on arm devices. IIRC, it downloads a full chrome OS image and extracts widevine from there :D
@melany63
@melany63 2 жыл бұрын
Despite not being guaranteed that the package will keep working with a updated Arch everytime, it's way more convenient than using a external repository or ppa on ubuntu for my workflow. One of that very convenient things is what you showed on this video! The craziest AUR package that I have used is a driver for kyocera printers, which extracks a .deb, change the directories to be compatible with arch and also apply patches on some python code to make it work properly
@supernenechi
@supernenechi 2 жыл бұрын
My favorite AUR package I found is one for a decompiled and reverse engineered version of the original Microsoft pinball game. Not the actual one mind you, because the original windows version is also on the AUR, no the reverse engineered one.
@AKFADE
@AKFADE 2 жыл бұрын
Someone needs to do security scans on the AUR. There have been malware packages taken over in the past
@kj-marslander
@kj-marslander 2 жыл бұрын
This was your best video by far, please make more like this. I really liked how you explained everything. 🤩
@scheimong
@scheimong 2 жыл бұрын
Similar things with many applications that are packaged for Debian/Fedora but not for Arch (for example, Google Chrome): the AUR build script simply extracts the .deb/.rpm archive and repackages it into an Arch-compatible .pkg.zst file. Pretty awesome and straightforward if you ask me.
@samgould8567
@samgould8567 2 жыл бұрын
Similarly, it is easy to go in the opposite direction, as well. I’ve done so with RPMs.
@yawl923
@yawl923 2 жыл бұрын
debtap
@Kevin-fw9ks
@Kevin-fw9ks 2 жыл бұрын
I have seem a similar approach with Authy, it's available to Linux but just as a snap package, so some people just download the .exe of the Windows version, extract and run the bundle directly with electron. In AUR you can find the two ideas, there is authy and authy-electron which extracts the snap package, the first using the actual binaries inside the .snap and the second running the .asar, and there is authy-desktop-win32-bin which does the same way as deezer
@CMDRSweeper
@CMDRSweeper 2 жыл бұрын
Interesting, sadly the Electron changes are FUBARed... I am thinking of all the annoyances of Discord and the issues it keeps creating and the horrible suggestions from their developers on Windows. "Just run it in Administrator mode"
@igorthelight
@igorthelight 2 жыл бұрын
11:32 - Kinda true. But repackers do a lot of interesting stuff with modifying execatables, DLL's, disabling AVX2 instructions, enabling PAE (so 32bit application could use 4 Gb of RAM instead of 2). And there are also mysterious "Windows 7 patches" that allow some of the newest applications/games created for Windows 10, run on Windows 7. Pretty cool stuff ;-)
@bologna3048
@bologna3048 2 жыл бұрын
My favorite part about Arch is also my favorite part about Gentoo. "Hold my hand please!" "No."
@5omebody
@5omebody 2 жыл бұрын
note: it's not "because of the way this package is handled" that electron isnt bundled with the application, its a few things: - electron itself takes up tons of space - you cant switch it out for a different, compatible version of electron - also cant update it with a patched version - arch prefers not to have binaries as the primary mode of distribution in the first place cuz that makes it near impossible (if even legal) to fix incompatibilities with arch - this is the exact point they make, you yourself mention it later in the video might be worth checking out the electron packaging guidelines in the arch wiki if youre interested
@5omebody
@5omebody 2 жыл бұрын
if anything, it feels almost like the normal installation process for a normal electron package - the only difference being that its packed in a windows exe instead of a regular archive, which of course pacman extracts by default which is why you dont normally see an extraction step in many electron pkg builds
@sumnerd69
@sumnerd69 2 жыл бұрын
what I find odd is that whoever is in charge of these projects feels the need to stress test your cpu with a full blown web browser just to let you listen to mp3 files
@DeeezNuts
@DeeezNuts 2 жыл бұрын
Who wrote the app? Probably some intern(s) who only knows javascript
@linuxsbc
@linuxsbc 2 жыл бұрын
Because it's easy and doesn't need to be rewritten for different operating systems (in this case Windows and MacOS).
@attemptedpolymath9660
@attemptedpolymath9660 2 жыл бұрын
This is why I use a terminal based Spotify client. The Spotify app in Linux is just an electron app and consumes stupid quantities of your system resources.
@ahmadshahzad4023
@ahmadshahzad4023 2 жыл бұрын
@@attemptedpolymath9660 the Spotify app on Windows and Mac is also an electron app if I am correct.
@phoenixrising4995
@phoenixrising4995 2 жыл бұрын
@@attemptedpolymath9660 cmus with a spotify plugin would be great.
@somerandomprogrammer6886
@somerandomprogrammer6886 2 жыл бұрын
I've been using this package for a while and it has done wonders for me. Currently I'm using Deezer by passing my smartphone audio output to my PC via bluetooth but keeping this package just in case. I hope this shape of repackaging electron windows apps happens more.
@samuelbidocuello
@samuelbidocuello 2 жыл бұрын
A true demonstration of truly knowing Electron. Ho, ly, shit.
@imhemish
@imhemish 2 жыл бұрын
I did come over this package, and found the packaging nice and attractive, and i thought i could similarly extract and package "Resso" following similar procedure, but i found that unlike deezer, resso has actually compiled the code into os-specific node binaries, so it couldnt be extracted like that. In deezer's case, it gets actually extracted to actual code
@LucasOe
@LucasOe 2 жыл бұрын
I install software on my Windows machine with Scoop and it works in a similar way. Instead of running the exe or msi files it just extracts the content and installs it manually.
@yearoflinux
@yearoflinux 2 жыл бұрын
It's a Electron app that's why it's possible. Modding Electron apps is common, even on Windows, like adding dark mode or something.
@MrTurbo_
@MrTurbo_ 2 жыл бұрын
8:10 not completely true, there are 2 packages which can make it almost impossible to reverse engineer, bytenode and asarmor
@majoryoshi
@majoryoshi 2 жыл бұрын
the best thing about this is that it was originally someone who just didn’t want to use the web app (i assume there is one) or use something like android-x86, and electron basically says “here you go”
@coopercummings8370
@coopercummings8370 2 жыл бұрын
Really what electron does is hand you google chrome with a sticker that says "Definitely not a web browser" on it, but it does at least make multi-platform implementations easy, although it does have the disadvantages that come with it being a web browser.
@buuf456
@buuf456 2 жыл бұрын
AUR give you more problems, so you can fix them whole day. Neck beards call that fun.
@jongeduard
@jongeduard 2 жыл бұрын
Hmm, currently on Arch I still just listen deezer using my webbrowser, but I might consider installing this app now. Great project indeed. Certain repackagings are not new to me by the way when it comes to AUR. I have also seen solutions that download Deb or RPM packages from the the internet and convert those. Which makes sense because a lot of proprietary applications that support Linux actually only support the distros associated with these 2 well known formats.
@Couleur
@Couleur 2 жыл бұрын
your most passionating video yet!
@mykytao5028
@mykytao5028 2 жыл бұрын
insane! really cool, thanks for this video
@uuu12343
@uuu12343 2 жыл бұрын
I apologize beforehand but I'm surprised nobody has said this yet DEEZER NUTS
@exnihilonihilfit6316
@exnihilonihilfit6316 2 жыл бұрын
Actually, somebody said it 3 hours before you. Not that I get the joke... I guess it's beyond my English level. 😀
@master138
@master138 2 жыл бұрын
they can simply convert it to a flatpak package. flatpak manifests are so similar to PKGBUILDs. this way they can mitigate the electron version issues for a long time...
@BrodieRobertson
@BrodieRobertson 2 жыл бұрын
It's already using a package with a locked electron version so Flatpak doesn't change that
@katrinabryce
@katrinabryce Жыл бұрын
I wonder if this approach could be used to port stuff to FreeBSD? I’ll maybe give it a try.
@marcusmeaney
@marcusmeaney 2 жыл бұрын
I always watch until the end to see how long he'll pause before he's out
@Winnetou17
@Winnetou17 2 жыл бұрын
Me too!
@LautaroLosio
@LautaroLosio 2 жыл бұрын
Actually interesting video about packaging applications!
@AlexanderPrussak
@AlexanderPrussak 2 жыл бұрын
You should have a look at the ttf-ms-win10-auto package. It's incredible
@chairwood
@chairwood 2 жыл бұрын
y
@goawqebt6931
@goawqebt6931 2 жыл бұрын
The maintainer of notion-app used to do that too
@HabaouiAdam
@HabaouiAdam 2 жыл бұрын
Hey! Thanks so much for this video!
@cheebadigga4092
@cheebadigga4092 2 жыл бұрын
Very nice information. Question: Because the PKGBUILD basically removes the licence information from the package, does that make installing the package kind of illegal?
@catrybou123
@catrybou123 Жыл бұрын
It still shows the license on the PKGBUILD so I think that it’s fine.
@cheebadigga4092
@cheebadigga4092 Жыл бұрын
@@catrybou123 according to the Arch Wiki (page PKGBUILD), that's only step 1 of 2. You still have to install the license file if it's a custom license, which it is for the deezer package.
@n1vz3r
@n1vz3r 2 жыл бұрын
you can learn many things from aur scripts. Helped me to install taskcoach on a fedora system! (don't ask)
@anon_y_mousse
@anon_y_mousse 2 жыл бұрын
Oh yeah, I'm going to ask. Why?
@Raspredval1337
@Raspredval1337 2 жыл бұрын
then why not all electron apps are distributed as an electron app and not as a bloated bundle? Imagine if there was a chromium runtime, that is shared between the browser and the electron apps. It would be way efficient and stable
@BrodieRobertson
@BrodieRobertson 2 жыл бұрын
A lot of projects bundle Electron because they need to bundle Electron, they are built against a very specific version and haven't been tested with anything
@phoenixrising4995
@phoenixrising4995 2 жыл бұрын
I wish websites would just let you use a standard browser as well. Game launchers are also becoming the same problem on Windows. Steam and Epic games launchers and that is it for me.
@anon_y_mousse
@anon_y_mousse 2 жыл бұрын
I believe you're thinking of Java. As much as I hated it as a language, the setup for such a system would be better. If someone were to take on such a project, but obviously in a better language, I'd definitely contribute to that.
@wumwum42
@wumwum42 2 жыл бұрын
@@phoenixrising4995 Luckily they are installed only once. But you probably have over 10 electron inststalled on a avarage windows system, 3-4 of them in autostart... EGS, Spotify, Discord in autostart and you are already at three. Now that I think about it, even I am actively using 4 on my linux pc: zettlr, ferdium, bitwarden and signal.
@9a3eedi
@9a3eedi 2 жыл бұрын
Interesting... I wonder if this can be done for Whatsapp for desktop as well, which for some strange reason doesn't have a Linux version. Electron is cancer. What's the point of adding so much bloat if in the end you're not going to make it properly cross platform anyway
@martinus_mars
@martinus_mars 2 жыл бұрын
this is pretty hilarious. thanks for telling us about this
@markonfilms
@markonfilms 2 жыл бұрын
Wow this is pretty cool!
@dorktales254
@dorktales254 2 жыл бұрын
Doesn't this installer ignore localles?
@richardrapstine9014
@richardrapstine9014 2 жыл бұрын
I know the Arch users will snicker at me, but what is meant by "even more against how Arch does things"?
@LetrixAR
@LetrixAR 2 жыл бұрын
AUR is the reason I always go with Arch Linux instead of other distro.
@OleksaBaida
@OleksaBaida 2 жыл бұрын
The one from the conversation with DarkXero ))
@justaguyalive6762
@justaguyalive6762 2 жыл бұрын
makes me wonder if this can be done with discord
@BrodieRobertson
@BrodieRobertson 2 жыл бұрын
What in particular, discord works on Linux
@eyssewieringa2084
@eyssewieringa2084 2 жыл бұрын
Does this mean we could get audio streaming on discord?
@ahmadshahzad4023
@ahmadshahzad4023 2 жыл бұрын
No
@eyssewieringa2084
@eyssewieringa2084 2 жыл бұрын
@@ahmadshahzad4023 why not? We could do they same the maintainer of the deezer package did, right?
@ahmadshahzad4023
@ahmadshahzad4023 2 жыл бұрын
@@eyssewieringa2084 if I recall correctly, Discord uses the same version of Electron for Windows/Linux/Mac, so even if you pulled it out and slapped it inside a Linux distro using this method, it wouldn't make a difference as you would need to use the version of Electron used by Discord, just like Deezer needs Electron 13. Also, the Discord version of Electron is not vanilla since Discord also slapped their own patches on top of it. That version of Electron simply doesn't play nice with Linux's audio system.
@mariusdulce4177
@mariusdulce4177 2 жыл бұрын
try webcord idk
@alex15095
@alex15095 2 жыл бұрын
I haven't tested it, but there is a flatpak package called discord-screenaudio which supposedly mods the Discord client to support audio streaming
@spoilerkiller
@spoilerkiller 2 жыл бұрын
"If you liked the video, like the video. And if you really liked the video.."
@rcht958
@rcht958 2 жыл бұрын
Literally the most genius thing I've ever seen
@Juiceboxmakes
@Juiceboxmakes 2 жыл бұрын
I think the app is broken now with the latest electron update
@martinhertz4957
@martinhertz4957 2 жыл бұрын
7z specifically here supports nsis installers(most don't), not exe persay. Sorry for nitpicking and thanks for vid. (Edit: Sorry maybe covered before, though just skimmed long other post afterwards posting, sorry)
@BrodieRobertson
@BrodieRobertson 2 жыл бұрын
No I only briefly mentioned it, that's good to know
@YannMetalhead
@YannMetalhead 2 жыл бұрын
Great explanation.
@sakesaurus
@sakesaurus 2 жыл бұрын
when the developer refuses to release linux build community: Fine, I'll do it myself
@VictoriaMan69
@VictoriaMan69 2 жыл бұрын
Deezer isn't worth using compared to most any other music service. It's lossless hq files are few and hard to find.
@Cuperino
@Cuperino 2 жыл бұрын
Notepad++ packages for Linux come with their own WINE instance.
@RadikAlice
@RadikAlice 2 жыл бұрын
This is _wild._ I love it
@linuxheki9326
@linuxheki9326 2 жыл бұрын
Can we do that with Discord?
@BrodieRobertson
@BrodieRobertson 2 жыл бұрын
What in particular, discord works on Linux
@linuxheki9326
@linuxheki9326 2 жыл бұрын
@@BrodieRobertson Get discord out of electron and put it into updated electron
@seanrileyhawkins4511
@seanrileyhawkins4511 2 жыл бұрын
I like how some Linux users have the idea of 'I will do it myself'.
@user-gw1sh9qc2s
@user-gw1sh9qc2s 2 жыл бұрын
The more you explain this the more I'm convinced all this was a huge mistake.
@leonidas14775
@leonidas14775 2 жыл бұрын
I use neither deezer nor arch but find this interesting
@Dratchev241
@Dratchev241 2 жыл бұрын
impressive, most impressive
@obama3024
@obama3024 Жыл бұрын
Guess who are gonna try to do that with every proprietary electron app >:3
@flleaf
@flleaf 2 жыл бұрын
not gonna watch the video but i once found bullet hell gacha rhythm game when searching for rhythm games in aur
@thepaulcraft957
@thepaulcraft957 2 жыл бұрын
this is incredible
@oglothenerd
@oglothenerd 8 ай бұрын
This is pretty funny.
@thgreenshaman8503
@thgreenshaman8503 2 жыл бұрын
Chur bro from New kiwiland
@gFamWeb
@gFamWeb 2 жыл бұрын
If a customer-facing application can be modified to log URLs that point to sensitive data.... that's a poorly designed app.
@BrodieRobertson
@BrodieRobertson 2 жыл бұрын
Without a doubt
@aeleequis
@aeleequis 2 жыл бұрын
Can you put some more dBs on your audio, I'm currently on headphones, at 95% volume and I still find hard to understand some things that you say. (Also, switch to another video blasts my ears like a cannon as I forget to tone it down lmao) Your videos are fine, just talk closer to the micro or touch the levels a hit
@Winnetou17
@Winnetou17 2 жыл бұрын
Weird, for me, his level is normal.
@M1America
@M1America 2 жыл бұрын
I would have a soy warning at the start of the video. Holy cow that was a lot of soy.
@007arek
@007arek 2 жыл бұрын
Just open it in web browser. 😅
@BrodieRobertson
@BrodieRobertson 2 жыл бұрын
Where's the fun in that when you can take these steps and have a desktop app
@danielnolan8049
@danielnolan8049 2 жыл бұрын
"Listen to us on deezer." "What's deezer?" "Deezer nutz! Ha, gotem!"
@thingsiplay
@thingsiplay 2 жыл бұрын
Deez Nuts
@cookiedestroyer402
@cookiedestroyer402 2 жыл бұрын
deprecated by guix
@Darudas0420
@Darudas0420 2 жыл бұрын
Such wired hand movement i cant concentrate on the content
@SkyFly19853
@SkyFly19853 2 жыл бұрын
And my favorite distro is Windows 7. Even better than Arch! P.S. I use both Linux and Windows btw... 😏
@bogansrun
@bogansrun 2 жыл бұрын
newbie linux user here. Been nearly 8 months on Fedora (36, built from server ISO as of late), started on Ubuntu for the first 3 (My biggest regret). I could never play things like Nexus: The Jupiter Incident on windows and then bam, I'm Marcus Cromwell again because some nerds put their heads together and made all the wonderful things that magically appear on my computer after I type some words. To other noobs. 'Sudo' = Oi! 'dnf' = get to work ya lazy slob (or the other ones) 'install' = Install then the thing you want to install. Linux desktop is the union worker of the desktop space. Normal stuff, paid by the hour. Anything that requires some fiddling and screwing around with? You need yubbos for that. Linux, the yubbos kernel, they just don't know it yet.
@ytuser13082011
@ytuser13082011 2 жыл бұрын
This is genius :v
@Flackon
@Flackon 2 жыл бұрын
lmao
@ThePendoMaster
@ThePendoMaster 2 жыл бұрын
discord_arch_electron is similar, but not quite as many patches/modifications
@povilasbrilius
@povilasbrilius 2 жыл бұрын
Though not #toughbook #COSMIC #ERB efforts on the stake 😁🥬🍄🍗
Begone Linux, GNU/Hurd Is The Real FOSS Kernel
16:12
Brodie Robertson
Рет қаралды 46 М.
Why Is The Arch User Repository Only For Arch Linux?
12:02
Brodie Robertson
Рет қаралды 23 М.
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН
$1 vs $500,000 Plane Ticket!
12:20
MrBeast
Рет қаралды 122 МЛН
She wanted to set me up #shorts by Tsuriki Show
0:56
Tsuriki Show
Рет қаралды 8 МЛН
«Жат бауыр» телехикаясы І 30 - бөлім | Соңғы бөлім
52:59
Qazaqstan TV / Қазақстан Ұлттық Арнасы
Рет қаралды 340 М.
Canonical's Abandoned Free Software Ubuntu Distro
19:27
Brodie Robertson
Рет қаралды 13 М.
Why I Can't Use Linux - My Top 3 Reasons
26:05
Tek Syndicate
Рет қаралды 147 М.
The AUR Removed My Packages, So I Created My Own Repo
16:28
DistroTube
Рет қаралды 25 М.
My Problem With Arch Linux Packaging
13:12
Brodie Robertson
Рет қаралды 30 М.
Distrobox Is Basically A Linux Subsystem For Linux
16:42
Brodie Robertson
Рет қаралды 43 М.
Using Pacman on Arch Linux: Everything you need to know
17:44
Luke Smith
Рет қаралды 201 М.
Titus Reacts to Linus Tech Tips Linux Daily Drive Challenge
20:21
Chris Titus Tech
Рет қаралды 775 М.
Arch Linux Is Objectively The Best Distro
23:40
Brodie Robertson
Рет қаралды 35 М.
Don't make these 7 mistakes when you're starting out on Linux!
14:15
The Linux Experiment
Рет қаралды 406 М.
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН