I'm a new Linux user and I got so used to using Sudo on the guest OS' I completely forgot I didn't need it as root.
root@home:~# apt update
Get:1
http://security.debian.org bookworm-security InRelease [48.0 kB]
Get:2
http://security.debian.org bookworm-security/main amd64 Packages [157 kB]
Hit:3
http://ftp.us.debian.org/debian bookworm InRelease
Get:4
http://security.debian.org bookworm-security/main Translation-en [96.1 kB]
Get:5
http://ftp.us.debian.org/debian bookworm-updates InRelease [55.4 kB]
Err:6
https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease
401 Unauthorized [IP: 144.217.225.162 443]
Err:7
https://enterprise.proxmox.com/debian/pve bookworm InRelease
401 Unauthorized [IP: 144.217.225.162 443]
Reading package lists... Done
E: Failed to fetch
https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease 401 Unauthorized [IP: 144.217.225.162 443]
E: The repository '
https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch
https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease 401 Unauthorized [IP: 144.217.225.162 443]
E: The repository '
https://enterprise.proxmox.com/debian/pve bookworm InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@home:~# dpkg -l |grep sudo
root@home:~# apt install grep
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
grep is already the newest version (3.8-5).
0 upgraded, 0 newly installed, 0 to remove and 43 not upgraded.
root@home:~# ufw status
-bash: ufw: command not found
root@home:~# apt install net-tools
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
net-tools
0 upgraded, 1 newly installed, 0 to remove and 43 not upgraded.
Need to get 243 kB of archives.
After this operation, 1,001 kB of additional disk space will be used.
Get:1
http://ftp.us.debian.org/debian bookworm/main amd64 net-tools amd64 2.10-0.1 [243 kB]
Fetched 243 kB in 1s (302 kB/s)
Selecting previously unselected package net-tools.
(Reading database ... 45480 files and directories currently installed.)
Preparing to unpack .../net-tools_2.10-0.1_amd64.deb ...
Unpacking net-tools (2.10-0.1) ...
Setting up net-tools (2.10-0.1) ...
Processing triggers for man-db (2.11.2-2) ...