That's exactly it. I've done everything every other forum and Google search suggested. (With the exception of one guy saying to delete the /.Skype folder.) I just couldn't find the folder. I'm at an absolute loss here. I have no idea what to do. Every other post I find is from about 2 or more years go. I highly doubt they had the new force-update Skype issue as I'm having.
Asked
Active
Viewed 450 times
1 Answers
0
This will display all the hidden files: ls -a | egrep '^\.'
and use:
rm -rf $HOME/.Skype
to delete the skype
config directory.

Sylvain Pineau
- 62,169

P_O_I_S_O_N
- 173
-
What is the egrep for? Also, please enclose all code in grave chars - ``` If you're deleting via terminal,you don't need to see it. – Tim Aug 10 '14 at 07:56
-
-
-
Umm well for a start I'm Tim, and I didn't ask, so I can't and second, I wouldn't anyway. It isn't a very good answer, it had bad formatting until I edited and you just demanded that I accept it... – Tim Aug 10 '14 at 08:11
-
rm -r /home/<USER>/.Skype
http://askubuntu.com/questions/470837/how-to-show-hidden-folders-in-14-04-ubuntu – Tim Aug 10 '14 at 07:47