So, I noticed when I run neofetch, I get an entry for rpm under the "Packages" section, saying I have 372 rpm packages installed. I was very confused because I don't have rpm installed, nor is any stratum that I have use rpm as a package manager. So I do whereis rpm and I get the path: /bedrock/cross/bin/rpm. And it turns out there is a bunch of rpm related binaries in that folder. I then do sudo rm -frv /bedrock/cross/bin/rpm* then I get the error:
rm: cannot remove '/bedrock/cross/bin/rpm': Function not implemented
So, I noticed when I run neofetch, I get an entry for rpm under the "Packages" section, saying I have 372 rpm packages installed. I was very confused because I don't have rpm installed, nor is any stratum that I have use rpm as a package manager. So I do
whereis rpm
and I get the path:/bedrock/cross/bin/rpm
. And it turns out there is a bunch of rpm related binaries in that folder. I then dosudo rm -frv /bedrock/cross/bin/rpm*
then I get the error:rm: cannot remove '/bedrock/cross/bin/rpm': Function not implemented
Please help!!