Software Repos
#2
(09-27-2020, 03:53 AM)biketool Wrote: I am a Linux user with my new Pinephone, want to finally move from a N900 to the Pine for everyday.
I have not had time in the weeks since my pine arrived to do much of anything.
I am assuming that postmarket will have the most developed and filled repos.
Is this like Maemo where we have testing unstable etc repos?
My meager searching has not turned up the deb lines for the /etc/apt/sources or whatever we will be using.
Sorry for noobing but have not had time to investigate and the wiki is sparse on this topic.

Hi,

I have received my pinephone pmos edition last week. Here is what I have been able to figure out:

pmos is based on alpine linux. The GUI package/update manager currently only handles updates (and it does it quite nicely). However there are no other apps available for install currently from the GUI.

It is possible to install apps through ssh + the cli alpine manager, though:

# To find out exactly what is installed on the phone:
apk info -v | sort

# To find out the software repos configured on the phone:
# NB: if you go the URLs in the repo with a navigator to find out what
# is availabe there, look into the aarch64 directories
cat  /etc/apk/repositories

# Search for packages from a naming pattern
apk search <pattern>

# Install a package
apk add <pkg>

# Remove a package
apk del <pkg>

Most of the apps which you can install were not designed for mobile phone, so they tend to not work perfectly or have ergonomy issues. Here are some of the apps I have found most useful / usable:

# camera app
megapixels
# file browser, display options not well tuned for large file lists on mobile tough
nautilus
# video / music player. Engine works great, but UI not adapted for phone
# use natilus to open the files, and use keyboard shortcuts to manage stuff
# like pause/play/volume, see https://mpv.io/manual/master/
mpv

Regards

Lukas


Messages In This Thread
Software Repos - by biketool - 09-27-2020, 03:53 AM
RE: Software Repos - by laaglu - 09-27-2020, 09:01 AM
RE: Software Repos - by biketool - 10-23-2020, 03:53 AM
RE: Software Repos - by IVp - 10-26-2020, 02:31 PM
RE: Software Repos - by biketool - 10-21-2020, 01:34 PM
RE: Software Repos - by kuleszdl - 10-31-2020, 04:20 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Software app in postmarket gnome shell Uturn 1 622 09-06-2023, 05:27 AM
Last Post: alaraajavamma
  How to install software AndyM 8 7,554 11-14-2021, 01:08 AM
Last Post: AndyM
  Is a Software update the same as instaling an updated image Word5 1 2,940 09-19-2020, 10:23 PM
Last Post: jmorris
  PMOS Software : Comments bcnaz 3 4,318 09-15-2020, 07:31 AM
Last Post: Hobbes42

Forum Jump:


Users browsing this thread: 1 Guest(s)