Unknown Applications ~/bin
Gnome/25
fc25/Worksatation does not create a ~/bin folder. I created this folder specifically as a place to store my scripts, which I then launch with .desktop files. About six weeks and some software installation and removal later I discovered binaries in this folder, which I did not intentionally put there. They are:
dotenv
fpm
minitar
mustache
please-manage-user
pleaserun
rubygems-cabin-test
Does anyone recognize these; and can I remove them?
Also, how would anything get placed in my ~/bin which I did not put there?
Thanks
Almost certainly installed as part of a dependency for one of your "installation and removal" exercises, probably unpacked as part of a tar file you installed or perhaps a ruby application?
If you believe you have removed the "parent" application(s) then you can definitely delete these as well (most app install mechanisms do a poor job of dependency removal when you uninstall). If in doubt - move them to a backup location and see if you start having problems. This will quickly identify components that are still needed (and hopefully what is using them).