Skip to content

Instantly share code, notes, and snippets.

View itnet7's full-sized avatar

Chris Crisafulli itnet7

View GitHub Profile
sudo dnf config-manager — add-repo https://download.opensuse.org/repositories/network:im:signal/Fedora_37/network:im:signal.repo
sudo dnf install signal-desktop
Installing Keeper Commander on RHEL 9.
It's important to note that are some strange things that have festered in RHEL 9.
redhat-lsb package is gone and there are no immediate plans to include it in the future. So the official RPM will not install
as packaged from Keeper Security.
[<random>@<hosntame> ~]$ sudo dnf install python3-pip
Is this ok [y/N]: y
sudo subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms
## remember if you're going to use Epel, ensure you enable the codready-builde
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
sudo dnf install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-9.noarch.rpm
sudo dnf install https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-9.noarch.rpm
sudo dnf upgrade
sudo dnf install ffmpeg
sudo dnf install gstreamer1-libav
@itnet7
itnet7 / gist:ab9b320a7f126a2b484575433a122f90
Created September 30, 2022 23:15
How To: Installing and Running Ansible Navigator on RHEL 9
On RHEL 9 Ensure the following Repo is enabled if you are wanting to install ansible-navigator.
ansible-automation-platform-2.2-for-rhel-9-x86_64-source-rpms
Enable it by running:
[root@<some_random_host> ~]# subscription-manager repos --enable ansible-automation-platform-2.2-for-rhel-9-x86_64-rpms
Then install by doing the following:
dnf install ansible-navigator