Created
July 9, 2025 08:27
-
-
Save djaquels/458cd61d1483840b4ca8e637a45861db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dnf install rpm-build rpmdevtools | |
rpmdev-setuptree | |
tar czvf linuxpathmanager-1.0.tar.gz linuxpathmanager-1.0 | |
mv linuxpathmanager-1.0.tar.gz ~/rpmbuild/SOURCES/ | |
rpmbuild -ba ~/rpmbuild/SPECS/linuxpathmanager.spec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment