How to Install and Uninstall gnome-shell-extension-argos.noarch Package on Rocky Linux 8

Last updated: May 20,2024

1. Install "gnome-shell-extension-argos.noarch" package

This tutorial shows how to install gnome-shell-extension-argos.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install gnome-shell-extension-argos.noarch

2. Uninstall "gnome-shell-extension-argos.noarch" package

Learn how to uninstall gnome-shell-extension-argos.noarch on Rocky Linux 8:

$ sudo dnf remove gnome-shell-extension-argos.noarch $ sudo dnf autoremove

3. Information about the gnome-shell-extension-argos.noarch package on Rocky Linux 8

Last metadata expiration check: 2:18:09 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : gnome-shell-extension-argos
Version : 3
Release : 6.20200505git23718a8.el8
Architecture : noarch
Size : 34 k
Source : gnome-shell-extension-argos-3-6.20200505git23718a8.el8.src.rpm
Repository : epel
Summary : Create GNOME Shell extensions in seconds
URL : https://github.com/mwilck/argos
License : GPLv3
Description : Most GNOME Shell extensions do one thing: Add a button with a dropdown menu to
: the panel, displaying information and exposing functionality. Even in its
: simplest form, creating such an extension is a nontrivial task involving a
: poorly documented and ever-changing JavaScript API.
:
: Argos lets you write GNOME Shell extensions in a language that every Linux user
: is already intimately familiar with: Bash scripts.
:
: More precisely, Argos is a GNOME Shell extension that turns executables'
: standard output into panel dropdown menus. It is inspired by, and fully
: compatible with, the BitBar app for macOS. Argos supports many BitBar plugins
: without modifications, giving you access to a large library of well-tested
: scripts in addition to being able to write your own.