Not sure if this is the right way to raise this issue, but I now get an error when trying to run apt update:
E: Release file for https://repo.puri.sm/pureos/dists/green/InRelease is expired (invalid since 1h 24min 3s). Updates for this repository will not be applied.
user@user:~$ sudo apt-get update && sudo apt-get upgrade
[sudo] password for user:
Get:1 http://repo.puri.sm/pureos green InRelease [11.3 kB]
Reading package lists… Done
E: Release file for http://repo.puri.sm/pureos/dists/green/InRelease is expired (invalid since 5h 27min 57s). Updates for this repository will not be applied.
I just did an apt upgrade && update, and now it finally processes. So it seems to have worked. However, after downloading and unpacking the new & large updated files, I am left with the following in terminal:
Errors were encountered while processing:
initramfs-tools
plymouth
plymouth-themes
plymouth-label
pureos-minimal
E: Sub-process /usr/bin/dpkg returned an error code (1)
Then I try:
sudo dpkg --configure -a
[sudo] password for user:
Setting up initramfs-tools (0.130) …
update-initramfs: deferring update (trigger activated)
Setting up plymouth (0.9.3-3pureos1) …
update-initramfs: deferring update (trigger activated)
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up plymouth-label (0.9.3-3pureos1) …
Setting up pureos-minimal (0.8.15) …
Setting up plymouth-themes (0.9.3-3pureos1) …
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.130) …
update-initramfs: Generating /boot/initrd.img-4.14.0-2-amd64
E: busybox or busybox-static, version 1:1.22.0-17~ or later, is required but not installed
update-initramfs: failed for /boot/initrd.img-4.14.0-2-amd64 with 1.
dpkg: error processing package initramfs-tools (–configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
initramfs-tools
Interesting. Now that I’ve done a sudo apt full-upgrade on my computer, my right-mouse button (keypad) has stopped working… anyone else with the same issue?