"Unable to download updates: The following packages have unmet dependencies:"
#11
Happy :-) Flashed a new image to the eMMC and all is very well again. :-)
Used the instructions I found here https://forum.pine64.org/showthread.php?...ight=flash
And a flashing prog. called Etcher from Sourceforge.
The latest nightly seems pretty snappy compared to the version the phone shipped with and has quite a few other nice refinements - like network settings up where you can easily find it. Default encryption is gone, but that makes for a better first user set-up experience and can always be added later, I guess.

Note to anyone wanting to flash eMMC; 'jumpdrive' as referred to on the forum is a piece of software NOT a type of memory card from Lexar.
  Reply
#12
Just for clearance sake: apt-get or just apt if you prefer the apt, can handle such situations.
If you do just
Code:
[sudo] apt upgrade
it is only upgrading already installed packages. if some have new dependencies you can install them using
Code:
[sudo] apt-get upgrade --with-new-pkgs
or with
Code:
[sudo] apt-get dist-upgrade
. the exclamation around "sudo" means that this is only needed if you aren't root.
  Reply
#13
Thanks Cybercow.
Been using Linux for a couple of decades and have
managef to get by with very little terminal knowledge.
(no, "terminal knowledge" is not a medical condition)
No excuse now that my Pinephone will be on
the road with me.
Cheers
  Reply
#14
(02-12-2021, 03:34 PM)Pines Wrote:
(12-28-2020, 03:27 AM)ryo Wrote:
Code:
alias appupdate = "sudo apt update && sudo apt upgrade && sudo apt autoremove"

As per this blog post it should be:
Code:
sudo apt update
sudo apt dist-upgrade
sudo apt autoremove

But I also saw and performed these ones, from their Troubleshooting page:
Code:
sudo apt-get install packagekit-tools
sudo pkcon repair
sudo pkcon get-updates
sudo pkcon update

My experience with Debian for more than 2 decades has proven me that you should be careful with "dist-upgrade", it can potentially break the OS since it installs literally every single update (even if it's conflicting for example), which is why I prefer to recommend "upgrade" instead.
I generally only use "dist-upgrade" when upgrading to the latest or next Debian release.

Blog post Wrote:For this drop into the terminal King’s Cross (also called kgx, it has a subway logo).

Good to know it represents a metro, didn't even know that.
母語は日本語ですが、英語も喋れます(ry
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  PureMaps and OSM Scout Server maps download biketool 6 2,409 01-08-2024, 04:11 AM
Last Post: vusra
  Unable to wake up from suspend xavi92 5 970 10-26-2023, 03:02 PM
Last Post: xavi92
  packages held back user641 7 1,152 09-18-2023, 03:05 PM
Last Post: diederik
  No volume control after latest updates Zebulon Walton 19 6,672 09-08-2023, 08:28 AM
Last Post: jessencan
  Problem with updates: Repository 'Debian bookworm' changed its 'non-free component' Anna 7 1,918 08-31-2023, 12:38 PM
Last Post: vusra
  Unable to do initial setup of Weather due to keyboard LibrePhoneUser 2 1,022 07-07-2023, 03:29 AM
Last Post: jojuma
  Haven't seen updates in a while Zebulon Walton 3 1,134 06-24-2023, 04:29 PM
Last Post: Zebulon Walton
  [Fixed] Phosh crashes frequently after latest updates arno_nuehm 20 8,366 10-14-2022, 05:38 PM
Last Post: Krafter
  Wifi issue since last update and held back updates goku499 11 5,005 09-21-2022, 02:39 PM
Last Post: Katsujinken
  Unable to send messages with chatty user641 0 724 09-07-2022, 04:35 AM
Last Post: user641

Forum Jump:


Users browsing this thread: 1 Guest(s)