Unsolved
1 Rookie
•
15 Posts
0
340
December 11th, 2024 13:53
Dell Command Configure CCTK - Linux Ubuntu Download Link
Hi,
I'm trying to find the latest CCTK || Dell Command Configure but I do not come across anything useful.
Can you point me to the latest version of it? I managed to find this one but it doesn't seem to be the latest one.
https://dl.dell.com/FOLDER10469726M/1/command-configure_4.11.0-6.ubuntu22_amd64.tar.gz
No Events found!
MaDDoGGaming
1 Rookie
•
2 Posts
0
January 31st, 2025 16:48
Not only is this package a major release out of date, it's broken on Ubuntu 24.04, because it relies on libssl1.1. Libssl1.1 hasn't been distributed in Ubuntu since 20.04.
kitos9112
1 Rookie
•
15 Posts
0
January 31st, 2025 17:18
@MaDDoGGaming that's correct. The package is broken out of the box on higher versions of Ubuntu, however, you can make it work by using those old libraries available in other `deb` packages distributed by Dell.
```
/opt/dell/srvadmin/lib64
total 1.1M
lrwxrwxrwx 1 root root 18 Jul 22 2020 libdchapi.so.9 -> libdchapi.so.9.5.0
-rw-r--r-- 1 root root 39K Jul 22 2020 libdchapi.so.9.5.0
lrwxrwxrwx 1 root root 18 Jul 22 2020 libdchbas.so.9 -> libdchbas.so.9.5.0
-rw-r--r-- 1 root root 272K Jul 22 2020 libdchbas.so.9.5.0
lrwxrwxrwx 1 root root 18 Jul 22 2020 libdchcfl.so.9 -> libdchcfl.so.9.5.0
-rw-r--r-- 1 root root 196K Jul 22 2020 libdchcfl.so.9.5.0
lrwxrwxrwx 1 root root 18 Jul 22 2020 libdchesm.so.9 -> libdchesm.so.9.5.0
-rw-r--r-- 1 root root 39K Jul 22 2020 libdchesm.so.9.5.0
lrwxrwxrwx 1 root root 18 Jul 22 2020 libdchipm.so.9 -> libdchipm.so.9.5.0
-rw-r--r-- 1 root root 432K Jul 22 2020 libdchipm.so.9.5.0
lrwxrwxrwx 1 root root 18 Jul 22 2020 libdchtvm.so.9 -> libdchtvm.so.9.5.0
-rw-r--r-- 1 root root 99K Jul 22 2020 libdchtvm.so.9.5.0
```
MaDDoGGaming
1 Rookie
•
2 Posts
0
January 31st, 2025 17:30
command-configure_4.8.0-494.ubuntu18_amd64.deb installs and runs fine on Ubuntu 24.04, without having to play games with libraries. Would be nice if Dell actually kept their Linux releases up to date, to match their Windows releases.