Stop using APT

  Рет қаралды 538,148

Chris Titus Tech

Chris Titus Tech

Күн бұрын

Пікірлер: 1 100
@ChrisTitusTech
@ChrisTitusTech 2 жыл бұрын
Copy and Paste Guide: christitus.com/stop-using-apt/
@sb16650
@sb16650 2 жыл бұрын
Hey! Is something like Nobara OS present for ubuntu/debian?
@sagegeas5198
@sagegeas5198 2 жыл бұрын
Been a while since I have used Apt so I have to ask. Can Apt install Pacman onto Debian, or is it only for Arch?
@abdallahtarek3602
@abdallahtarek3602 2 жыл бұрын
Please talks about accessible in Linux World Screen Reader and tools for low vision users
@RogueRen
@RogueRen 2 жыл бұрын
@@sagegeas5198 I think you can, but it's more like;y to break stuff. This Nala thing seems like a better solution
@nkristianschmidt
@nkristianschmidt 2 жыл бұрын
​@Jack Warner had issues too but managed with pacstall
@vendetta.02
@vendetta.02 9 ай бұрын
apt and nala are both frontends for dpkg actually, nala doesnt use apt in the background it's a frontend for dpkg, similar thing but important distinction.
@v0ldy54
@v0ldy54 16 күн бұрын
So can one for example install a package with apt and uninstall it with Nala and vice versa?
@Machtyn
@Machtyn 2 жыл бұрын
Sooo, it's not really "Stop using APT". It's "Start using APT correctly with NALA".
@ChrisTitusTech
@ChrisTitusTech 2 жыл бұрын
True, but FOR THE ALGORITHM!
@randomname2437
@randomname2437 2 жыл бұрын
@@ChrisTitusTech algorithm!!!
@iankester-haney3315
@iankester-haney3315 2 жыл бұрын
Apt is a really great system, so is dnf. But then the Linux distros reinvented Dependency Hell. Now there are so many packages and interrelated dependencies that the whole system bogs down.
@b1zzler
@b1zzler 2 жыл бұрын
That’s kind of like saying: “use machine code correctly with C/C++.” The whole point of C/C++ is to avoid needing to work directly with assembly / machine code.
@master138
@master138 2 жыл бұрын
KZbinr moment
@rancidbeef582
@rancidbeef582 2 жыл бұрын
I use Debian or Debian derivatives BECAUSE they use apt. I've ditched different distros in the past because they kept changing their installers / package managers to something they perceived as "better". Nala does look pretty cool, though. Although if ever get around to automating my updates with Ansible it might be a moot point.
@Darkk6969
@Darkk6969 2 жыл бұрын
I do use Ansible to automate the patching on my servers. I may give Nala try on my workstation PC.
@ioneocla6577
@ioneocla6577 2 жыл бұрын
Which distro are you talking about ? The only distro which have changed it's package manager is redhat with first rpm, yum and then dnf. But debian also changed from dpkg to apt. And other distros like arch gentoo alpine openSUSE or even void never changed package managers
@rancidbeef582
@rancidbeef582 2 жыл бұрын
@@ioneocla6577 Mostly Redhat and it's derivatives. SuSE changed at some point I believe. I used Mandrake and whatever they renamed themselves to, but I honestly don't remember why I quit using it. I just never liked pacman on Arch. And then there's emerge on Gentoo... that was a total nightmare. I didn't try Debian before apt came along.
@ChristopherGray00
@ChristopherGray00 2 жыл бұрын
That seems like a weird thing to be a dealbreaker for you, i've never thought of package managers as some ultimate reason i would pick a distro, generally i can learn a new package manager very quickly and easily, when i'm working on my VMs i typically use fedora's DNF and arch's pacman, but my host system is ubuntu.
@FLMKane
@FLMKane Жыл бұрын
@@ioneocla6577 not really. Dpkg is a lower level program than apt, which acts as a front end to dpkg
@gimcrack555
@gimcrack555 2 жыл бұрын
Never had a problem using APT. Everything you said is correct and nala does seem to improve things as you pointed out. Beside APT there was always aptitude. Which is better then apt. I just stuck with apt. But I do like this nala and its progress. Nice job pointing this out and your feed back. It looks like it's a better choice between the two.
@wayland7150
@wayland7150 2 жыл бұрын
I always thought that APT was one of the best things about Debian or at least the principle of it for Linux. Interesting that there is something better.
@jimmyrichards5595
@jimmyrichards5595 2 жыл бұрын
I love and have always used aptitude. This nala does indeed sound like it has some nice improvments. Not that it matters for me, as I am now a Garuda Linux user. But interesting stuff nonetheless!
@moto083c
@moto083c 2 жыл бұрын
I must be a noob. I still use apt but sometimes i prefer Synaptic Package Manager
@gimcrack555
@gimcrack555 2 жыл бұрын
@@moto083c Nothing wrong using synaptic. I love synaptic and that's actually the best way to install and uninstall things. synaptic offer many things. Snapshot of the app and the developer webpage and even location and dependencies.
@JensVanBroeckhoven
@JensVanBroeckhoven 2 жыл бұрын
​@@wayland7150 Well yes. APT is a set of tools and libraries for dpkg supporting dpkg-deb (the actual package manager) using various front-ends like apt, apt-get, aptitude, synaptic, ... and now also nala.
@BogdanSerban
@BogdanSerban 2 жыл бұрын
I actually find APT to be the second fastest package manager after pacman. I don't know why you find it slow. And given its history I think it's the most robust, I never had any issues with it (can't say the same about pacman).
@ioneocla6577
@ioneocla6577 2 жыл бұрын
The issues are with arch's bleeding edge nature. Not Pacman itself
@paulie-g
@paulie-g 2 жыл бұрын
@@ioneocla6577 I've had far fewer issues with arch than with debian-based distros. Installing something that requires recent versions of libraries on debian is a massive pain and clobbered my install several times. Granted, this was many years ago, maybe they've got some sort of solution for that now, but I no longer care. Arch rarely causes problems and never causes insoluble problems provided you have sufficient clue. I mean I don't actually recall a problem that either arch or pacman caused me, and it's been years now. From time to time I have to get around some dependency cycles with aur packages, which takes not long at all unless the upstream isn't well-maintained or developed on old crud like debian and won't compile with, say, new gcc. Then it takes a bit longer if I care (and gets those projects patches) or 0 if I don't and remove them. Maybe I would care if I were running on a potato and didn't want to compile (ie SBCs), but there's plenty of -bin packages available for heavy things and I don't have to deal with repo hell to use them. The fact that there's more than likely a pkgbuild in aur for something you want to install that you can edit from if you want a custom build ensures that pretty much everything I've got on my system is properly package-managed. Back in the days of using debian on desktop and RHEL on servers I had no end of issues with that. I can see people who can't evaluate if recent kernel changes might break something for them possibly having an issue (I haven't personally), but that's what -lts versions are for if that's your thing. It used to be part of my job to package our kernel and several userspace packages with rpm in the good old linux-2.4 days (primarily because no one could - or pretended they couldn't - figure out how to package my cluster/failover stuff correctly so it'd start in a known and expected condition) for an appliance product. I remember searing pain. Thankfully, that's all I remember and all I have to remember. Thank you Arch.
@paulie-g
@paulie-g 2 жыл бұрын
This 'robust' system clobbered a rather straightforward dist upgrade. This was in the late 00's I think. All I had was X11, windowmake, and a full dev environment for kernel dev on console. Boom, completely clobbered. If I wanted to use an OS where a re-install is easier than a fix, I had plenty of better options.
@nightwintertooth9502
@nightwintertooth9502 11 ай бұрын
Just be thankful that you're not emerging the @world and dealing with circular dependency holes and use flags to wait a day on a browser to compile in a source based distro. It gets far worse than apt or pacman. Though I must say we are overdue an apt upgrade. yum got dnf in the server distro world which helped out a lot with some of the problems caused by apache pear modules and production backend software like whm got even more reliable with the switch to dnf. Dnf helped where it mattered in the server world so I hope to see more apt solutions even if it's just a wrapper for now.
@tonyantony8748
@tonyantony8748 5 ай бұрын
xbps is super fast too, probably faster than pacman
@Earl.Norris
@Earl.Norris 2 жыл бұрын
Never knew there was a problem with APT. But this seems cool. I wonder if this would catch the attention of apt developers to maybe in the next version to take some of these ideas and incorporate them. Sometimes things need to be demonstrated so I can understand the problem that people are having. Well done to Nala team. Team Apt what is the response and action.
@ChristopherGray00
@ChristopherGray00 2 жыл бұрын
The problem with apt is they haven't updated their frontend or added things like delta updates, parallel downloading, etc that other package managers have.
@buddyreg234
@buddyreg234 Жыл бұрын
Can I filter packages if do not want to download them with nala?
@alphanet72
@alphanet72 11 ай бұрын
Actually, the problem is that the Debian echosystem was quite perfectly designed at the beginning, where other distributions took ages to get seemless upgrades, configuration management, diversions. I don't even know if they even have diversions for example. Now, however, the world is changing where people won't upgrade a system for 20 years (like I did), but are reinstalling every day or so Docker containers. In that context, apt is slow and you don't need configuration management, nor diversions, nor seemless upgrades. So, Nala is good news anyway.
@javaman2883
@javaman2883 11 ай бұрын
@@ChristopherGray00 Delta updates have not been more efficient for some time. They were great back in the days of dial up internet. But with high speed internet, the time you gain by downloading deltas rather than full packages is lost with the time it takes to apply the deltas compared to replacing whole files. The parallel downloading is an effective speedup.
@ibazulic
@ibazulic 10 ай бұрын
@@ChristopherGray00 From my testing, on the same machine, with the same 1.5 Gbps connection, installing Fedora/RHEL packages with yum/dnf/whatever is usually *slower* than using apt, even though yum/dnf/whatever has all those great things enabled such as delta updates and parallel downloading.Generally speaking, the speed argument to me is kinda the worst one because differences today are measured in seconds, which is completely inconsequential. Upgrades of packages on production machines are rarely done anyway and they are planned so you usually don't care about how long the download lasts, you want the thing to go through without issues. On desktops, most modern apt based distributions (including Debian) have apt running in a background as sort of a cron job, constantly downloading packages and upgrading them as well, if that is allowed. The only other scenario is when you want to install something new, and then we get back to my previous point of complaining about a time difference measured in seconds (if the difference actually exists).
@soppaism
@soppaism 2 жыл бұрын
In debian stable updates tend to be so small it doesn't really matter how you make them. But I suppose this is useful if you expirement a lot with packages (or run testing/sid).
@keylanoslokj1806
@keylanoslokj1806 2 жыл бұрын
Xubuntu supports this?
@arthurmoore9488
@arthurmoore9488 2 жыл бұрын
The problem I run into is that Debian release cadence is so slow that I can't do what I want to do with the software. Mostly because the functionality either doesn't exist, relies on a library which is too new, or all the guides are for a version that's only 2 years old, while Stable's version is 4 years old. It also sucks when doing an upgrade since the likelihood of major broken changes is much greater. Really, I would rather Debian name stable "LTS" and have a 6-12 month release of testing.
@DennisGentry
@DennisGentry 10 ай бұрын
Or you install fresh systems fairly often
@Alias_Anybody
@Alias_Anybody 2 жыл бұрын
As long as it silently runs in the background doing its thing WITHOUT either interrupting me directly with prompts or indirectly by using 50% CPU power or some nonsense I honestly don't care if a package installer/updater is pretty or lightning fast. I mean, who stares at their update process? Doesn't matter if we are talking Linux, Windows or Mac OS either. Apart from that, naked apt still gives more information that many graphical installers anyway.
@Perry....
@Perry.... 2 жыл бұрын
Ok? then bye. Lmao
@spicynoodle7419
@spicynoodle7419 2 жыл бұрын
Damn, now I miss Windows 10 updates. I wish my Arch had those...
@Alias_Anybody
@Alias_Anybody 2 жыл бұрын
@@spicynoodle7419 I always assumed Arch users need to be literate.
@spicynoodle7419
@spicynoodle7419 2 жыл бұрын
@@Alias_Anybody I'm literate in shitposting :^)
@AlNexus
@AlNexus 2 жыл бұрын
I HATE Linux and the way it handles stuff! With Windows my CPU was constantly having 100% usage and system freezes, but after installing Linux it's always sitting at ~1%! Because of Linux my CPU has become lazy and it's almost always not doing anything!!!!
@DoubleRainbowXT
@DoubleRainbowXT Жыл бұрын
i hate people who say STOP USING THIS OR THAT with no goddamn reason. IT WORKS, PERFECTLY.
@_VeritasVosLiberabit_
@_VeritasVosLiberabit_ 11 ай бұрын
Maybe "hate" is a strong word for this, but I understand what you say.
@misatzu
@misatzu 7 ай бұрын
@@_VeritasVosLiberabit_ considering how "hate" is (mis)used for anything barely resembling dislike or even just critique these days, in reality it's not that of a strong word anymore ... but I understand what you say a.k.a. this doesn't mean I like or defend this trend :] just being real.
@f9palas12
@f9palas12 2 жыл бұрын
After finding this contribution, I became curious about NALA and decided to give it a try on Debian 11. The results were anything else as encouraging. None of the offered installation procedures (apt, git source) managed to deliver a working version of NALA on a Debian 11 (and I'm not precisely a newbie using Debian). For those of you out there that could face some problems getting NALA to run on their Debian 11 systems, I would recommend "wajig" as a real option. Wajig is certainly less colorful, but at least as powerful in the role of a better apt-dpkg-aptitude frontend as NALA seems to be, with the additional advantage of having a really smooth experience when installing the software.
@sysandy2
@sysandy2 2 жыл бұрын
What a great little wrapper. As someone who mostly uses Red Hat professionally, the output of Nala looks so much like dnf. One of my complaints about Debian based systems was how convoluted the output from Apt is compared to yum/dnf and even Pacman on Arch. Thanks for putting the spotlight on this nifty little tool. I will definitely have to check it out.
@khelben1979
@khelben1979 2 жыл бұрын
As a long time Debian user I think you're wrong on this one. Of course you can use any tools you want, what ever makes you happy! ;) But if you're trying to reach out to a broader base of people, down voting on a stable and robust system such as apt, just tells me you haven't been using Linux long enough, yet. I've been following you for a couple of years, and I know you used to be very pro Microsoft Windows guy, and although it's good you see the positive things with Linux these days, consider it still takes lots of time to really learn to get used to a completely new system, such as Linux. I've been using Debian since the 90's, and everything is far from perfect with Debian for sure, but if you're rushing to use more modern tools, you have to think about the future of these tools. Apt has been around for a long time, and I hope Debian continues to support that. Anyone who's unhappy with the choices Debian makes, just switch to another Linux distribution, and that should solve it for you.
@MR-vj8dn
@MR-vj8dn 2 жыл бұрын
I like what you’re writing here and agree.
@TheMaevian
@TheMaevian 11 ай бұрын
This, I don’t get how you can have anything against apt. It’s probably one of the nicest systems ever. I still use apt in combination with flatpack as I like to keep most on stable but still have an up to date and sandboxed browser
@JassonCordones
@JassonCordones 11 ай бұрын
I don't see the point of this comment
@JensAndree
@JensAndree 11 ай бұрын
Hear hear! I started using Debian in -96 I think, coming from many years running SunOS, NonStop and BSD and I think I giggled the first time I used apt-get because how simple and informative it was! I mean just download everything from available mirrors? Updates? Searching with apt-cache was just the icing on the cake and it's been taking care of all my installs and updates ever since. I don't mind scripts that provides better information - or present the information better, but in the end of the day it's all just lipstick on a pig and no front end script will make things faster since it's running the same operations in the background... I do love things like htop instead of top since it provides better and more data so even us old dogs like eye candy IF it does things better, but usually I prefer the simpler route and after 30+ years running UNIX/Linux one of the few things that didn't need improvement is the apt interface to dpkg. It just works!
@MrJosch700
@MrJosch700 11 ай бұрын
​​@@JensAndree I see your htop and raise you btop since bookworm I think in stable and it's pretty neat I have to say. But I agree fully that you don't have to have the shiniest new thing. Never thought apt has a problem.
@thespikecanada3236
@thespikecanada3236 2 жыл бұрын
apt is much faster than fedora's dnf, has a better search and is less complicated than archs options. I really like it.
@mirage809
@mirage809 2 жыл бұрын
Nala is looking really good. Really brings good ol' APT up to speed with more modern package managers. You make the DNF comparison and how Nala is doing some things even better than DNF does. You'd probably be happy to hear that the Fedora team are working on a faster and even slicker version of DNF that they're planning to introduce a few versions from now.
@chrismcdonaldracing
@chrismcdonaldracing 2 жыл бұрын
In RHEL 9 all the last use cases for yum have been perged. If you use yum now in RHEL 9 it's just a symbolic link to dnf. So DNF is good enough for enterprise I'm sure it's going to get even better
@ioneocla6577
@ioneocla6577 2 жыл бұрын
I Hope. After trying Pacman (arch) or xbps(void) dnf and apt are just soooooo slow
@AJ-po6up
@AJ-po6up 2 жыл бұрын
When is apt going to be replaced or modernized, that's the real question. It really needs a revamp.
@DMSBrian24
@DMSBrian24 2 жыл бұрын
@@ioneocla6577 not just slow, also confusing tbh
@whythosenames
@whythosenames Жыл бұрын
@@chrismcdonaldracingrhel 8 also has dnf, rhel 7 has yum
2 жыл бұрын
Debian packaging system was one of the main reason why I switched from Redhat to Debian (testing) and later to other Debian "clones". I must admit, nala is kinda nice though. :-)
@personalgao
@personalgao 2 жыл бұрын
You're a life saver! Really this helps a lot when "trying" some packages and apps. So clear to see and undo the whole thing. Thank you. This videos are great Chris! GG
@LinuxAvali
@LinuxAvali 11 ай бұрын
I clicked on the video expecting you to say "Use Snap". I'm so glad that's not what you said. Nala looks great! Gonna give it a shot
@MohammedMehdiTBER
@MohammedMehdiTBER 2 жыл бұрын
My most used command in linux: apt update -y && apt full-upgrade -y && apt autoremove -y && apt clean && flatpak upgrade && snap update
@MohammedMehdiTBER
@MohammedMehdiTBER 2 жыл бұрын
@@igorfoxly2555 👍
@perkelix
@perkelix 2 жыл бұрын
upgrade-system
@MohammedMehdiTBER
@MohammedMehdiTBER 2 жыл бұрын
@@perkelix I didn't know about this command! Does it make something special than the others?
@thetechq
@thetechq 2 жыл бұрын
When I started using Linux, dependencies were manual. You found a missing dependency and you either had to compile it or find an RPM for it. Some people who like apt did have another solution, manually retrieving dependencies. This tool looks fine, but I don't get the hating on apt. It's a fine tool that has a few shortcomings.
@ChristopherGray00
@ChristopherGray00 2 жыл бұрын
That sounds like hell on earth not gonna lie, i'm happy that modern package managers have evolved so far from that.
@FLMKane
@FLMKane Жыл бұрын
@@ChristopherGray00 or it could be like appimages where every software comes with every dependency
@masskiller9206
@masskiller9206 Жыл бұрын
@@ChristopherGray00 it was lol
@xmurisfurderx
@xmurisfurderx 9 ай бұрын
a complete lack of understanding of what the actual problems are that apt was intended to solve everything has always "just worked"
@visitor404
@visitor404 2 жыл бұрын
If we keep evolving like this, we're going to create GUIs!
@markh.6687
@markh.6687 2 жыл бұрын
"If God wanted man to have GUIs, He would have given us Xerox PARC!" Commodore Magic Desk and GEOS enter the chat...Hi guys and gals! Let's talk about the REAL first GUI!
@MegaEyeTV
@MegaEyeTV 10 ай бұрын
I just stopped using APT because of this video. You are the man, thanks!
@vivanecrosis
@vivanecrosis 2 жыл бұрын
I mostly just been using apt for update and then upgrade 💁🏼 You smashed it. That Nala looks lovely. I shall be installing her soon as! Will also give kitty a try. My Linux is a Lumuntu with 2GB ram, will be nice to see how she behaves with it.
@nefariousintent
@nefariousintent 2 жыл бұрын
I was downloading from a server in china with 50 kbps. I needed this so much. You're a life saver!
@davidwayne9982
@davidwayne9982 2 жыл бұрын
THANK YOU for this video--- I LOVE this.... I have eye issues-- had 5 surgeries already and THIS is much easier on my eyes.. not to mention works better... THANKS AGAIN.
@Damisj
@Damisj 2 жыл бұрын
...and to speed things up even further, stop using right click for copy and paste in terminal. Use ctrl-shift-X/C/V and it works in almost any terminal =)
@Requiem100500
@Requiem100500 11 ай бұрын
"stop using apt" *proceeds to use apt*
@Christian-of1tz
@Christian-of1tz Жыл бұрын
It looks nice, but as someone who's using Linux mainly on servers, there is apt pre-installed. Installing another package manager does not really makes sense in that case. (The same goes for vim or NeoVim, when there's only vi pre-installed.)
@joshferguson4660
@joshferguson4660 2 жыл бұрын
Thank you for this suggestion! Separating actions by category for clarity, fetching the fastest mirrors, parallel downloads, history, and undoing changes. Not to mention it looks great, this will be a must-install for me moving forward.
@tomwimmenhove4652
@tomwimmenhove4652 11 ай бұрын
I never thought about how apt is old. I remember starting with RedHat 5.2, when rpm fucking *sucked*. It was such a breath of fresh air when switching to Debian. You made me realize that this was.... 25, or so, years ago and I'm an old man now. Thanks :)
@SqueezyTheOrca
@SqueezyTheOrca 2 жыл бұрын
I mostly just use "sudo apt full-upgrade" all the time on debian because switching to a different package manager is kinda weird imo except fedora when dnf gets involved.
@ElectricMind-mq3pe
@ElectricMind-mq3pe Жыл бұрын
This is great! The visual clutter on some terminal's output is ridiculous: no-one can read the output without putting in a huge effort to focus. This makes it easier!!
@NebRadojkovic
@NebRadojkovic 2 жыл бұрын
I am 64 and I want to thank you. Since I started watching all of your videos - I learnt so, so much. Cheers!
@justincatterall9597
@justincatterall9597 Жыл бұрын
Be familiar with apt, it's the one thing you *know* will be on any Debian based system. If you don't learn apt, you're going to hinder yourself on any system that doesn't have your favourite front-end installed; if apt *is* your front end you're good on *any* Debian.
@CU.SpaceCowboy
@CU.SpaceCowboy 11 ай бұрын
also ALL apt history is logged to /var/log/apt/history.log and dpkg to /var/log/dpkg.log. seriously, learn what your talking about before telling new users what to do
@bendergamer14
@bendergamer14 2 жыл бұрын
7:25 Me for a moment: "How could Linus not know what he is doing?" Me after some seconds: "Oh, he meant the epic gamer one..."
@gottod6895
@gottod6895 7 ай бұрын
Me too, the man created git, this is child play for him, I was also wondering what does he do with steam then you reminded me.
@gabitoqbito
@gabitoqbito 2 жыл бұрын
Nice review! Thank you for introducing us to Nala, it does look & feel superior! Although the main point for most of us is that since apt ain't broke , don't fix it. In the sense that most of us just use it once in a while and it takes only some seconds to install/update/upgrade packages. I would argue that the problem Nala does solve is the package history/undo upgrade feature, which to me is mind blowing that apt does not implement it at this point
@RedBearAK
@RedBearAK 2 жыл бұрын
I like Nala but the mirrors it gives me based on a simple speed test tend to be pretty flaky, so I haven’t seen much benefit from trying to optimize the mirrors. I wish Nala would do a more extensive test for mirrors that return any 404 errors for actual package downloads. But the UI is a great improvement over APT.
@pstewart5443
@pstewart5443 2 жыл бұрын
I'm convinced it's a much better option. Being a Red Hat Enterprise admin in a previous life we always used yum or a package deployment server to deploy packages. In my opinion this is better than yum. This is the kind of knowledge I'd have taken to begin switching out some of the RHEL servers for Debian. Really cool interface and I like how it only removes what was installed. That level of detail is precisely what an admin needs to perform a QA on a software pkg for STIG, and would make reporting to CISA much easier.
@FLMKane
@FLMKane Жыл бұрын
As a fan of apt over yum... I think pacman is the best
@nrg753
@nrg753 2 жыл бұрын
That looks way better than APT! My favourite so far is probably APK from Alpine Linux.. far out that is fast
@ioneocla6577
@ioneocla6577 2 жыл бұрын
Apk is as fast as light but alpine itself isn't really usable as an everyday OS
@hannes4939
@hannes4939 2 жыл бұрын
I agree. I like Pop‘s impementation and workflow but am not a fan of apt. I personally enjoy Void‘s xbps and Gentoo‘s emerge the most
@RandyHanley
@RandyHanley 2 жыл бұрын
Whenever I land on my new favorite "daily driver" Linux Distribution, Chris comes up with content to help me make it run even better. Thank you, Chris!
@rsadix1
@rsadix1 2 жыл бұрын
Whenever I land on my new favorite 'daily driver' Linux Distro, CTT comes up with content to make me think I just chose the wrong Distro! Arch, no wait Fedora, no wait Debian! Thanks Chris!
@RandyHanley
@RandyHanley 2 жыл бұрын
@@rsadix1 hahah valid point!
@davidtuomi8361
@davidtuomi8361 2 жыл бұрын
Been a long time Debian fan, I don't know how it is I missed nala. Thank you for raising awareness of this project by creating this video about it. It's a wonderful addition to the apt tools.
@QuotePilgrim
@QuotePilgrim 2 жыл бұрын
The thing with apt purging basically everything is that it is, from my experience, a common occurrence. Something similar to what happened to Linus in his Linux challenge happened to me at least half a dozen times in a period of a couple years. I was trying a few different Ubuntu/Debian based distros, and every once in a while I would try to uninstall a package I didn't need, or upgrade the system, and next thing I know I'm dropped to a TTY because it nuked the whole DE or something. APT is the only package manager where these things ever happen to me. Granted, the only other package manager I've used extensively is pacman, but I've used a few other ones to a lesser extent. Currently I'm on Fedora, so using dnf, of course.
@chrismcdonaldracing
@chrismcdonaldracing 2 жыл бұрын
I been on fedora since core days in early 2000s to the best of my knowledge I had yum 9nce purge my system years and years ago from a bug that was fixed pretty quick. DNF has been rock solid
@QuotePilgrim
@QuotePilgrim 2 жыл бұрын
@@chrismcdonaldracing The one gripe I have with dnf is that "dnf search" doesn't tell you which of the packages it finds are already installed. Other than that it's great.
@DMSBrian24
@DMSBrian24 2 жыл бұрын
@@QuotePilgrim this, so annoying, but you can always check dnf list
@Gurj101
@Gurj101 2 жыл бұрын
@@QuotePilgrim really it doesn't? I have never used it but there should be some -option that can be used to filter them out no? If it really doesn't then check if it has the ability to view all installed packages and write a script to filter those out from the search maybe idk really inefficient but that's what i can think off the top of my head.
@QuotePilgrim
@QuotePilgrim 2 жыл бұрын
@@Gurj101 listing all installed packages is possible, of course (dnf list installed), but the list of results "dnf search" gives you won't tell if any of the packages it finds is already installed, and there's no option to make it do so. All I've found was other people complaining about this behavior, and apparently there's a many years old request for that feature that the devs set to low priority.
@x0rn312
@x0rn312 2 жыл бұрын
I've never had any of these problems with apt It has always served me well
@nir8924
@nir8924 2 жыл бұрын
this vid is just driven by hate to apt (as he clearly said at 3:30)
@MostafaAhmedAhmed81
@MostafaAhmedAhmed81 2 жыл бұрын
This is mind blowing, especially for the undo feature. I always run into the situation when an install does not go well and I want to clean and start over. It was a headache.
@classiquai
@classiquai Жыл бұрын
Well, the garbage spinning off my screen is what makes me cool Infront of my friends. I always do an apt upgrade casually when I'm talking to them.
@misatzu
@misatzu 7 ай бұрын
lmfao
@brunekxxx91
@brunekxxx91 6 ай бұрын
LMFAOOO
@Wandering_Horse
@Wandering_Horse 2 жыл бұрын
Gotta admit, that is pretty damn slick! I would even say its better then the 'synaptic' gui package manager. I have to admit, I come from way back in the 90's in the days of dependency hell, so any modern package manager that works without breaking shit is a miracle to me.
@stokitko
@stokitko 28 күн бұрын
I'm not that impressed like you. As you mentioned we already have a GUI for apt that's the Synaptic. It generally usable but outdated. Why the nala authors just didn't contributed to it and instead decided to create a TUI? They just spent their and our time
@stagdragon3978
@stagdragon3978 2 жыл бұрын
man... I really need to follow this guy. he's just a treasure trove of information. Not only enjoying Nala making things easier but I never heard of Kitty until now.
@zrajm
@zrajm 10 ай бұрын
There was a bit of complaining about APT at the beginning of the video, but a certain dearth of examples? I would've loved to hear some specific examples of where APT performs badly. Awright: Early comment. I take it back. This video quite nicely illustrates several benefits of nala over the `apt` command. Might even get me to switch from `aptitude` to nala. (Though, I must say, running `aptitude install nala` in the background caused my machine [an old MacBook Air from 2014] to use swap enough to pause the video for half a minute or so - arguably it was APT/Aptitude's fault, but Nala apparently required 54 packages to be installed, 32 of which were Python modules. Not exactly lightweight.)
@NatesRandomVideo
@NatesRandomVideo 2 жыл бұрын
aptitude fixed this decades ago.
@nodopamine6243
@nodopamine6243 2 жыл бұрын
It runs like a dream I love you for showing this off.
@StraussBR
@StraussBR 2 жыл бұрын
Windows users will never know the joy of finding a nice pice of free OOS software we can add to our personal repo
@reiniermoreno1653
@reiniermoreno1653 6 ай бұрын
Equivalent for windows is freeware and repo is /Downloads and the package is .exe installer
@charliegalliher
@charliegalliher 2 жыл бұрын
Looks interesting... BTW:what third party plugins does "apt" require?
@jeremyferguson6335
@jeremyferguson6335 2 жыл бұрын
Great find, Chris; Nala really does make a huge difference. Thank you.
@cabelodomato
@cabelodomato 2 жыл бұрын
I confess clicked on the link mostly with the intention to bash it in the comments. But after watching the video, I am converted. Well done to teach me what I didn't know that I didn't know.
@dameanvil
@dameanvil 11 ай бұрын
00:00 📦 Apt, commonly used in Debian-based systems, is criticized for being slow, lacking history, and reliant on third-party plugins. 01:08 🔄 Nala serves as a front-end for apt, resolving issues like slow downloads, selecting the best mirrors, maintaining a history with undo capabilities, and enhancing the installation interface. 02:30 🛠 Installing Nala involves adding the mirror and using simple commands based on your Debian version; it significantly improves the apt experience. 03:12 📈 Compared to apt, Nala's upgrade process offers clearer summaries, faster downloads, and a more user-friendly interface within the terminal. 05:01 ⏳ Nala's download interface within the terminal offers accurate time estimations, download progress, and speed details, making package installation more user-friendly. 06:14 🧹 Nala's history feature allows users to track alterations, perform undos for specific actions, and manage installations or removals efficiently. 08:00 🌐 Nala's 'fetch' feature tests and selects the fastest Debian mirrors, significantly speeding up downloads and enhancing the overall Debian experience.
@hotzeplotz2345
@hotzeplotz2345 11 ай бұрын
Thank you, this comment saved me 10 minutes. Every video should have this.
@TerrisLeonis
@TerrisLeonis 11 ай бұрын
Thank you for the summary!
@sellomohapi
@sellomohapi 2 жыл бұрын
Apt upgraded, thanks Chris, been wondering where to get better package manager, you are a life saver.
@esra_erimez
@esra_erimez 2 жыл бұрын
This video suits my needs rather well. Thank you for the information regarding this important topic. Your work into these efforts is good.
@LukeArp
@LukeArp 11 ай бұрын
Well, I guess I was under a rock the last year. Just setup Nala on my home server. Updates so much faster now. Thanks
@basharabdelkarim9548
@basharabdelkarim9548 2 жыл бұрын
You may had a bad experience with APT in the past, but it was my first package manager into Linux... and the reason why I've started using Linux by then.. was because of my Slow Computer... I think you're doing APT injustice the same way people did against Windows Vista, not realizing that their PC was actually Slow. Loved your content though, keep up the great work !
@LautaroQ2812
@LautaroQ2812 2 жыл бұрын
Chris has a pretty killer and modern machine. I mean, truly new, with a 5 series Ryzen (not Ryzen 5, but 5000 series). Saying he's doing an "injustice" pointing out the bad things of something that is old because it's what you used first, is silly and totally subjective. For that matter, everyone should say everything else other than Windows 95 is bad. Which would be silly too, wouldn't it.
@basharabdelkarim9548
@basharabdelkarim9548 2 жыл бұрын
@@LautaroQ2812 Wouldn't disagree with you, but for me the average user, APT is enough... I want to use Debian as light as possible, no need for an additional package manager (including Snapd)... and I don't mind waiting the extra (30sec)... At the end of the day, I'm just an average home user... not running a mission critical software center; that needs every possible calculated second, and if I were I wouldn't be running Debian-based systems in the first place!
@SlCKB0Y-sb1kg
@SlCKB0Y-sb1kg 11 ай бұрын
No, no, Vista was a steaming pile of shit. Why do you think 7 came along so quickly?
@gerowen
@gerowen Жыл бұрын
This is actually pretty awesome. I thought I would let you know that I checked and unless there's some feature or bug fix you must have in the latest version, nala is actually in the default repositories for Debian, so you don't have to add a third party repo to get it. 🙂
@roerd
@roerd 11 ай бұрын
Yes, I checked this too. It is in official Debian repos for bookworm (stable) and newer releases, though the 3rd-party-repo might still be useful for older releases like bullseye (oldstable). It is also in the official Ubuntu repos: regularly since lunar (23.04), but also for the current LTS release 22.04 via the jammy-backports repo.
@zinsy23
@zinsy23 2 жыл бұрын
I've never seen anything like this before! Thanks for sharing. I will give this a try on my Debian Titus setup. While you're at it Chris, I think this would be a good time to demonstrate setting up a local mirror for Debian for an upcoming video. I know it was shown on a live-stream, but it would be so cool to see a concise tutorial.
@danr2513
@danr2513 2 жыл бұрын
OMG Chris!!! I’ve been using apt forever and never thought about another package manager. I love this. Thank you for the video!!
@rwoliver2
@rwoliver2 2 жыл бұрын
Nala is a solution to a problem that doesn't exist. Apt has some issues but it's faster than yum/dnf and one more layer of abstraction to worry about. IMO, the time spent developing Nala could have been using to solve a few Apt bugs.
@Whiskey_Wisdom
@Whiskey_Wisdom 11 ай бұрын
1:50 - so lets install an application using apt. OK, that install went perfectly fine, now let's uninstall it. OK, that uninstall went perfectly fine. Now, let me show you how to fix this problem. Ummmm... what?
@theodoros_1234
@theodoros_1234 2 жыл бұрын
Hey Chris, can you do a video on fixing locale problems? I keep messing it up on my system, and it causes some terminal apps (apt mostly) to complain about failing to set the locale.
@wayland7150
@wayland7150 2 жыл бұрын
If you don't get that right when you install it's very difficult to fix it later. I used a ready made VM from Source Forge, bloody thing was set to Germany making it very hard to type. I got it sorted eventually but it was hit and miss and I did so many things I don't know what fixed it.
@theodoros_1234
@theodoros_1234 2 жыл бұрын
@@wayland7150 In my case, it's Kubunttu install. Everything was fine on install, it was when I changed some lauguage and regional settings on Plasma (date/currency display) that things went wrong.
@wayland7150
@wayland7150 2 жыл бұрын
@@theodoros_1234 Yeah, if it goes wrong it's really hard to correct manually. Unfortunately there are a number of things in Linux that work fine out of the box but if you break it or your pet walks over your keyboard can be very hard to fix.
@medeirosdez
@medeirosdez 2 жыл бұрын
You asked us to let you know what our thoughts are after watching the video, so here are mine. When you said you’re considering switching to a Debian based distro just to use the frontend in question, I thought: is constantly updating and installing stuff most of what he does on his system? Because unless that is so, there’s no sense in going through the hassle of switching… You said it yourself that we should stop distro hoping and start thinking of desktop environments, not distros. Now, if you do so, unless it’s just for fun, then I would be concerned over how much trouble you put yourself into instead of just using your system. I used to be of the kind that spends most of their time setting up their system over and over again until I realized I was totally wasting my precious time preparing systems I would never actually use. Less maintenance, more actual, pragmatic, useful, real, productive use of the system. Anyway, you know better how you spend the limited time on Earth you have been given. Best wishes! ☺️
@lastinline1958
@lastinline1958 2 жыл бұрын
I'm sold! This is revolutionary. Thanks for all of your useful info.
@distant6606
@distant6606 2 жыл бұрын
Pacman's the best. Stupidly simple (kiss), blazingly fast(rustacians rewrite it in rust lmao!!!!), and it doesn't get in your way.(I use arch btw :))
@FBHSswimmer2006
@FBHSswimmer2006 2 жыл бұрын
Stupidly simple, except for the fact that the syntax doesn't make sense. Like sudo pacman -s kitty. Why is the syntax a '-s' to install a program?
@MaderHaker
@MaderHaker 2 жыл бұрын
@@FBHSswimmer2006 sync kitty to what is present on the repository
@NorthernChimp
@NorthernChimp 2 жыл бұрын
@@FBHSswimmer2006 Isn't it faster written than sudo apt-get install juvenile hart-melting carnivorous mammal?
@distant6606
@distant6606 2 жыл бұрын
@@FBHSswimmer2006 s stands for sync. instead of typing 10 letters for an action you type `1
@harsanj6281
@harsanj6281 Ай бұрын
wish i had found this channl sooner. wonderful stuff and wonderful personality..... love and respect from Iran.
@googuu99
@googuu99 20 күн бұрын
Rose and Bruno led me hear😂
@zyanchuah
@zyanchuah 8 күн бұрын
sleep tomorrow but tonight go crazy, all you gotta do is just meet me at the
@warthunder1969
@warthunder1969 2 жыл бұрын
Nala is such a great tool, so glad you did a video on this
@strayferal
@strayferal 9 ай бұрын
Thank you for this. I am not into beautification and what apt looks like does not bother me. This nala reminds me a bit of how we used to make our DOS programs look like in the 90s. But the speed and the convenience of undoing a step from history made me install it.
@re.liable
@re.liable 2 жыл бұрын
I'm sold. Thanks for the showcase!
@Pumpkin-Link
@Pumpkin-Link 2 жыл бұрын
The history thing is nice, but zfs automatic snapshots are kinda better if your system is not even booting, just select a snapshot straight from grub. And also I've tried apt-fast previously but it kept having bugs on some specific repos for arbitrary reasons, non-parallel downloads are ok if you have a decent SSD and fiber internet
@hooflung128
@hooflung128 2 жыл бұрын
Between this and using a rolling firmware based Debian you have shown me the light!
@rhalloff
@rhalloff Жыл бұрын
New viewer, newer Linux user. Nicely done. I'm digging Nala. Thanks!!
@GuntarFeldmann
@GuntarFeldmann 2 жыл бұрын
Großartiges Werkzeug. Ich denke, daß ich nala auch bald mal probieren werde! Danke für die Inspiration. Und besten Dank auch für die Textbausteine zur Installation auf der Homepage!
@JW-YT
@JW-YT 2 жыл бұрын
Never even knew there was an apt frontend. I'll give this a try in work tomorrow, cheers.
@tadmikowsky7520
@tadmikowsky7520 2 жыл бұрын
Sweet, thanks for the tip man! Ive mostly used Fedora/centos/redhat, just started dealing with some Debian-based systems recently and mind was boggled that apt has no history command like yum/dnf.
@lua-nya
@lua-nya 2 жыл бұрын
I don't remember within the last 10 years having the problems with APT you mention. Now, before 2010? Did indeed have issues. Will give this nala a try though, looks prettier.
@volitank2156
@volitank2156 2 жыл бұрын
Wow great video, Nala looks useful. The lead developer seems very smart and handsome.
@timfd.w.4163
@timfd.w.4163 2 жыл бұрын
Seems nice indeed. I ll give It a try. But I do not UNDO stuff that way, I use TIMESHIFT and btrfs.
@erayrafet5571
@erayrafet5571 2 жыл бұрын
I've been using Nala on ChromeOS Flex. First with Debian sid, now on Ubuntu 22.04 in Crostini, and I simply love it.
@Matando
@Matando 2 жыл бұрын
Sweet! I still use Xubuntu over Arch because I don't want to constantly be messing with configs in the off chance I break things, I just want everything to work. However apt was always kinda slow clunky and hard to read which nala fixes all of. Is it possible to run a do-release-upgrade through nala? Now I just gotta do something about snap. I'm tired of purging it from my system every time I install ubuntu. I only need one package manager!
@microdocs8989
@microdocs8989 2 жыл бұрын
it was superb info.. i didn't knew that... btw what mic u are using.. your voice is so clear
@andrewyek
@andrewyek 4 ай бұрын
Chris, Pls do a video on HOW to NOT let system upgrade changes my DE UI or system setting on linux. I thought only manjaro KDE changes my UI without approval.. NEVER expect Debian KDE testing ALSO changes my UI without approval after system upgrade!! that piss me off.
@wyleong4326
@wyleong4326 Жыл бұрын
I know Red Hat is kinda in a stewing mess a while ago, but using dnf under Fedora showed me how things can be properly laid out and frankly, just so beautiful. I actually look forward to doing system updates and just really reading though all the line. apt... well, it’s ok - it just does it’s thing. But yea... dnf ❤
@lady_brickskater
@lady_brickskater 2 жыл бұрын
thx for this video. i have been using debian (based) distros for many years and a solution for 'reverting to a previous state' is something i have been missing at several moments. thx for showing the nala frontend :) edit, for debian bullseye, go with the legacy version and add the option "--debian bullseye" for nala fetch
@MyReviews_karkan
@MyReviews_karkan 2 жыл бұрын
Oh man, I was just talking to its developer on reddit. He's an awesome dude and very smart. I'm definitely using this. Thanks for giving it more publicity
@jellifygirl
@jellifygirl 6 ай бұрын
As an XFCE user running Debian through Termux X11, with 6-8GB free at any time (functionally more like 1-4. don't ask how.), doing this would spell disaster. You mean, I have to install all this, so I can install even more things slightly more conveniently?!?!?! No way! (really, no way!) This video is a solemn reminder to me that other linux users really do have PCs with PC-sized storage space, and that some of those people get to have so many big chonky packages installed that update and upgrade take longer than 30 seconds... Like, you guys have access to LAN and it's still an issue... that's crazy... I'm kind of amazed.
@kevinpaulus4483
@kevinpaulus4483 21 күн бұрын
Is this chonky ? It looks like an ncurses front-end offcourse it uses python so you're probably right ? Also the memory issue ... is it related to not knowing or the common misunderstandings of how linux handles memory and swap eg ... the vm.overcommit_memory/vm.swappiness sysctl settings?
@johnjbateman
@johnjbateman 2 жыл бұрын
Dude! I have been away for a while, just watched this. Love your office vibe, and the beardy gray! ThisIs40
@giomjava
@giomjava 2 жыл бұрын
WOW that nala looks actually WAY better and how I'd expect modern console application to look 😯 just great 👌
@peppe540
@peppe540 2 жыл бұрын
Yup, knew this already, but you showed some features I didn't know (as we've come to expect, CTT ;-) Great tool, used it with Sparky and MX. Thanks for the refresh !
@darkwolf41nite53
@darkwolf41nite53 5 ай бұрын
So instead of useing apt install NALA? On our Linux operating systems?
@mwmentor
@mwmentor 2 жыл бұрын
Nala looks like a really cool app… i will install it and play with it today. And yeah, it’s not really not using apt… it’s just using it in a better way… nice! Thanks for sharing…
@Siskiyous6
@Siskiyous6 2 жыл бұрын
I am not a super user by any means, just a person who loves linux power on the desktop. I settled (And it might be settling in the classic sense) on Mint. APT has been a real PITA. Thank you, I think nala will be the right answer.
@Shirocco7
@Shirocco7 Жыл бұрын
Tried it as a result of the video. Yeah, Mala is great! Thanks for sharing.
@brycenagaj6063
@brycenagaj6063 6 ай бұрын
I'm incredibly happy that I found this. Thank you Chris!
@tomstevens2854
@tomstevens2854 7 ай бұрын
I try to avoid adding unofficial repositories to my Linux installation. If this becomes part of a distro's official software I'd definitely check it out.
NixOS is Mindblowing
12:02
Chris Titus Tech
Рет қаралды 722 М.
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 30 МЛН
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 192 МЛН
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 1,9 МЛН
this new Linux feature makes hacking IMPOSSIBLE
11:08
Low Level
Рет қаралды 426 М.
I Used Debian 12 For 5 Months - Long Term Review
46:13
The Linux Cast
Рет қаралды 124 М.
Why Linus Torvalds doesn't use Ubuntu or Debian
2:43
TFiR
Рет қаралды 4,4 МЛН
The Biggest Linux Security Mistakes
9:44
Chris Titus Tech
Рет қаралды 177 М.
APT sucks, use Nala instead!
9:19
TechHut
Рет қаралды 57 М.
Ubuntu's Decline
7:51
Chris Titus Tech
Рет қаралды 306 М.
Nala is a New Package Manager for Debian and Ubuntu
13:42
DistroTube
Рет қаралды 53 М.
Titus Reacts to Linus Tech Tips Linux Daily Drive Challenge
20:21
Chris Titus Tech
Рет қаралды 766 М.
18 Commands That Will Change The Way You Use Linux Forever
29:50
Akamai Developer
Рет қаралды 1,2 МЛН
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 30 МЛН