[Help] install .rpm file using pkcon [answered]
Hi dears, i'm new to SFOS, i'm having no sucess to instal the Storeman from openrepos,
I'm a bit confused about how to point the installer to the right folder where the .rpm file is stored. I searched over here but all i could find are people pointing this "pkcon install-local yourpackage.rpm"
Suposing the file i want to install are placed inside the downloads folder (internal storage), how to proceed?
"pkcon install-local yourpackage.rpm" My doubt is how to write the path to downloads folder. Really newbie , sorry about this.
Thanks in advance.
/home/nemo/Downloads/
nightmare ( 2017-08-05 21:53:10 +0200 )editEDIT: I managed to achieve it by using the following commands:
cd /home/nemo/Downloads
and so
pkcon install-local ./filename.rpm But it shows :
Installing files Waiting in queue Starting Fatal error (the whole path) /filename.rpm has wrong architecture: armv7hl.
tamarindojuice ( 2017-08-05 22:39:30 +0200 )editThe error message of pkcon indicates that the package you are trying to install is for another architecture (armv7hl, which is used by the Jolla 1 and Jolla C devices). Which architecture does your device use? Since you are using a custom port, it is possible that your device is running another architecture (e.g. arm64)
ghling ( 2017-08-07 12:28:17 +0200 )edit