W. Glenz avatar

LINUXOPOLIS # 1,077 ~ SYSTEM-UPDATE

wglenz

Published: 15 Mar 2020 › Updated: 15 Mar 2020LINUXOPOLIS # 1,077 ~ SYSTEM-UPDATE

LINUXOPOLIS # 1,077 ~ SYSTEM-UPDATE

SYSTEM-UPDATE

Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
home ~ previous

screenshot by willi glenz

$ vim ~/.config/fish/functions/gupdate.fish

function gupdate --description "system-update"
    cd ~  
    clear; echo
    echo '===================================================================================='
    echo '                                   SYSTEM-UPDATE                                    '
    echo '===================================================================================='
    cat /etc/apt/sources.list
    echo; snap list
    echo; snap changes
    echo '===================================================================================='
    echo; read
    echo 'SYSTEM-UPDATE                                                                       '
    echo; sudo apt update
    echo '                                                                                    '
    echo 'SYSTEM-UPGRADE                                                                      '
    echo; sudo apt upgrade
    echo '                                                                                    '
    echo 'FULL-UPGRADE                                                                        '
    echo; sudo apt full-upgrade
    echo '                                                                                    '
    echo '===================================================================================='
end
SOURCES
 man-pages ......................................................... man sources.list
 debian_sources_list_generator ............................... debgen.simplylinux.ch/
 debian.org ............................................. wiki.debian.org/SourcesList
 picture ........................................ screenshot by me ~ my gnome-desktop

Leave LINUXOPOLIS # 1,077 ~ SYSTEM-UPDATE to:

Written by

Linux • Debian • Bash • Java

Read more #linux posts


Best Posts From W. Glenz

We have not curated any of wglenz's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From W. Glenz