Reply To: Copy Fail and kernel update

Forum › Forums › New users › New Users and General Questions › Copy Fail and kernel update › Reply To: Copy Fail and kernel update

#203521
Robin
Member

    I still did not have a “fixed” kernel available for apt ito install.

    It simply didn’t hit the apt repos and mirrors still. Either wait (like anti-apXos has recommended), or if you really really need it, fetch the appropriate deb packages (image and matching headers) from the link anticapitalista gave: Trixie (antiX 26), Bookworm (antiX 23) and Bullseye (antiX 21/22)

    Trixie:

    linux-image-5.10.254-antix.1-486-smp_5.10.254-antix.1-486-smp-2_i386.deb   2026-05-02 08:34   45M
    linux-headers-5.10.254-antix.1-486-smp_5.10.254-antix.1-486-smp-2_i386.deb   2026-05-02 08:33   7.7M
    
    linux-image-5.10.254-antix.1-686-smp-pae_5.10.254-antix.1-686-smp-pae-1_i386.deb   2026-05-02 04:05   52M
    linux-headers-5.10.254-antix.1-686-smp-pae_5.10.254-antix.1-686-smp-pae-1_i386.deb   2026-05-02 04:04   7.6M
    
    linux-image-5.10.254-antix.1-amd64-smp_5.10.254-antix.1-amd64-smp-1_amd64.deb	2026-05-02 04:06   61M
    linux-headers-5.10.254-antix.1-amd64-smp_5.10.254-antix.1-amd64-smp-1_amd64.deb   2026-05-02 04:04   7.8M
    
    linux-image-6.6.137-antix.1-amd64-smp_6.6.137-antix.1-2_amd64.deb   2026-05-01 17:16   83M
    linux-headers-6.6.137-antix.1-amd64-smp_6.6.137-antix.1-2_amd64.deb   2026-05-01 17:15   9.0M

    Bookworm:
    (were present yesterday already, but are gone again now.)

    Bullseye:

    linux-image-5.10.254-antix.1-486-smp_5.10.254-antix.1-486-smp-7_i386.deb   2026-05-04 03:55   45M 
    linux-headers-5.10.254-antix.1-486-smp_5.10.254-antix.1-486-smp-7_i386.deb   2026-05-04 03:56   7.7M
    
    linux-image-5.10.254-antix.1-686-smp-pae_5.10.254-antix.1-686-smp-pae-6_i386.deb   2026-05-04 03:51   52M
    linux-headers-5.10.254-antix.1-686-smp-pae_5.10.254-antix.1-686-smp-pae-6_i386.deb   2026-05-04 03:56   7.7M
    
    linux-image-5.10.254-antix.1-amd64-smp_5.10.254-antix.1-amd64-smp-1_amd64.deb   2026-05-04 06:57   61M
    linux-headers-5.10.254-antix.1-amd64-smp_5.10.254-antix.1-amd64-smp-1_amd64.deb   2026-05-04 06:57   7.8M

    Instructions for manual local install:

    1.) Download manually the two .deb packages (image and headers) matching your architecture and antiX version.
    2.) (no way to check against a checksum file unfortunately here, while a default apt install from the mirrors does this for you automatically always)
    3.) Update the local apt database (if not done for more than some hours before already) :
    $ sudo apt-get update

    4.) Proceed precisely like what I had described above for a default apt kernel install, but you must add a path (absolute or relative) to the locally stored packages in your command now:
    $ sudo apt-get install ./linux-headers-6.6.137-antix.1-amd64-smp.deb ./linux-image-6.6.137-antix.1-amd64-smp.deb
    for relative path pointing to current working directory you are in, expecting the downloaded .deb files residing there, or absolute:
    $ sudo apt-get install /path/to/linux-headers-6.6.137-antix.1-amd64-smp.deb /path/to/linux-image-6.6.137-antix.1-amd64-smp.deb
    Both are equivalent. No need to resort to dpkg, apt can handle local installs perfectly. The example is for 64 bit. (Replace the filenames of the packages by what you actually have downloaded, and adjust the path if needed.)

    Apply steps 5.), 6.) and 7.) exactly like described before.

    Windows is like a submarine. Open a window and serious problems will start.