03-17-2021, 02:22 AM
[member=2]Jerry[/member]
I ran both, the output of each is listed below.
After running the first one (headers/image) I verified that they were the only .deb files in Home before running the next one.
~ apt download linux-headers-linuxlite-4.8.0 linux-image-linuxlite-4.8.0
Get:1 http://repo.linuxliteos.com/linuxlite emerald/main amd64 linux-headers-linuxlite-4.8.0 amd64 0010 [12.0 MB]
Get:2 http://repo.linuxliteos.com/linuxlite emerald/main amd64 linux-image-linuxlite-4.8.0 amd64 0010 [64.5 MB]
Fetched 76.5 MB in 33s (2,318 kB/s)
~ sudo dpkg -i *.deb
[sudo] password for:
Selecting previously unselected package linux-headers-linuxlite-4.8.0.
(Reading database ... 360584 files and directories currently installed.)
Preparing to unpack linux-headers-linuxlite-4.8.0_0010_amd64.deb ...
Unpacking linux-headers-linuxlite-4.8.0 (0010) ...
Selecting previously unselected package linux-image-linuxlite-4.8.0.
Preparing to unpack linux-image-linuxlite-4.8.0_0010_amd64.deb ...
Examining /etc/kernel/preinst.d/
run-parts: executing /etc/kernel/preinst.d/intel-microcode 4.8.0-linuxlite /boot/vmlinuz-4.8.0-linuxlite
Done.
Unpacking linux-image-linuxlite-4.8.0 (0010) ...
dpkg: dependency problems prevent configuration of linux-headers-linuxlite-4.8.0:
linux-headers-linuxlite-4.8.0 depends on libncurses5 (>= 6); however:
Package libncurses5 is not installed.
linux-headers-linuxlite-4.8.0 depends on libssl1.0.0 (>= 1.0.0); however:
Package libssl1.0.0 is not installed.
linux-headers-linuxlite-4.8.0 depends on libtinfo5 (>= 6); however:
Package libtinfo5 is not installed.
dpkg: error processing package linux-headers-linuxlite-4.8.0 (--install):
dependency problems - leaving unconfigured
Setting up linux-image-linuxlite-4.8.0 (0010) ...
Hmm. There is a symbolic link /lib/modules/4.8.0-linuxlite/build
However, I can not read it: No such file or directory
Therefore, I am deleting /lib/modules/4.8.0-linuxlite/build
Hmm. The package shipped with a symbolic link /lib/modules/4.8.0-linuxlite/source
However, I can not read the target: No such file or directory
Therefore, I am deleting /lib/modules/4.8.0-linuxlite/source
Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.8.0-linuxlite /boot/vmlinuz-4.8.0-linuxlite
run-parts: executing /etc/kernel/postinst.d/dkms 4.8.0-linuxlite /boot/vmlinuz-4.8.0-linuxlite
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.8.0-linuxlite /boot/vmlinuz-4.8.0-linuxlite
update-initramfs: Generating /boot/initrd.img-4.8.0-linuxlite
run-parts: executing /etc/kernel/postinst.d/pm-utils 4.8.0-linuxlite /boot/vmlinuz-4.8.0-linuxlite
run-parts: executing /etc/kernel/postinst.d/update-notifier 4.8.0-linuxlite /boot/vmlinuz-4.8.0-linuxlite
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 4.8.0-linuxlite /boot/vmlinuz-4.8.0-linuxlite
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found background: /boot/grub_linux_lite.png
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found background image: /boot/grub_linux_lite.png
Found linux image: /boot/vmlinuz-5.4.0-67-generic
Found initrd image: /boot/initrd.img-5.4.0-67-generic
Found linux image: /boot/vmlinuz-5.4.0-66-generic
Found initrd image: /boot/initrd.img-5.4.0-66-generic
Found linux image: /boot/vmlinuz-5.4.0-52-generic
Found initrd image: /boot/initrd.img-5.4.0-52-generic
Found linux image: /boot/vmlinuz-4.8.0-linuxlite
Found initrd image: /boot/initrd.img-4.8.0-linuxlite
Adding boot menu entry for UEFI Firmware Settings
done
Errors were encountered while processing:
linux-headers-linuxlite-4.8.0
I ran both, the output of each is listed below.
After running the first one (headers/image) I verified that they were the only .deb files in Home before running the next one.
~ apt download linux-headers-linuxlite-4.8.0 linux-image-linuxlite-4.8.0
Get:1 http://repo.linuxliteos.com/linuxlite emerald/main amd64 linux-headers-linuxlite-4.8.0 amd64 0010 [12.0 MB]
Get:2 http://repo.linuxliteos.com/linuxlite emerald/main amd64 linux-image-linuxlite-4.8.0 amd64 0010 [64.5 MB]
Fetched 76.5 MB in 33s (2,318 kB/s)
~ sudo dpkg -i *.deb
[sudo] password for:
Selecting previously unselected package linux-headers-linuxlite-4.8.0.
(Reading database ... 360584 files and directories currently installed.)
Preparing to unpack linux-headers-linuxlite-4.8.0_0010_amd64.deb ...
Unpacking linux-headers-linuxlite-4.8.0 (0010) ...
Selecting previously unselected package linux-image-linuxlite-4.8.0.
Preparing to unpack linux-image-linuxlite-4.8.0_0010_amd64.deb ...
Examining /etc/kernel/preinst.d/
run-parts: executing /etc/kernel/preinst.d/intel-microcode 4.8.0-linuxlite /boot/vmlinuz-4.8.0-linuxlite
Done.
Unpacking linux-image-linuxlite-4.8.0 (0010) ...
dpkg: dependency problems prevent configuration of linux-headers-linuxlite-4.8.0:
linux-headers-linuxlite-4.8.0 depends on libncurses5 (>= 6); however:
Package libncurses5 is not installed.
linux-headers-linuxlite-4.8.0 depends on libssl1.0.0 (>= 1.0.0); however:
Package libssl1.0.0 is not installed.
linux-headers-linuxlite-4.8.0 depends on libtinfo5 (>= 6); however:
Package libtinfo5 is not installed.
dpkg: error processing package linux-headers-linuxlite-4.8.0 (--install):
dependency problems - leaving unconfigured
Setting up linux-image-linuxlite-4.8.0 (0010) ...
Hmm. There is a symbolic link /lib/modules/4.8.0-linuxlite/build
However, I can not read it: No such file or directory
Therefore, I am deleting /lib/modules/4.8.0-linuxlite/build
Hmm. The package shipped with a symbolic link /lib/modules/4.8.0-linuxlite/source
However, I can not read the target: No such file or directory
Therefore, I am deleting /lib/modules/4.8.0-linuxlite/source
Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.8.0-linuxlite /boot/vmlinuz-4.8.0-linuxlite
run-parts: executing /etc/kernel/postinst.d/dkms 4.8.0-linuxlite /boot/vmlinuz-4.8.0-linuxlite
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.8.0-linuxlite /boot/vmlinuz-4.8.0-linuxlite
update-initramfs: Generating /boot/initrd.img-4.8.0-linuxlite
run-parts: executing /etc/kernel/postinst.d/pm-utils 4.8.0-linuxlite /boot/vmlinuz-4.8.0-linuxlite
run-parts: executing /etc/kernel/postinst.d/update-notifier 4.8.0-linuxlite /boot/vmlinuz-4.8.0-linuxlite
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 4.8.0-linuxlite /boot/vmlinuz-4.8.0-linuxlite
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found background: /boot/grub_linux_lite.png
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found background image: /boot/grub_linux_lite.png
Found linux image: /boot/vmlinuz-5.4.0-67-generic
Found initrd image: /boot/initrd.img-5.4.0-67-generic
Found linux image: /boot/vmlinuz-5.4.0-66-generic
Found initrd image: /boot/initrd.img-5.4.0-66-generic
Found linux image: /boot/vmlinuz-5.4.0-52-generic
Found initrd image: /boot/initrd.img-5.4.0-52-generic
Found linux image: /boot/vmlinuz-4.8.0-linuxlite
Found initrd image: /boot/initrd.img-4.8.0-linuxlite
Adding boot menu entry for UEFI Firmware Settings
done
Errors were encountered while processing:
linux-headers-linuxlite-4.8.0