0

Recently I installed GNUstep using this command

sudo apt-get install gnustep-gui-runtime

After I did this I saw this GNUstep folder as in the picture which contains nothing!

So I ran:

sudo apt remove gnustep-gui-runtime

and the folder is still there, and when I just delete the folder and refresh I see the folder is back again!

see the folder here!

pomsky
  • 68,507
I'm Here
  • 261

2 Answers2

0

Regardless of the fact that you removed a software it might very well still be up and running on your system. In this case GNUstep prevents you from removing the directory, so either terminate its process(es) manually or just log out and log in again (or reboot) to be sure it's actually stopped before you remove the folder.

dessert
  • 39,982
0

All i did is sudo apt-get autoremove Problem solved!

I'm Here
  • 261