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

Last updated: September 20,2024

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

This tutorial shows how to install gnome-shell-extension-argos.noarch on Fedora 35

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

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

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

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

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

Last metadata expiration check: 0:25:24 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : gnome-shell-extension-argos
Version : 3
Release : 7.20211027git2eb03a7.fc35
Architecture : noarch
Size : 35 k
Source : gnome-shell-extension-argos-3-7.20211027git2eb03a7.fc35.src.rpm
Repository : updates
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.