Good lesson.don’t underestimate how less people know. Please keep on over explaining. I did not knowcapital is default. It takes 5 secs to explain. Tmux enables to run multiple terminal command windows. Thank you.
@buildfrom4 жыл бұрын
Excellent content. The t-shirt is brilliant.
@AnzanHoshinRoshi4 жыл бұрын
Thank you, Jay. I love APT. As soon as I started to use APT it had me learning the terminal, bash, reading man pages etc etc. And I spent quite a while on Debian itself simply out of love for APT.
@NapanTR4 жыл бұрын
Add "apt show " to show more info about a package and that would cover all apt commands that I normally use.
@bassmusic5392 ай бұрын
All you gotta do is just meet me at the APT APT APT APT APT APT
@urjasvi4 жыл бұрын
this is going to be my apt manual thank you 🙏
@willieerik38453 жыл бұрын
I dont mean to be offtopic but does any of you know of a way to log back into an Instagram account?? I stupidly forgot my password. I would love any tips you can offer me
@AZIANNINJA244 жыл бұрын
Already gave the video a like before I even finish watching because I know it’ll be great! Was looking to learn more about this. I’ve been using Centos for school and my love for Linux is ever growing
@russellbrooks36223 жыл бұрын
Great instructional video. I generally use package managers, such as Synaptic or distro-specific PMs, but it's cool to know what is actually going on behind the GUI. I sometimes use the terminal as well. I didn't know about using search in the terminal. Excellent tutorial.
@jessegodsey4 жыл бұрын
As always, very nice. Might want to next time also mention, sudo apt autoremove AND sudo apt autoclean. I use those pretty regularly as well.
@charlescadogan85042 жыл бұрын
What does each do?
@kevinxxx13873 жыл бұрын
What a coincidence! I started using Linode due to one of your earlier videos (and I'm glad I did.
@ShawnLivesInItaly4 жыл бұрын
Jay's new book on Ubuntu Server is really good and helps me understand much more about this system
@waynelp3851 Жыл бұрын
Thank you man i pretty much knew the most of that but some stuff was rly usefull for example i didnt know it was possible to install multiple packages at once or that package name search where you just tipe a keyword in that was veeeeeeeery usefull thanks alot man
@katlegobopape97604 жыл бұрын
Thanks Jay :-D it's nice to follow along as you teach :-D you make learning Linux fun. Thanks for catering for beginners.
@alexlandherr2 жыл бұрын
I use tmux on a Debian machine at home, really useful for running user-initiated background programs while not logged in.
@patrickjones28434 ай бұрын
Excellent info for me. Thanks!
@abhimudaliar10644 жыл бұрын
Spot on explanations.
@BloodAsp4 жыл бұрын
Have a comment to feed the algorithm. Ty for this series.
@fbritorufino11 ай бұрын
This might be a recent thing, but according to the manual `apt upgrade` now actually does the upgrades that require new packages, so the difference from `full-upgrade` would be that it doesn't do upgrades requiring the _removal_ of currently installed packages. Meanwhile, `apt-get` maintains the behavior described in the video.
@gartennelke4 жыл бұрын
Well explained, I thought I knew all I needed to know about apt, but I didn't!
@JacobCDando Жыл бұрын
I laughed soooo hard at your t-shirt!
@LMGunslinger11 ай бұрын
the entire concept of apt commands blow my mind. Like it seem so easy and yet so easy to mess up and install the wrong thing. it seem ssuper wierd.
@JamesBrodski3 ай бұрын
Great video sir! God bless you :)
@kuropixeljp4 жыл бұрын
Appreciate these essential videos!
@deputy8993 жыл бұрын
Really enlightening. Many thanks.
@phrtao4 жыл бұрын
I clicked for the tutorial but the thumbs-up comes for that T-Shirt
@jgodinez11143 жыл бұрын
Great explanations! Many thanks
@victorpinasarnault91358 ай бұрын
I love it!
@ObsidianMercian4 жыл бұрын
This is fantastic! Thank you very much.
@guilherme50944 жыл бұрын
Great video!
@sulaiman-nz6jv4 жыл бұрын
We need advance tutorial for apt
@Nico-rl4bo3 жыл бұрын
Nice tutorial
@wildmanjeff424 жыл бұрын
Thanks for the video
@ankokunokayoubi3 ай бұрын
APT APT APT APT APT APT
@bipanshu219 күн бұрын
Humour
@fuseteam4 жыл бұрын
i'm curious how deb packages work as in what is actually happening when it is "installing"
@catayloprince47724 жыл бұрын
I think deb packages are compressed binaries of files. A script program decompresses hese binaries and copies them into the right directories or folders. Not just binaries. Including config files.
@fuseteam4 жыл бұрын
@@catayloprince4772 hmmm make me wonder how can inspect which right directories a particular deb package will extract to
@noferblatz4 жыл бұрын
"Non-free" doesn't mean the source isn't available. Debian is quite persnickety about licenses. Anything which does not meet their narrow "open source/free software" criteria gets dumped into the "non-free" repo. Source may well be available for the package, but it's not licensed in a GPL2 type way. Matter of fact, years ago Debian dumped the RFCs because you couldn't modify RFCs and pass them on. This violated their GPLish licensing criteria (user must be able to modify the source). I've used Debian solely fo decades, but they're a little nutty sometimes.
@jellyfish17722 жыл бұрын
Thank you Sir
@krzysztofnowacki76414 жыл бұрын
Excellent tutorial. Can you also explain the difference between apt and aptitude command? I've seen a lot (really a lot) of discussion in the internet between users using one of the other command. Can you explain which one do you think is better and why?
@SkyFly198534 жыл бұрын
Very nice. Very informative. ✅✅✅✅✅
@evodefense Жыл бұрын
Thanks!
@kojack574 жыл бұрын
Is ZFS a better idea or option over LVM.
@ManOnTheMoon21314 жыл бұрын
Love the shirt! Lol
@CrustyAbsconder4 жыл бұрын
I would be interested in seeing the differences between apt 1.9 and 2.0 and 2.1 and 2.2 along with a brief comparison of dnf 3.0
@M4XD4B0ZZ Жыл бұрын
So would $ sudo apt-get update && apt-get upgrade -y && apt dist-upgrade -y be a sufficient command?
@fbritorufino11 ай бұрын
I don't think so. If you are going to run that you might as well just do `apt dist-upgrade` rightaway, because the point would be to more easily evaluate the cases where new packages and, crucially, the removal of packages would be required, so you can decide whether they're worth it. It's how you avoid removing packages you need or use. Running the `-y` option would also be unsafe for that reason.
@M4XD4B0ZZ11 ай бұрын
@@fbritorufino thank you for that explanation
@SanjiEdits5 ай бұрын
When I saw his shirt, I knew I was on the right video
@fuseteam4 жыл бұрын
8:00 would alt+f10 work?
@Siskiyous64 жыл бұрын
Thank you
@JosePerez-qt8cf4 жыл бұрын
What's the difference between 'apt' and 'apt-get' ? BTW thanks for the video
@dktol564 жыл бұрын
Apt combines the functionality of the apt-get and apt-cache commands and has a cleaner output. Apt-get primarily installs, removes, and upgrades packages, while apt-cache searches for and queries package information. All of these are layered over a more basic tool called dpkg that installs/removes deb package files - it doesn't know how to resolve package dependencies, nor how to pull packages from a remote repositories. The apt commands fix these limitations.
@Lunolux3 жыл бұрын
nice video
@juliannotbreezy5321 Жыл бұрын
how to install blender 4.02 with this method?
@carlosandi46082 жыл бұрын
What is your view about Kali-Linux
@LearnLinuxTV2 жыл бұрын
I haven’t had a use-case yet so I don’t have much of an opinion (yet).
@carlosandi46082 жыл бұрын
@@LearnLinuxTV Would be great to follow you in a complete linux course. I follow you a little there a little here but would be great if you create for us a complete linux course.
@AbuFaizal4 жыл бұрын
why and what is the purpose of apt-get?
@dclay19833 жыл бұрын
The 'q' key will quit from htop as well.
@ab-re7uo3 жыл бұрын
minute 2.20 is where it actually starts.
@janlochman1985 Жыл бұрын
But why do I need to download packages all the time. Isn't that a wast of free space?
@emerynoel5678 ай бұрын
This was great but my sources.list file does not look like yours. #deb cdrom:[Linux Mint 21.3 _Virginia_ - Release amd64 20240109]/ jammy contrib main # This system was installed using small removable media # (e.g. netinst, live or single CD). The matching "deb cdrom" # entries were disabled at the end of the installation process. # For information about how to configure apt package sources, # see the sources.list(5) manual. Also, when running the dist-upgrade command, I got about 50 errors `error: invalid volume.` interspersed throughout. (When i installed mint, I asked it to set up dual boot and shrink my windows partition. Seemed to go well but I can no longer boot to windows, windows install media can't even see the drive (but mint can browse it just fine).)
@WebbTed4 ай бұрын
41245 Strosin Spring
@ShawnLivesInItaly4 жыл бұрын
Cool
@NancyLewis-f2x4 ай бұрын
Greenfelder Plains
@bradolson82424 жыл бұрын
Hilarious Shirt.
@Charlie89134 жыл бұрын
Nice basic overview of apt. You could make a follow up video about PPA, apt pinning and pre/post installation hooks. Just for comparison i find apt rather slow and often need to add a PPA for additional software. Therefore i prefer Arch Linux with pacman, which is much faster. The AUR helper yay gives me access to pacman and nearly all software i ever wanted from the AUR. Also pacman has much better handling of pre/post installation hooks which is really handy to i.e. patch evdev after an upgrade with my custom keyboard configuration. And even the fast pacman is really slow when compared to apk from Alpine Linux, but don't mix it up with the .apk files from android, that's something completely different. If there only were a package manager with the speed of apk and huge package diversity of pacman+AUR... dreaming of it while setting up a ubuntu vm...
@A12ServerАй бұрын
I didn't see ANYTHING about "apt full-upgrade or ANYTHING about the "-y" flag.....
@BennyRobinson-u9k4 ай бұрын
Florencio Lane
@martinruegg36113 жыл бұрын
nice shirt! I like it! do you consider yourself beeing one of them?
@Kedvespatikus3 жыл бұрын
apt is absolutely not essential. Greetings from my Manjaro system. :)
@BoothVito-z3y4 ай бұрын
Kristin Groves
@TMinusRecords Жыл бұрын
Great. He clears the screen instead of explaining what any of the lines of the output mean. What a waste of time
@praneethreddy904 Жыл бұрын
Way of explaining is too poor first explain and show practical, I watched this video on 2x eventho it's too slow 😕