• 0 Posts
  • 3 Comments
Joined 6 months ago
cake
Cake day: March 23rd, 2025

help-circle

  • ragas@lemmy.mltolinuxmemes@lemmy.worldLOL
    link
    fedilink
    arrow-up
    7
    ·
    17 days ago

    “&&” will only run shutdown if the update runs correctly.

    I do “;” to definitely run the shutdown after the update process exits. (Don’t want to keep the system running if nothing is happening any more.)


  • ragas@lemmy.mltoMemes@lemmy.mlLet's update...
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    19 days ago

    sudo emerge -avuDUg world

    –changed-use, -U:

    • Tells emerge to include installed packages where USE flags have changed since installation. This option also implies the –selective option. Unlike –newuse, the –changed-use option does not trigger reinstallation when flags that the user has not enabled are added or removed.

    –getbinpkg [ y | n ], -g:

    • Using the server and location defined in PORTAGE_BINHOST (see make.conf(5)), portage will download the information from each binary package found and it will use that information to help build the dependency list. This option implies -k. (Use -gK for binary-only merging.)