logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Snap Package Manager - Manage Linux Software | Online Free DevTools by Hexmos

Manage Linux software packages with the Snap Package Manager. Easily install, update, and remove applications. Free online tool, no registration required.

snap-pkg

Manage the “snap” self-contained software packages. Similar to what apt is for .deb. More information: https://manned.org/snap.

  • Search for a package:

snap find {{query}}

  • Install a package:

snap install {{package}}

  • Update a package:

snap refresh {{package}}

  • Update a package to another channel (track, risk, or branch):

snap refresh {{package}} --channel={{channel}}

  • Update all packages:

snap refresh

  • Display basic information about installed snap software:

snap list

  • Uninstall a package:

snap remove {{package}}

  • Check for recent snap changes in the system:

snap changes

See Also