... | ... | @@ -34,7 +34,7 @@ Alternatively, use [gsettings](http://manpages.ubuntu.com/manpages/trusty/man1/g |
|
|
## Software installations and updates (apps and OS)
|
|
|
|
|
|
* **Install Software:** In case installing software from PureOS store does not work --> Do it from terminal e.g. `sudo apt install firefox-esr`. Note that PureOS store, by default, lists software that has been adapted to the Librem 5's screen. Other packages can be found and installed using the search tool within the store, but may not scale well to the screen without further modification. Using `Scale Screen` app, a part of `librem5-goodies`, to temporarily reduce scale, may help with such non-adaptive apps.
|
|
|
* **System/Software Updates:** Click Updates tab within PureOS Store, or install from Terminal. Tip for those new to Linux: Within Terminal, enter: `sudo apt update` followed by `sudo apt upgrade` (if any updates available). (sudo = superuser do / i.e. admin level action)
|
|
|
* **System/Software Updates:** Click Updates tab within PureOS Store (and per [this issue](https://source.puri.sm/Librem5/pureos-store/-/issues/20) , hit the `Restart & Update` button *twice*); or, install from Terminal by entering `sudo apt update && sudo apt upgrade`. (sudo = superuser do / i.e. admin level action)
|
|
|
* **Enable Flatpak with Flathub repository**: Flatpak support and PureOS store integration are installed by default. Only need to add the Flathub repository via the terminal as described in their setup description [step 3](https://flatpak.org/setup/Debian/)
|
|
|
(`flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo`)
|
|
|
* **Add App to favorites:** To add an app from your app list to the Favorites section (i.e. pin to the top of the list), long-press on the app, then select `Add to Favorites`. The Favorites section expands to accommodate the new favorite app. To remove an app from Favorites, long-press the app, then select `Remove from Favorites`.
|
... | ... | |