This package was flagged out of date, but the latest linux-lts
in [core]
is not newer, so it's not out of date yet. There's a newer lts kernel in [testing]
, but this package only tracks what's in [core]
.
Search Criteria
Package Details: linux-lts-versioned-bin 6.6.62-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-lts-versioned-bin.git (read-only, click to copy) |
---|---|
Package Base: | linux-lts-versioned-bin |
Description: | Metapackage depending on linux6.6.62-1-lts-bin |
Upstream URL: | https://www.kernel.org |
Licenses: | GPL2 |
Submitter: | chrisjbillington |
Maintainer: | chrisjbillington |
Last Packager: | chrisjbillington |
Votes: | 6 |
Popularity: | 0.81 |
First Submitted: | 2020-02-22 00:45 (UTC) |
Last Updated: | 2024-11-19 06:01 (UTC) |
Dependencies (2)
- linux6.6.62-1-lts-binAUR
- grub-hookAUR (optional) – to run grub-mkconfig when kernels are added/removed
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 2
chrisjbillington commented on 2021-10-30 21:47 (UTC)
chrisjbillington commented on 2020-02-28 17:54 (UTC) (edited on 2022-04-10 02:41 (UTC) by chrisjbillington)
These packages allow you to have multiple versions of the Arch LTS kernel installed simultaneously. The intended use is to install the linux-lts-versioned-bin
(and linux-lts-versioned-headers-bin
if you use out-of-tree drivers) metapackage, using an AUR helper or otherwise in a way that automatically processes dependencies. This metapackage depends on the latest LTS versioned kernel package, but older kernel packages will remain on your system as orphaned packages to be removed later. You can find and remove them with the remove-orphaned-kernels
script, which will uninstall orphaned kernel packages except those corresponding to the kernel that is currently running. If you use GRUB, you will also need to ensure its config is updated after kernels are added or removed. Installing the grub-hook
package will ensure this is done automatically.
To switch from the regular Arch kernel package to these versioned packages, you can do the following (using the AUR helper yay
for example):
# Remove linux, linux-headers if installed, and any out-of-tree drivers for the regular kernel:
$ pacman -Rs linux-lts [linux-lts-headers] [nvidia-lts] [...]
# Install dkms versions of any out-of-tree drivers you need:
$ pacman -S [nvidia-dkms] [...]
# If using GRUB, install grub-hook before installing kernels:
$ yay -S grub-hook
# Install the kernel metapackage, and headers metapackage if you use out-of-tree drivers:
$ yay -S linux-lts-versioned-bin [linux-lts-versioned-headers-bin]
This is also discussed here.
See also:
Pinned Comments
chrisjbillington commented on 2020-02-28 17:54 (UTC) (edited on 2022-04-10 02:41 (UTC) by chrisjbillington)
These packages allow you to have multiple versions of the Arch LTS kernel installed simultaneously. The intended use is to install the
linux-lts-versioned-bin
(andlinux-lts-versioned-headers-bin
if you use out-of-tree drivers) metapackage, using an AUR helper or otherwise in a way that automatically processes dependencies. This metapackage depends on the latest LTS versioned kernel package, but older kernel packages will remain on your system as orphaned packages to be removed later. You can find and remove them with theremove-orphaned-kernels
script, which will uninstall orphaned kernel packages except those corresponding to the kernel that is currently running. If you use GRUB, you will also need to ensure its config is updated after kernels are added or removed. Installing thegrub-hook
package will ensure this is done automatically.To switch from the regular Arch kernel package to these versioned packages, you can do the following (using the AUR helper
yay
for example):This is also discussed here.
See also:
linux-versioned-bin
linux-zen-versioned-bin
linux-hardened-versioned-bin