LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   HELP! I updated skype and now it doesnt start (https://www.linuxquestions.org/questions/linux-newbie-8/help-i-updated-skype-and-now-it-doesnt-start-782733/)

tonjemor 01-17-2010 03:37 AM

HELP! I updated skype and now it doesnt start
 
Hi all!

Im such an idiot. I have no idea of how to use terminal on this computer. I tried to download the updated version of skype and now it wont work. Nothing happens and it says /usr/lib/libstdc++.so.6: version 'GLIBCXX_3.4.9 not found
(required by skype)

What to do? what to type in there? Could anyone type in a solution step 123? Please? smile

ammorais 01-17-2010 03:43 AM

First: What Linux distribution are you using.

tonjemor 01-17-2010 03:45 AM

Quote:

Originally Posted by ammorais (Post 3829465)
First: What Linux distribution are you using.

Zandros
(eeepc 1.1.0.1

ammorais 01-17-2010 04:40 AM

I guess you mean Xandros

Uninstall what you just installed

Open a console window( Applications -> System -> Console)
Type:
Code:

su -
(type your administrator password)
apt-get update
apt-get install skype


tonjemor 01-17-2010 05:08 AM

Quote:

Originally Posted by ammorais (Post 3829508)
I guess you mean Xandros

Uninstall what you just installed

Open a console window( Applications -> System -> Console)
Type:
Code:

su -
(type your administrator password)
apt-get update
apt-get install skype


Administrator password? I only have a log in password?

ammorais 01-17-2010 05:09 AM

Try that one

tonjemor 01-17-2010 05:23 AM

Quote:

Originally Posted by ammorais (Post 3829523)
Try that one

I wrote su -

and then the console said
Password: (but I wasnt able to write anything, so I hit enter
But I could only write the first number of the password before it said authenhication failure......

ammorais 01-17-2010 05:25 AM

when you type "su -" it doesn't show the password that you type.
Just type your password and hit enter.

tonjemor 01-17-2010 05:32 AM

Quote:

Originally Posted by ammorais (Post 3829533)
when you type "su -" it doesn't show the password that you type.
Just type your password and it enter.

ok. Now I got a question if I want to unpack (456MB will be free)
Theese will be removed asus-usbhandset, frostwire, basic-skype

Should I press yes?

Is there any way to just reset? Like, go back to the original skype?

ammorais 01-17-2010 05:38 AM

Press yes. It will install the Xandros supported version of Skype. Probably not the original one but an updated one.

tonjemor 01-17-2010 05:43 AM

Quote:

Originally Posted by ammorais (Post 3829543)
Press yes. It will install the Xandros supported version of Skype. Probably not the original one but an updated one.


But it says that it wont be installed because it requires different stuff..
Librasound2,libqtcore,librgcc etc.
so the updated one wont work.

Is there a way to just delete the whole downloaded skype and go back to basic?

ammorais 01-17-2010 05:54 AM

"apt-get install skype" will download and install any dependencies like Librasoun2 etc...
If you want more info on how to uninstall properly the downloaded one, you have to tell me here exactly where did you download skype and what package did you use.
If you used a debian package (.deb) you can uninstall the downloaded one with

Code:

apt-get remove skype
After that install with apt-get install skype. It will "go back to the basic"

tonjemor 01-17-2010 06:02 AM

Quote:

Originally Posted by ammorais (Post 3829557)
"apt-get install skype" will download and install any dependencies like Librasoun2 etc...
If you want more info on how to uninstall properly the downloaded one, you have to tell me here exactly where did you download skype and what package did you use.
If you used a debian package (.deb) you can uninstall the downloaded one with

Code:

apt-get remove skype
After that install with apt-get install skype. It will "go back to the basic"

THANK YOU!!!!!! I will never mess with anything on this computer again. Nothing! I guess linux is to advanced for me. Thank god there are people like you :)

ammorais 01-17-2010 06:05 AM

Quote:

Originally Posted by tonjemor (Post 3829566)
THANK YOU!!!!!! I will never mess with anything on this computer again. Nothing! I guess linux is to advanced for me. Thank god there are people like you :)

Linux is not too advanced. You just have to rethink what you know. The proper way to install or upgrade Linux software is not to download and install like Windows. Is to use the distribution package manager, in the case of Xandros is apt-get.

You can install anything with "apt-get install 'package-name' ". In this way it's easier than Windows. You just have to rethink your ways.

PS: I guess Linux can be too advanced, but so can windows or any other OS. What I meant is that Linux is mature enough to be easy to use. It's just diferent, and most people find different difficult.


All times are GMT -5. The time now is 01:02 PM.