Difference between revisions of "PinePhone Updating Instructions"
Jump to navigation
Jump to search
ElusivePine (talk | contribs) (Created the page and added information on how to keep Mobian updated) |
ElusivePine (talk | contribs) m (Added info about updating Mobian with a GUI) |
||
Line 1: | Line 1: | ||
== Mobian == | == Mobian == | ||
There is no need to flash the newest images to your phone. Mobian is based on Debian | There is no need to regularly flash the newest images to your phone. You can use the pre-installed program "Software" or because Mobian is based on Debian you can open a terminal and use apt to keep the system updated. The following command will check for updates and install them: | ||
$ sudo apt-get update && sudo apt-get upgrade | $ sudo apt-get update && sudo apt-get upgrade | ||
If some packages were held back, you can update them with: | If some packages were held back, you can update them with: |
Revision as of 20:31, 14 July 2020
Mobian
There is no need to regularly flash the newest images to your phone. You can use the pre-installed program "Software" or because Mobian is based on Debian you can open a terminal and use apt to keep the system updated. The following command will check for updates and install them:
$ sudo apt-get update && sudo apt-get upgrade
If some packages were held back, you can update them with:
$ sudo apt-get dist-upgrade
If the update included changes related to the bootloader (e.g. a new kernel) run the following command:
$ sudo u-boot-install-pinephone
Other OSs
Please add the information