this post was submitted on 18 Feb 2024
22 points (89.3% liked)

Open Source

31072 readers
736 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I've been using manjaro for a couple of years and I really like it. especially the wide variety of packages available. Recently been using yay to find/install.

I prefer to run FLOSS packages when they are available. But I do not find a convenient way to preferentially seek these out. Even to know what licenses apply without individually researching each specific package.

It does not seem to be possible to search, filter or sort based on license in the web interface for packagegs or AUR. I do not find anything about it in man pacman(8) or man yay(8).

The only way I have found to find license info from the terminal is using expac. You can use %L to display the license. I guess you could combine this in a search to filter, similar to some of the examples listed on pacman/Tips and tricks - ArchWiki. But I haven't quite got it to work.

This seems like something other people would want but I don't find any available solution for it. Am I missing something? Or is it something with the arch-based distros?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 8 months ago* (last edited 8 months ago) (1 children)

I would love for a feature like this to be built into pacman or yay. Like, if it was included in the output of pacman -Ss <package>, you could decide which thing to install based on this info.

[โ€“] [email protected] 1 points 8 months ago

Yes it would be good to filter, or sort. Have a little icon or color code licenses according to configuration. I'm always annoyed when I discover I accidentally installed some proprietary application. I would always select FLOSS if something is available. And it usually is.

From what I've found, expac would probably be involved in in displaying this information; I couldn't find any more direct way.

I did actually try to write this but I got stuck with my rudimentary skills. (user name is aspirational lol)