harbour-storeman icon indicating copy to clipboard operation
harbour-storeman copied to clipboard

How to preinstall to Sailfish image?

Open AntonIXO opened this issue 7 months ago • 1 comments
trafficstars

I am working on sailfish port and would like to preinstall harbour store app. If I am simply installing an app, I could not install any package, just browse the store. What did I have to change to be able to install apps? Thanks!

AntonIXO avatar Apr 01 '25 12:04 AntonIXO

I am working on sailfish port and would like to preinstall harbour store app.

Nice to hear that!

If I am simply installing an app, I could not install any package, just browse the store. What did I have to change to be able to install apps?

You do not need Storeman to install apps. Storeman does nothing else than providing an GUI-Frontend for managing RPM repositories and RPM packages.

You can directly manage RPM repositories with the ssu command, see its help page by ssu help.

Before installing an app one has to subscribe to the RPM repository the app is hosted in (by ssu ar).

Managing apps is done by the pkcon command: Use pkcon install <package-name>

Please mind to also add Storeman's own update repository, see harbour-storeman-installer.spec, line 187.

Olf0 avatar Apr 01 '25 18:04 Olf0