Kernel Update Questions February 15, 2020 01:02PM |
Registered: 11 years ago Posts: 155 |
tar: Exiting with failure status due to previous errors dpkg-deb: error: tar subprocess returned error exit status 2
Re: Kernel Update Questions February 15, 2020 04:58PM |
Admin Registered: 13 years ago Posts: 19,107 |
dpkg -i linux-headers-5.5.1-kirkwood-tld-1_1.0_armel.deb
dpkg -i linux-image-5.5.1-kirkwood-tld-1_1.0_armel.deb linux-headers-5.5.1-kirkwood-tld-1_1.0_armel.deb
Re: Kernel Update Questions February 15, 2020 05:57PM |
Registered: 11 years ago Posts: 155 |
Re: Kernel Update Questions February 15, 2020 06:16PM |
Admin Registered: 13 years ago Posts: 19,107 |
ls -lh linux-headers-5.5.1-kirkwood-tld-1_1.0_armel.deb dpkg -i linux-headers-5.5.1-kirkwood-tld-1_1.0_armel.deb
dpkg -l | grep linux-image dpkg -l | grep linux-header
Re: Kernel Update Questions February 15, 2020 06:39PM |
Registered: 11 years ago Posts: 155 |
root@m300-2:/boot# ls -lh linux-headers-5.5.1-kirkwood-tld-1_1.0_armel.deb -rw-r--r-- 1 root root 11M Feb 2 01:03 linux-headers-5.5.1-kirkwood-tld-1_1.0_armel.deb root@m300-2:/boot# dpkg -i linux-headers-5.5.1-kirkwood-tld-1_1.0_armel.deb (Reading database ... 15907 files and directories currently installed.) Preparing to unpack linux-headers-5.5.1-kirkwood-tld-1_1.0_armel.deb ... Unpacking linux-headers-5.5.1-kirkwood-tld-1 (1.0) ... Setting up linux-headers-5.5.1-kirkwood-tld-1 (1.0) ... root@m300-2:/boot#
root@m300-2:/boot# dpkg -l | grep linux-image ii linux-image-5.2.9-kirkwood-tld-1 1.0 armel Linux kernel binary image for version 5.2.9-kirkwood-tld-1 ii linux-image-5.5.1-kirkwood-tld-1 1.0 armel Linux kernel, version 5.5.1-kirkwood-tld-1 root@m300-2:/boot# dpkg -l | grep linux-header ii linux-headers-5.5.1-kirkwood-tld-1 1.0 armel Linux kernel headers for 5.5.1-kirkwood-tld-1 on armel
Re: Kernel Update Questions February 15, 2020 09:18PM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Kernel Update Questions February 16, 2020 09:13AM |
Registered: 11 years ago Posts: 155 |