syspkg
SysPkg: a unified Go library and CLI tool for managing system packages across different package managers (apt, snap, flatpak, yum, dnf, and more). Also useful for generating OS SBOM.
How to download and setup syspkg
Open terminal and run command
git clone https://github.com/bluet/syspkg.git
git clone is used to create a copy or clone of syspkg repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with syspkg https://github.com/bluet/syspkg/archive/master.zip
Or simply clone syspkg with SSH
[email protected]:bluet/syspkg.git