Updating / Upgrading Wyse ThinLinux via Command Prompt

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #106176
    Diginerd
    Keymaster
    • Total Post: 53
    • Back Stage Pass
    • ★★★★

    I worked through steps to apply Linux updates and upgrades to address any security issues. My best practice is to perform the steps on one device, then capture the image and redistribute it via imaging job.

    • Login as root
    • sudo apt-get update
    • sudo apt-get upgrade -y – This will take several minutes to complete with the following prompts during the process
    • You will be prompted an option to override the local PAM settings, Select NO
    • *** blacklist.conf (Y/I/N/O/D/Z) [default=N] ? NO
    • Configuring grub-efi-amd64 – Keep the local version currently installed
    • Recommend a reboot at this time: reboot

    The upgrade process will add new programs to the Desktop:

    • Additional Drivers
    • Install Readme
    • Software & Updates
    • Startup Disk Creator

    Now let’s remove these icons

    • sudo apt list –installed
    • Sudo apt remove usb-creat*
    • Sudo apt remove software-properties-gtk
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.