Updated
over 4 years
ago.
1 hackers ♥️.
1 follower.
In order to inspect rpm dependencies inside the distro I wrote some python command line tools that leverage libsolv. Since navigating the ball of wool that is the result of solving a package is on the command line, I'd like to create a web app. Implementation by means of Flask, bootstrap and jquery to keep it simple. UI should be entirely created on client side with Flask only server json endpoints.
This project is part of:
Hack Week 19
Activity
Comments
-
over 4 years ago by Pharaoh_Atem | Reply
@lnussel You may find the following things useful:
- rpm-showme - An dependency visualizer powered by DNF
- QueryKit - A daemon for querying RPM repositories powered by DNF
dnf repoquery
/dnf repograph
/dnf repoclosure
- DNF subcommands for doing these tasksrepoquery
is part of DNF itself, you can install the other two with(dnf|zypper) in 'dnf-command(repograph)' 'dnf-command(repoclosure)'
Similar Projects
Switch software-o-o to parse repomd data by hennevogel
Currently software.opensuse.org search is using...