Search Criteria
Package Details: dell-command-configure 5.1.0.6-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dell-command-configure.git (read-only, click to copy) |
---|---|
Package Base: | dell-command-configure |
Description: | Configure various BIOS features on Dell laptops |
Upstream URL: | https://www.dell.com/support/kbdoc/000178000/dell-command-configure |
Licenses: | unknown |
Provides: | libdchapi.so, libdchbas.so, libdchcfl.so, libdchesm.so, libdchipm.so, libdchtvm.so, libhapiintf.so, libsmbios_c.so, srvadmin-hapi |
Submitter: | maximbaz |
Maintainer: | gitpocalypse |
Last Packager: | gitpocalypse |
Votes: | 16 |
Popularity: | 0.083776 |
First Submitted: | 2019-02-17 19:03 (UTC) |
Last Updated: | 2025-03-14 12:44 (UTC) |
Dependencies (4)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- libsmbios (libsmbios-gitAUR)
- openssl-1.1
- pciutils (pciutils-gitAUR)
Latest Comments
1 2 3 4 5 Next › Last »
gitpocalypse commented on 2025-03-14 12:45 (UTC)
Thanks @wallun . Updated.
wallun commented on 2025-03-12 23:04 (UTC)
Hi,
Here's a patch for version v5.1.0-6 :
wallun commented on 2025-03-12 23:01 (UTC)
Hi,
Here's a patch for version v5.1.0-6 :
gitpocalypse commented on 2023-10-30 12:34 (UTC)
TLDR; package is fixed.
Thanks for the info guys. Turns out the deb file format changed after I did the initial changes for the new version and the cached build files on my system worked fine since I had downloaded them before the change.
CO-1 commented on 2023-10-30 12:01 (UTC) (edited on 2023-10-30 12:01 (UTC) by CO-1)
cctk command missing because command-configure_4.11.0-6.ubuntu22_amd64.deb contains data.tar.zst not data.tar.xz.
To fix replace extension in PKGBUILD line 28:
gitpocalypse commented on 2023-10-30 02:14 (UTC)
I am unable to reproduce. Are you using a helper or running
makepkg
directly?jclsn commented on 2023-10-28 14:20 (UTC)
Yeah the .deb file is not extracted at all and the symlink /usr/bin/cctk points to nothing. You can fix it by inserting
bsdtar -xf "$srcdir/data.tar.zst" -C "$pkgdir"
at the top of the package() function
midnight commented on 2023-10-28 10:54 (UTC)
Newer version does not install correctly
gitpocalypse commented on 2023-03-27 01:58 (UTC)
Added openssl-1.1 dep. Removed install script running mkinitcpio. I don't think we need it anymore.
kubrick commented on 2023-03-26 07:12 (UTC) (edited on 2023-03-26 07:42 (UTC) by kubrick)
AFAIR it ships with its own openssl libraries, which are now outdated, and therefore the ldconfig was removed because it prevented the system to run on an up to date version of openssl. So you can run the Dell command with an LD_LIBRARY_PATH pointing to the Dell libraries. Or modify the binaries to load libraries from the right path directly.
EDIT: it seems the latest version doesn't ship openssl any more
1 2 3 4 5 Next › Last »