Unfortunately, no one can be told what Redcore Linux is. You have to see it for yourself!
You are not logged in.
How to have a list of all possible installable packages ?
Then i can filter with grep on keywords like "redcore" or "theme" ?
To see if i have all the good stuff.
Last edited by devosalain (2024-12-22 21:30:40)
Offline
sisyphus search "" -f all
Will show all available binaries.
sisyphus search "" -f all -q
Will show all available binaries in a compact mode.
Sisyphus graphical interface also has some filters, and realtime search as you type.
Of course, using --ebuild mode you can install pretty much whatever you want from Gentoo's tree.
You can see a list of alien packages, aka packages installed from Gentoo's tree, but not available as binaries using :
sisyphus search "" -f alien
or
sisyphus search "" -f alien -q
For more details, have a look at what sisyphus can do : https://wiki.redcorelinux.org/index.php/Sisyphus
Offline