Missing packages

Hey guys,

So I am in the process of giving clear a spin and have found a number of packages missing that I use as part of my core workflow. Have gone looking for some doco on what are the remembered processed on getting either rpm/debs/aur installed or how do I build a clear package?

Any tips would be great.
Thanks

Hello,

Here is what I do not sure it is the good way but it works well :

Example :
I wanted to install macchanger and there is no Bundle yet.

Search for Packages
https://pkgs.org/search/?q=macchanger

Download the package
wget https://download-ib01.fedoraproject.org/pub/fedora/linux/releases/34/Everything/x86_64/os/Packages/m/macchanger-1.7.0-18.fc34.x86_64.rpm

Convert
rpm2archive macchanger-1.7.0-18.fc34.x86_64.rpm

Install
sudo tar xvf macchanger-1.7.0-18.fc34.x86_64.rpm.tgz -C /

Test
macchanger -r eno1

Best regards,
ClearLinux.User.809

1 Like