| Summary: | Muon should have a command line option to select specified packages for installation | ||
|---|---|---|---|
| Product: | [Unmaintained] muon | Reporter: | Thomas Friedrichsmeier <thomas.friedrichsmeier> |
| Component: | muon | Assignee: | Jonathan Thomas <echidnaman> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | wishlist | CC: | silhusk |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thomas Friedrichsmeier
2020-05-31 09:59:13 UTC
Maybe you can use `qapt-batch`, which is intended for your use case and is based on the same library (libqapt3) as Muon. Other examples I can think of are * kubuntu-driver-manager is using libQApt as a c++ library https://cgit.kde.org/scratch/garg/kcm-driver-manager.git/tree/src/DriverManager.cpp#n25 * ubuntu-drivers-common is using python3-apt * Spectacle, this is a more recent and adequate example especially if you want to install other applications like Okular. In the Spectacle window click on Tools > Record screen > Others > Peek > Install (If Peek is not already installed, you can install it from there with Discover) I thank you for your interest in Muon. But, your best bet is probably to look at Spectacle and use Discover as it is more modern, actively maintained and may work with more distributions (not just deb based). You may also have a look at how it is done for localization packages. There is a notification in the system tray when additional packages are available, not sure how that one works. Muon is no longer maintained, please switch no a supported alternative like https://apps.kde.org/discover/ or the package manager native no your system. Sorry for the inconvenience. |