I'm trying to install numactl, but am running down a rabbit hole of error messages.
Researching said I needed to add the universe repository...so I tried
Researching this error said I needed to add the software-properties-common module...so i tried
Researching this said that the software-properties-common turned up
"software-properties-common was removed from Debian 13 (Trixie) in testing."
So is numactl just borked at this point if you dont already have it installed?
Code:
root@pve-node0:~# apt-get update
Hit:1 http://download.proxmox.com/debian/ceph-squid trixie InRelease
Hit:2 http://download.proxmox.com/debian/pve trixie InRelease
Reading package lists... Done
root@pve-node0:~# apt install numactl -y
Package numactl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Error: Package 'numactl' has no installation candidate
root@pve-node0:~#
Researching said I needed to add the universe repository...so I tried
Code:
root@pve-node0:~# add-apt-repository universe
-bash: add-apt-repository: command not found
root@pve-node0:~#
Researching this error said I needed to add the software-properties-common module...so i tried
Code:
root@pve-node0:~# apt-get install software-properties-common
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package software-properties-common
root@pve-node0:~#
Researching this said that the software-properties-common turned up
"software-properties-common was removed from Debian 13 (Trixie) in testing."
So is numactl just borked at this point if you dont already have it installed?