Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UnitedRPMs/unitedrpms.github.io
website
https://github.com/UnitedRPMs/unitedrpms.github.io
Last synced: 5 days ago
JSON representation
website
- Host: GitHub
- URL: https://github.com/UnitedRPMs/unitedrpms.github.io
- Owner: UnitedRPMs
- License: gpl-3.0
- Created: 2016-04-25T22:16:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-19T01:21:10.000Z (over 2 years ago)
- Last Synced: 2024-08-01T12:18:22.397Z (3 months ago)
- Language: SCSS
- Homepage: https://unitedrpms.github.io/
- Size: 4.3 MB
- Stars: 37
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - UnitedRPMs/unitedrpms.github.io - website (others)
README
# How to enable the UnitedRPMs repository in your system
## Command Line Setup
**For Fedora 34-36:**
```
1) su2) dnf -y install https://github.com/UnitedRPMs/unitedrpms/releases/download/20/unitedrpms-$(rpm -E %fedora)-20.fc$(rpm -E %fedora).noarch.rpm
```## How to import our gpg key
Our GPG key is integrated in every `unitedrpms-*.noarch.rpm` package. You can also import it manually:
```
# rpm --import https://raw.githubusercontent.com/UnitedRPMs/unitedrpms/master/URPMS-GPG-PUBLICKEY-Fedora
```## How to check if your rpm is compromised?
You can (*and must if feel doubts!*) check the GPG signature and hash sums of every package. Examples:
```
# rpm -K https://github.com/UnitedRPMs/unitedrpms/releases/download/20/unitedrpms-$(rpm -E %fedora)-20.fc$(rpm -E %fedora).noarch.rpm
```If all goes well, the following message is displayed: md5 gpg OK. This means that the signature of the package has been verified, and that it is [not corrupt](https://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-check-rpm-sig.html).
## Useful packages
Video playback:
```
# dnf update
# dnf install vlc mpv ffmpeg gnome-mpv
```Complete Gstreamer framework with all codecs:
```
# dnf install gstreamer{1,}-{ffmpeg,libav,plugins-{good,ugly,bad{,-free,-nonfree}}} --setopt=strict=0
```Chromium and Opera with HTML5 Multimedia support:
```
# dnf install chromium-freeworld opera
```Gradio - superb playbox with the radiostations from around the world
```
# dnf install gradio
```Need to work or relax with multimedia? No problemo
```
# dnf install kdenlive openshot kodi obs-studio spotify-client handbrake devede deedbeef
```
-----# [Website](https://unitedrpms.github.io/)