System Grab Bag

View all TLDR pages from Linux (or from all pages)

gnome-extensions

Manage gnome extensions from the terminal. More information: https://wiki.gnome.org/Projects/GnomeShell/Extensions.
  • Display the version:
    gnome-extensions version
  • List all the installed extensions:
    gnome-extensions list
  • Display information about a specific extension:
    gnome-extensions info "{{extension_id}}"
  • Display help for a subcommand (like list):
    gnome-extensions help {{subcommand}}
  • Enable a specific extension:
    gnome-extensions enable "{{extension_id}}"
  • Disable a specific extension:
    gnome-extension disable "{{extension_id}}"
  • Uninstall a specific extension:
    gnome-extension uninstall "{{extension_id}}"

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.