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

Pkcon Package Manager - Manage Linux Packages | Online Free DevTools by Hexmos

Manage Linux packages efficiently with Pkcon Package Manager. Install, remove, update, and search for packages easily via command line. Free online tool, no registration required.

pkcon

PackageKit client used by Discover and Gnome software and alternative to apt. More information: https://manned.org/pkcon.

  • Install a package:

pkcon install {{package}}

  • Remove a package:

pkcon remove {{package}}

  • Refresh the package cache:

pkcon refresh

  • Update packages:

pkcon update

  • Search for a specific package:

pkcon search {{package}}

  • List all available packages:

pkcon get-packages

See Also