-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ubuntu 22.04] failed to find dependency getsubids, can't recover #7
Comments
On Fedora it is [root@60c6f2bf20b5 lilipod]# dnf whatprovides getsubids
Last metadata expiration check: 0:14:04 ago on Sun Oct 8 15:17:16 2023.
shadow-utils-subid-2:4.14.0-2.fc40.i686 : A library to manage subordinate uid and gid ranges
Repo : rawhide
Matched from:
Filename : /usr/bin/getsubids
shadow-utils-subid-2:4.14.0-2.fc40.x86_64 : A library to manage subordinate uid and gid ranges
Repo : rawhide
Matched from:
Filename : /usr/bin/getsubids
Somehow, though, it looks like the root@a1f4bd0a4239:~# command-not-found getsubids
Command 'getsubids' not found, but can be installed with:
apt install uidmap
root@a1f4bd0a4239:~# apt-file search getsubids
manpages-tr: /usr/share/man/tr/man1/getsubids.1.gz
uidmap: /usr/bin/getsubids
uidmap: /usr/share/man/man1/getsubids.1.gz |
By looking at the Ubuntu Manpage, the package is uidmap in Ubuntu 22.04. |
but now, I've a problem with |
This issue is documented (dependency to getsubuid/gid) for the cgroup one we discuss on the other |
How can I install
getsubids
on Ubuntu 22.04? I couldn't find it in the repos:As per the dependencies section, I tried to install
uidmap
but it doesn't seem to containgetsubids
either:System info:
Any suggestions?
The text was updated successfully, but these errors were encountered: