Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-17-2010, 04:37 AM
|
#1
|
LQ Newbie
Registered: Jan 2010
Posts: 7
Rep:
|
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
|
|
|
01-17-2010, 04:43 AM
|
#2
|
Member
Registered: Nov 2009
Location: Lisbon, Portugal
Distribution: Gentoo, CentOs, Ubuntu, Debian
Posts: 182
Rep:
|
First: What Linux distribution are you using.
|
|
|
01-17-2010, 04:45 AM
|
#3
|
LQ Newbie
Registered: Jan 2010
Posts: 7
Original Poster
Rep:
|
Quote:
Originally Posted by ammorais
First: What Linux distribution are you using.
|
Zandros
(eeepc 1.1.0.1
|
|
|
01-17-2010, 05:40 AM
|
#4
|
Member
Registered: Nov 2009
Location: Lisbon, Portugal
Distribution: Gentoo, CentOs, Ubuntu, Debian
Posts: 182
Rep:
|
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
|
|
|
01-17-2010, 06:08 AM
|
#5
|
LQ Newbie
Registered: Jan 2010
Posts: 7
Original Poster
Rep:
|
Quote:
Originally Posted by ammorais
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?
|
|
|
01-17-2010, 06:09 AM
|
#6
|
Member
Registered: Nov 2009
Location: Lisbon, Portugal
Distribution: Gentoo, CentOs, Ubuntu, Debian
Posts: 182
Rep:
|
Try that one
|
|
|
01-17-2010, 06:23 AM
|
#7
|
LQ Newbie
Registered: Jan 2010
Posts: 7
Original Poster
Rep:
|
Quote:
Originally Posted by ammorais
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......
|
|
|
01-17-2010, 06:25 AM
|
#8
|
Member
Registered: Nov 2009
Location: Lisbon, Portugal
Distribution: Gentoo, CentOs, Ubuntu, Debian
Posts: 182
Rep:
|
when you type "su -" it doesn't show the password that you type.
Just type your password and hit enter.
Last edited by ammorais; 01-17-2010 at 06:31 AM.
Reason: typo
|
|
|
01-17-2010, 06:32 AM
|
#9
|
LQ Newbie
Registered: Jan 2010
Posts: 7
Original Poster
Rep:
|
Quote:
Originally Posted by ammorais
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?
|
|
|
01-17-2010, 06:38 AM
|
#10
|
Member
Registered: Nov 2009
Location: Lisbon, Portugal
Distribution: Gentoo, CentOs, Ubuntu, Debian
Posts: 182
Rep:
|
Press yes. It will install the Xandros supported version of Skype. Probably not the original one but an updated one.
|
|
|
01-17-2010, 06:43 AM
|
#11
|
LQ Newbie
Registered: Jan 2010
Posts: 7
Original Poster
Rep:
|
Quote:
Originally Posted by ammorais
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?
|
|
|
01-17-2010, 06:54 AM
|
#12
|
Member
Registered: Nov 2009
Location: Lisbon, Portugal
Distribution: Gentoo, CentOs, Ubuntu, Debian
Posts: 182
Rep:
|
"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"
|
|
|
01-17-2010, 07:02 AM
|
#13
|
LQ Newbie
Registered: Jan 2010
Posts: 7
Original Poster
Rep:
|
Quote:
Originally Posted by ammorais
"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
|
|
|
01-17-2010, 07:05 AM
|
#14
|
Member
Registered: Nov 2009
Location: Lisbon, Portugal
Distribution: Gentoo, CentOs, Ubuntu, Debian
Posts: 182
Rep:
|
Quote:
Originally Posted by tonjemor
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.
Last edited by ammorais; 01-17-2010 at 07:09 AM.
|
|
|
All times are GMT -5. The time now is 10:59 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|