Skip to content

Instantly share code, notes, and snippets.

@anwas
Last active January 17, 2021 17:38
Show Gist options
  • Save anwas/9518db33128efbc961c2170888846d09 to your computer and use it in GitHub Desktop.
Save anwas/9518db33128efbc961c2170888846d09 to your computer and use it in GitHub Desktop.
[Ubuntu SNAP commands] #ubuntu #cli #apps #snap
## https://utappia.org/2016/04/22/how-to-search-install-remove-snap-packages-in-ubuntu/
## https://docs.snapcraft.io/core/usage
## https://www.youtube.com/watch?v=5F-1cuBfSm0
sudo snap find : To list the available packages
sudo snap install <package name>: To install a package
sudo snap list: To view all the installed snap packages
sudo snap changes: To view a list of logged actions
sudo snap refresh <package name>: To upgrade a package to its latest available version
sudo snap remove: To uninstall a package
## By default Poedit snap can only open files under your home directory,
## to allow Poedit access files under /media you must connect this snap to the removable-media interface
## by running the following command:
sudo snap connect poedit:removable-media
## For Poedit to save credential data for Crowdin integration
## you must connect this snap to the password-manager-service interface:
snap connect poedit:password-manager-service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment