How to Install and Uninstall gnome-shell-extension-argos.noarch Package on Fedora 34

Last updated: July 01,2024

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

Please follow the guidance below to install gnome-shell-extension-argos.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall gnome-shell-extension-argos.noarch on Fedora 34:

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

3. Information about the gnome-shell-extension-argos.noarch package on Fedora 34

Last metadata expiration check: 1:51:02 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : gnome-shell-extension-argos
Version : 3
Release : 5.20200505git23718a8.fc34
Architecture : noarch
Size : 35 k
Source : gnome-shell-extension-argos-3-5.20200505git23718a8.fc34.src.rpm
Repository : fedora
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.