LINUXOPOLIS # 2019-11-27 ~ FLATPAKsteemCreated with Sketch.

in linux •  5 years ago  (edited)

FLATPAK

Published with SteemPeak
home

screenshot by willi glenz

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

function gflatpak --description "flatpak"
    clear

    echo
    echo 'FLATPAK'
    echo ' homepage ........................................................... flatpak.org'
    echo ' installation ............................................. # apt install flatpak'
    echo ' tutorial ....................... docs.flatpak.org/en/latest/getting-started.html'
    echo ' flathup ............................................................ flathub.org'
    echo
    echo ' $ flatpak run io.brackets.Brackets'
    echo ' $ flatpak update|list|run'
    echo

    snap list
    echo
    flatpak list
    echo
end
SOURCES
    picture ........................................... screenshoot by me ~ my gnome-desktop
    manpages ................................................................. $ man flatpak
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!