SNAP
Building a Linux Habitatwilli glenz @ telegram
Published with SteemPeak
home ~ previous
vim ~/.config/fish/functions/gsnap.fish
function gsnap --description 'snap - package manager'
clear; echo
echo '=========================================================================='
echo ' SNAP '
echo '=========================================================================='
echo ' # apt update '
echo ' $ apt search ^snapd |less '
echo ' # apt install snapd '
echo ' $ snap version '
echo ' $ whereis snapd '
echo ' ------------------------------------------------------------------------ '
echo ' fish $ vim ~/.config/fish/fish.config set /snap/bin/ $PATH '
echo ' bash $ vim ~/.bashrc export PATH=/snap/bin:$PATH '
echo ' ------------------------------------------------------------------------ '
echo ' # snap refresh '
echo ' $ snap changes '
echo ' $ snap list '
echo ' '
echo ' $ snap find firefox $ snap find pycharm '
echo ' $ snap info firefox $ snap info pycharm-community '
echo ' # snap install firefox # snap install pycharm-community --classic '
echo '=========================================================================='
echo
end
SOURCES
homepage ............ snapcraft.io
documentation ....... snapcraft.io/docs
getting started ..... snapcraft.io/docs/getting-started
man-pages ........... $ man snap
fish ................ fishshell.com/docs/current/index.html
picture ............. screenshoot by me ~ my gnome-desktop