bedrocklinux / bedrocklinux-userland

This tracks development for the things such as scripts and (defaults for) config files for Bedrock Linux
https://bedrocklinux.org
GNU General Public License v2.0
603 stars 64 forks source link

Weird "ghost" binaries #174

Closed Titaniumtown closed 4 years ago

Titaniumtown commented 4 years ago

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

Please help!!

Titaniumtown commented 4 years ago

Wait, I'm just being stupid.