Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

Additional packages for Fedora, missing in the offical repositories and RPMFusion.

License

Notifications You must be signed in to change notification settings

secureblue/fedora-extras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fedora-extras

Additional packages for Fedora, missing in the offical repositories and RPMFusion:

  • bubblejail
  • hardened_malloc

Getting started

  1. Install the necessary programs to build rpms on your system.
dnf install rpm-build rpmdevtools rpmlint
  1. Build the package
./rpmbuild.sh [OPTIONS] <PACKAGE>

Where <PACKAGE> is the name of a directory containing a specfile named $PACKAGE.spec and setup_source.sh (optional).

[OPTIONS] can be -l (run rpmlint), -n (add --nodeps to rpmbuild) and -s (run unsandboxed).

  1. Install the package
dnf install ./<PACKAGE>.rpm

Documentation

About

Additional packages for Fedora, missing in the offical repositories and RPMFusion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Shell 100.0%