Linux Crash Course - Installing Updates

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2024

ความคิดเห็น • 47

  • @Andy.N-_-
    @Andy.N-_- 3 ปีที่แล้ว +25

    Can't emphasise how important these basic tutorials are, to help me understand not just the what but the why ..... great work

    • @oncledan8509
      @oncledan8509 ปีที่แล้ว

      Amen to that !! Keep on the excellent work !

    • @TymexComputing
      @TymexComputing ปีที่แล้ว

      Why are accenting in such a strange way? "it doesnt happen very ofTEN? ???

  • @mikedesmond5281
    @mikedesmond5281 3 ปีที่แล้ว +8

    Great job, Jay! I like this new to-the-point series.

  • @SteveDaley
    @SteveDaley 3 ปีที่แล้ว

    Thank you for briefly describing the difference between "apt dist-upgrade" and "apt upgrade". I was recently encouraged to use "apt dist-upgrade" on a Debian derivative distro as a better practice, but I didn't know why it was a better practice. Jay, love this new series, and the new video intro. You're doing a great job providing content for the Linux community.

  • @garryholmberg6502
    @garryholmberg6502 3 ปีที่แล้ว

    Thanks Jay this is just what I was hoping for. The dist-upgrade is just the info I needed as I had run into issues just using upgrade. Used dist-upgrade and everything proceeded without a hiccup! Also, never knew that the capital letter was the default with the Y/n, y/N prompts. And I pre-ordered your book!

  • @AnzanHoshinRoshi
    @AnzanHoshinRoshi 3 ปีที่แล้ว +2

    Thank you, Jay. This is a great way to demonstrate.

  • @misckicirina
    @misckicirina 3 ปีที่แล้ว +1

    Really high quality videos and tutorials, thanks a lot for your work it´s very much appreciated!

  • @filippomenis4438
    @filippomenis4438 3 ปีที่แล้ว +1

    Maybe I found a mistake.
    In the apt documentation, in the upgrade section I read: "New packages will be installed if required to satisfy dependencies, but existing packages will never be removed."
    Instead in the apt-get documentation, in the upgrade section I read: "under no circumstances are currently installed packages removed, or packages not already installed retrieved and installed."
    So the apt upgrade command can install new packages, while the apt-get upgrade command doesn't.
    It seems to me that you used the "apt upgrade" command referring to the documentation of the "apt-get upgrade" command.

  • @othytout6864
    @othytout6864 ปีที่แล้ว

    Hi! To Update package you must type first of all
    sudo apt-get update
    sudo apt-get upgrade
    2- Admin creation
    "sudo adduser nameOfTheUser” : to add a user
    “sudo usermod -aG sudo nemeOfTheUser” : to set the user as an admin,by adding him in sudoers group
    we use “groups nameOfTheUser” to verify if the user has been added to sudo group
    now we are going to do the same things with the other users.
    "cat etc/passwd" : to list all the users
    “sudo cat /etc/group”: to verify the members of sudo group
    we have to change the admin password, to not let anyone connect to my instance. To do thatwe change the directory and go to the root. that is with the to commande “sudo su -” & “sudo passwd admin”

  • @kommentator1157
    @kommentator1157 3 ปีที่แล้ว +4

    Isn't the `pacman -Syyy` unnecessary when using `pacman -Syu` (or `pacman -Syyu` to force updates for all mirrors)?

    • @aMartianSpy
      @aMartianSpy 3 ปีที่แล้ว

      Yeah yy is sufficient.

  • @michalroesler
    @michalroesler ปีที่แล้ว

    Great video Jay.

  • @DaniedeJager77
    @DaniedeJager77 3 ปีที่แล้ว

    for Centos I like to use
    dnf update --refresh
    Just to make sure I'm currently current :-)

  • @levskilevov4888
    @levskilevov4888 3 ปีที่แล้ว +1

    Very good video! What about SUSE Linux? SUSE Linux Enterprise Server? I think after RHEL/CentOS/OL/Fedora and Debian/Ubuntu/Mint, SUSE is third server and desktop popular distro.

  • @ryann6919
    @ryann6919 3 ปีที่แล้ว

    Great new series. Thank you so much!

  • @thedduck
    @thedduck 3 ปีที่แล้ว +6

    "..CentOS server.." 😂 oh that cracks me up.. 😭

    • @VirendraBG
      @VirendraBG 3 ปีที่แล้ว +2

      Read it as Rocky Linux.

    • @bruhzooka
      @bruhzooka 3 ปีที่แล้ว

      test lab

  • @kastelix02
    @kastelix02 3 ปีที่แล้ว +1

    Great keep the good work nice demonstration

  • @Link0088
    @Link0088 ปีที่แล้ว

    Thanks for your content Bro!

  • @_SkyEye
    @_SkyEye 3 ปีที่แล้ว

    Thank you - simple yet very helpful.

  • @filippomenis4438
    @filippomenis4438 3 ปีที่แล้ว

    Great contents as usual!
    One question (ubuntu): the command apt upgrade don't install all the updates, but only these that don't require another package to be removed or another package to be installed.
    So, can be said that this command is more "reliable" that the dist-upgrade, due to the fact that updates only the already installed packages in the system?
    Why in years I've always seen the "upgrade" command and never the "dist-upgrade?

  • @benardis
    @benardis 3 ปีที่แล้ว

    Great one, Jay! Now I am moving from one PC (desktop- KDE neon 20.04) to another one (laptop- fresh installation, also KDE neon 20.04). What's the best way to backup and restore my installed apps from one PC to the other? Any alternatives (CLI, bash scripts, GUI)? Thanx

  • @WTU208
    @WTU208 2 ปีที่แล้ว

    Learn Linux TV
    Quick question. The last two times I have done an update (Manjaro) the system process has used 99.8% of resources. I switched off after 5 minutes as I do not need overheating. Is there a command line I could use to limit the updates so as to not use all 24 threads / 32 gig ram and rob me of all processing power whilst updating?

  • @АнгелИнокентий
    @АнгелИнокентий ปีที่แล้ว

    Good video, but I have question. Why at my work machine doesn't work any pocket after upgrade. For example: remmina. I found new repository, added to my machine and it worked. Did I understand linux correctly? after configuration, it is better not to update.

  • @NoEgg4u
    @NoEgg4u 3 ปีที่แล้ว

    @2:22
    "So basically you have an index" (pertaining to the Debian part of the video).
    What is the name of the file(s) that contains the index? Where is that index located?
    Thank you for explaining the nuances of the various apt update vs apt dist-upgrade vs apt upgrade.

  • @marcin2x4
    @marcin2x4 2 ปีที่แล้ว

    Regarding `apt dist-upgrade`. Will that override my kernel? I had to re-build kernel earlier to make usb mounting possible in WSL2 and wondering if upgrade will override my config.

  • @ourkid2000
    @ourkid2000 3 ปีที่แล้ว +1

    Wait, what is the difference between doing all this instead of just clicking on the update manager that's always prompting me on the bottom right of the screen in Linux Mint?
    2 clicks, I believe, and all the updates kick in.

    • @ourkid2000
      @ourkid2000 3 ปีที่แล้ว

      @BestDeveloper oh ok, but he does mention that this method is applicable for linux mint, etc.

  • @9learn678
    @9learn678 3 ปีที่แล้ว

    thanks for the tutorial

  • @wisnoskij
    @wisnoskij 3 ปีที่แล้ว

    Is their a reason why you would not write a script to shorten commands like this? So make (for example) '> upgrade' do '> apt update && apt dist-upgrade'. Also, why not just have these commands run at system start?

  • @pritamhalder5962
    @pritamhalder5962 3 ปีที่แล้ว +1

    since arch is a rolling distro upgrading to new version is easy (just by using -Syyu), but how to upgrade ubuntu from previous LTS version to current LTS/latest version ?

    • @georgiosdoumas2446
      @georgiosdoumas2446 3 ปีที่แล้ว

      You need to search for articles that have titles like "Upgrade from Ubuntu 18.04 to Ubuntu 20.04 ". I did that for a few servers in July and August on the company I was working for. I looked at 4 or 5 different articles, and created my own notes in the end (I had to take extra care of some pip installed pyhton packages).

  • @justwanderin847
    @justwanderin847 3 ปีที่แล้ว +2

    Pop!OS = Ubuntu !

  • @SeniorMoe
    @SeniorMoe 3 ปีที่แล้ว

    thanks, you're amazing.

  • @deultima
    @deultima 3 ปีที่แล้ว

    I've been using apt full-upgrade, is there a difference from dist-upgrade?

  • @pucheco69
    @pucheco69 ปีที่แล้ว

    How about Linux puppy?? How to update puppy that you have installed on your desktop???

  • @bavosaVSghiozzo
    @bavosaVSghiozzo 7 หลายเดือนก่อน

    It crashes when I put "sudo apt update" and then enter. I really don't know what to doo pls help me

  • @RockawayCCW
    @RockawayCCW 3 ปีที่แล้ว

    In sports, DNF means Did Not Finish.

  • @blanca536
    @blanca536 3 ปีที่แล้ว

    I have set up a mail server using postfix on RHEL 7.
    I can send emails to users who are on the local host, but unable to send emails to external users who are on the same domain. Can someone help me plz.

    • @georgiosdoumas2446
      @georgiosdoumas2446 3 ปีที่แล้ว +1

      What are the articles about postfix on rhel7/Centos7 that you have already studied?

    • @blanca536
      @blanca536 3 ปีที่แล้ว

      I haven't done any. I just need help about the post fix. Thanks

  • @criticalaccuracy1978
    @criticalaccuracy1978 5 หลายเดือนก่อน

    Hey didnt work got a file error, just gunna buy another laptop

  • @brianlopez3778
    @brianlopez3778 2 ปีที่แล้ว

    Hi, thank you for creating this content. PLEASE HELP(ANYONE)
    1) WHEN OPENING MY TERMINAL, MY HTML looks like this(I just copied that last bit) ........-745-G3:~$
    Why is this different from in the video?

  • @mustafababdullah2485
    @mustafababdullah2485 3 ปีที่แล้ว

    Hahaha if they going to run a server i sure hope they already know day one linux