Installing pure-maps from repository - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: PostmarketOS on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=124) +---- Thread: Installing pure-maps from repository (/showthread.php?tid=12128) |
Installing pure-maps from repository - sokolgeo - 11-12-2020 Hi! I want to install package pure-maps, which some sources say should be updated in alpine repository. Still "sudo apk add pure-maps" gives "not found" error. Should I add some additional repository on PostmarketOS? I would rather avoid installing pure-maps via flatpak. "flatpak install flathub io.github.rinigus.PureMaps" gives "flathub not found" error. Please, how could one install pure-maps on PostmarketOS? Preferrably in "apk add" way, or at least via flatpak? RE: Installing pure-maps from repository - TimotheeLF - 11-13-2020 Currently pure-maps is only packaged on the edge channel. If you want to switch to edge, change 20.05 to edge in /etc/apk/repositories If you don't want to switch to edge: flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak install flathub io.github.rinigus.PureMaps RE: Installing pure-maps from repository - biketool - 11-15-2020 I found this, it is somewhat documented in the wiki though it is helpful to know that the command after running sudo setup-apkrepos then hititng e (edit) uses VI commands to remove the comment-out ###s leave edit and save. https://wiki.alpinelinux.org/wiki/Edge it would be great to have a full how-to for APK and the package manager. It would also be nice way to toggle to GUI-browse the alpine packages even those not pinephone specific. (edit) and for what it is worth now the package manager is hosed, still cant install Pure-maps or do upgrades with all repos uncommented RE: Installing pure-maps from repository - sokolgeo - 12-23-2020 Thank you very much for your help @TimotheeLF, @biketool ! Your instructions are very helpful, followed them successfully and got PureMaps installed OK. |