keygenqt / aurora-cli

Aurora CLI - makes life easier for developers on Aurora OS.
https://keygenqt.github.io/aurora-cli
Apache License 2.0
56 stars 4 forks source link

Refusing to use pkcon #13

Closed 2eg01nd closed 4 months ago

2eg01nd commented 5 months ago

In newer versions of aurora, you won't be able to use pkcon to install regular applications.

keygenqt commented 4 months ago

Why? It works now. What new versions?

DeSharky commented 4 months ago

You need to install rpm's using APM

2eg01nd commented 4 months ago

Yes, apm. Install: gdbus call --system --dest ru.omp.APM --object-path /ru/omp/APM --method ru.omp.APM.Install \"/home/defaultuser/$rpm_package\" \"{'ShowPrompt':}\" Remove: gdbus call --system --dest ru.omp.APM --object-path /ru/omp/APM --method ru.omp.APM.Remove \"$rpm_package\" GetPackage: gdbus call --system --dest ru.omp.APM --object-path /ru/omp/APM --method ru.omp.APM.GetPackage \"$rpm_package\" Maybe there are easier ways?

keygenqt commented 4 months ago

Add flag --apm for devices with APM https://github.com/keygenqt/aurora-cli/blob/main/CHANGELOG.md#version-270-17052024