command line apt-get vs apt update, upgrade, dist-upgrade, full-upgrade

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 10

  • @devviz
    @devviz 2 года назад +1

    i've been having this apt update and upgrade problems with kali linux 2019.1 running on wsl2 (windows subsystem for linux), this tutorial opened my mind a bit to understand what i was doing with these commands, much thanks bro👍🏻👍🏻👍🏻

  • @ArmanKhan-iq3ji
    @ArmanKhan-iq3ji 3 года назад

    How to Resolve after upgrade Nethunter/Kali Linux, can’t start/connect to VNC

    • @LowTechLinux
      @LowTechLinux  3 года назад

      See if this thread helps.
      forums.kali.org/showthread.php?48327-VNC-not-working

    • @ArmanKhan-iq3ji
      @ArmanKhan-iq3ji 3 года назад

      @@LowTechLinux thnk for reply but it not working can u make a video on it pls.

  • @thinboxdictator6720
    @thinboxdictator6720 4 года назад

    "ubuntu is simple"
    sudo apt-get update && sudo apt-get upgrade && sudo apt-get autoremove
    "arch based"
    sudo pacman -Syu
    ... hmmm

    • @LowTechLinux
      @LowTechLinux  4 года назад +1

      It's my understanding sudo apt update && sudo apt upgrade is the preferred method.
      Also
      sudo pacman -Syyu is also the preferred method is my understanding.

    • @dand337
      @dand337 4 года назад +1

      You can go even simpler. On manjaro you have pamac update.

    • @thinboxdictator6720
      @thinboxdictator6720 4 года назад

      @@dand337 or you can make alias in ~/.bashrc
      alias pac='sudo pacman -Syu'
      and just write pac ..

    • @thinboxdictator6720
      @thinboxdictator6720 4 года назад +1

      @@LowTechLinux double -y is usually unnecessary
      but I get it :)

    • @LowTechLinux
      @LowTechLinux  4 года назад

      @@thinboxdictator6720 true.