root@racknerd-b18a4c:~# apt-get install fuse3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package fuse3 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
E: Package 'fuse3' has no installation candidate
root@racknerd-b18a4c:~#
root@racknerd-b18a4c:~# sudo apt install -y fuse
Reading package lists... Done
Building dependency tree
Reading state information... Done
fuse is already the newest version (2.9.7-1ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded.
root@racknerd-b18a4c:~# sudo apt install -y fuse3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package fuse3 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
E: Package 'fuse3' has no installation candidate
root@racknerd-b18a4c:~#