linutil
linutil copied to clipboard
Added DNF configuration and Multimedia Support for fedora and other Redhat Distros
Pull Request
DNF Configuration & Multimedia Codecs
Just some essential DNF changes to at least make it usable and faster by a margin. Also added installation support for multimedia codecs
Type of Change
- New feature
Testing
Checked on my System, it works
Issue related to PR
- Resolves #289
Checklist
- [x] My code adheres to the coding and style guidelines of the project.
- [x] I have performed a self-review of my own code.
- [x] I have commented my code, particularly in hard-to-understand areas.
- [x] I have made corresponding changes to the documentation.
- [x] My changes generate no errors/warnings/merge conflicts.
We could do a
multimedia-codecs.shintabs/system-setuportabs/utilsthat would support other distros aswell.
Most distros enable that on the setup, it's mostly a fedora thing they like to go for FOSS stuff and this is just checking the rpm-fusion nonfree and swapping things like ffmpeg-free with ffmpeg it's not that you can't already do media things its just getting some non-free stuff too
Most distros enable that on the setup
We want this tool to work on any distro, not most.
Arch Linux (a very popular distro), for example, doesn't bundle ffmpeg in base.
Most distros enable that on the setup
We want this tool to work on any distro, not most. Arch Linux (a very popular distro), for example, doesn't bundle ffmpeg in
base.
I agree with Adam.