@artivision if there is a specific problem, please let me know.
Search Criteria
Package Details: linux-zen-versioned-docs-bin 6.2.8.zen1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-zen-versioned-bin.git (read-only, click to copy) |
---|---|
Package Base: | linux-zen-versioned-bin |
Description: | Metapackage depending on linux6.2.8.zen1-1-zen-docs-bin |
Upstream URL: | https://github.com/zen-kernel/zen-kernel/commits/v6.2.8-zen1 |
Licenses: | GPL2 |
Submitter: | chrisjbillington |
Maintainer: | chrisjbillington |
Last Packager: | chrisjbillington |
Votes: | 3 |
Popularity: | 0.002261 |
First Submitted: | 2021-04-21 23:04 (UTC) |
Last Updated: | 2023-03-25 09:17 (UTC) |
Dependencies (1)
Required by (0)
Sources (3)
- https://syd.mirror.rackspace.com/archlinux/extra/os/x86_64/linux-zen-6.2.8.zen1-1-x86_64.pkg.tar.zst
- https://syd.mirror.rackspace.com/archlinux/extra/os/x86_64/linux-zen-docs-6.2.8.zen1-1-x86_64.pkg.tar.zst
- https://syd.mirror.rackspace.com/archlinux/extra/os/x86_64/linux-zen-headers-6.2.8.zen1-1-x86_64.pkg.tar.zst
Latest Comments
chrisjbillington commented on 2023-02-10 22:16 (UTC)
artivision commented on 2023-02-10 22:15 (UTC)
You breaking my system, please fix your packages.
chrisjbillington commented on 2022-02-03 04:38 (UTC)
Hi @Caronte, I'm not seeing anything obviously wrong, the following works for me:
cd /tmp
git clone ssh://aur@aur.archlinux.org/linux-zen-versioned-bin.git
cd linux-zen-versioned-bin/
makepkg
And the latest update (it's automated) looks pretty normal to me. You're using an AUR helper?
Sounds like this bug in pamac:
https://gitlab.manjaro.org/applications/pamac/-/issues/1177#note_25517
Any additional info that might help resolve that bug would be appreciated there, but since makepkg
is happy with this package, I don't think it is a problem with the package itself - though it would be nice if it worked with pamac.
Caronte commented on 2022-02-03 03:36 (UTC)
I'm trying to update but I get this error
Cloning linux-zen-versioned-bin build files...
Generating linux-zen-versioned-headers-bin information...
==> ERROR: PKGBUILD does not exist.
Error: Failed to prepare transaction: Failed to generate linux-zen-versioned-headers-bin information
chrisjbillington commented on 2021-04-21 23:05 (UTC) (edited on 2022-04-10 02:41 (UTC) by chrisjbillington)
These packages allow you to have multiple versions of the zen kernel installed simultaneously. The intended use is to install the linux-zen-versioned-bin
(and linux-zen-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 zen 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 zen kernel package to these versioned packages, you can do the following (using the AUR helper yay
for example):
# Remove linux-zen, linux-zen-headers if installed:
$ pacman -Rs linux-zen [linux-zen-headers]
# 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-zen-versioned-bin [linux-zen-versioned-headers-bin]
This is also discussed here.
See also:
Pinned Comments
chrisjbillington commented on 2021-04-21 23:05 (UTC) (edited on 2022-04-10 02:41 (UTC) by chrisjbillington)
These packages allow you to have multiple versions of the zen kernel installed simultaneously. The intended use is to install the
linux-zen-versioned-bin
(andlinux-zen-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 zen 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 zen 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-lts-versioned-bin
linux-hardened-versioned-bin