LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   gaim installation problem (https://www.linuxquestions.org/questions/linux-newbie-8/gaim-installation-problem-229479/)

jay_deacon 09-11-2004 06:37 PM

gaim installation problem
 
hey right im a newbie user, but not that new, have a simple problem that seems to be blagging my head in a major way, when installing gaim through console its sayin permission denied, now too my knoweledge i am loged in, but maybe im doing it all wrong, anyway wanna just talk me through it quickly, would be most obliged
thank you jay

Mega Man X 09-11-2004 06:42 PM

Hi jay_deacon!

Welcome to LinuxQuestions.org. You most likely don't have permissions to install that because you are not root. Take a look into this thread:

http://www.linuxquestions.org/questi...threadid=45094

to understand how to install programs in Linux. Also, try to always be more descriptive, as saying which package you are trying to install, the command you are typing and the distribution you are using, because depending on the distributions, tools or packages might be provided to easily install applications.

Regards!

jay_deacon 09-11-2004 06:45 PM

ok
 
sorry i am using knoppix installed to hard drive, its a .deb file tho not .tar.gz im using ./gaim blah blah
and its returning permission denied

i have tried su - and su

Mega Man X 09-11-2004 06:50 PM

It's been a while since I used Debian-based distribution, but you could try:

dpkg --install package_name.deb

or apt-get, I guess:

apt-get install gaim

jay_deacon 09-11-2004 06:55 PM

no that doesnt want to work for me either im afraid, could some just point me in the direction of how to login root, just to make sure im doing it the correct way thanks

jay_deacon 09-11-2004 07:08 PM

next stage
 
right i found dpkg -f works sorta it gave me this

root@springfield:~# dpkg -i gaim_0.82.1-1_i386.deb
(Reading database ... 105736 files and directories currently installed.)
Preparing to replace gaim 1:0.77-1 (using gaim_0.82.1-1_i386.deb) ...
Unpacking replacement gaim ...
dpkg: dependency problems prevent configuration of gaim:
gaim depends on libgtk2.0-0 (>= 2.4.4); however:
Version of libgtk2.0-0 on system is 2.2.4-6.
dpkg: error processing gaim (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
gaim



any ideas?

revenge80200 09-11-2004 08:54 PM

Jay, you are running into a dependency problem...

Quote:

aim depends on libgtk2.0-0 (>= 2.4.4); however: Version of libgtk2.0-0 on system is 2.2.4-6. dpkg: error processing gaim (--install): dependency problems - leaving unconfigured
you need to install the libgtk2.0-0 first.

Hope this helps,
Eric.

Aleem 09-11-2004 09:39 PM

im also having a problem with gaim...

i can sign on to aim and msn but i cannot sign on to yahoo messenger...

im using knoppix 3.4 and when i put in my id and pswd it says password is incorrenct..

Mega Man X 09-11-2004 10:06 PM

Quote:

Originally posted by Aleem
im also having a problem with gaim...

i can sign on to aim and msn but i cannot sign on to yahoo messenger...

im using knoppix 3.4 and when i put in my id and pswd it says password is incorrenct..

Maybe yahoo is using a different protocol. MSN loves to change their protocols from time to time to stop third part applications as gaim. Take a look at gaim's homepage to see if there's any news about that. Usually, a newer version of gaim would fix your problem...

Good luck!

Tamsco 09-11-2004 11:03 PM

Aleem, gaim has had yahoo problems for quite a while, try to download their IM client.

Yea, you need to update libgtk ..... hmmm, I thought apt would do that for you, or maybe I'm spoiled by portage.

As it turns out the permission thing was probably not that you weren't logged in as root. If you are ever unsure about who you are, type cd and see what directory you are in.

or $HOME for that matter.

apt probably has some option that will force install despite the dependancy issue if you want to invoke that.

jay_deacon 09-12-2004 05:04 AM

Quote:

Originally posted by Aleem
im also having a problem with gaim...

i can sign on to aim and msn but i cannot sign on to yahoo messenger...

im using knoppix 3.4 and when i put in my id and pswd it says password is incorrenct..

i can never sign into my yahoo either i think it is a protocol problem and gaim is no good for yahoo at the moment

jay_deacon 09-12-2004 05:06 AM

Quote:

Originally posted by Tamsco
Aleem, gaim has had yahoo problems for quite a while, try to download their IM client.

Yea, you need to update libgtk ..... hmmm, I thought apt would do that for you, or maybe I'm spoiled by portage.

As it turns out the permission thing was probably not that you weren't logged in as root. If you are ever unsure about who you are, type cd and see what directory you are in.

or $HOME for that matter.

apt probably has some option that will force install despite the dependancy issue if you want to invoke that.

yeah i found apt-get install -f worked for me, but i dont think i did my update completely, but its workin fine now, thanks for your help folks, i will be back again im sure of it


All times are GMT -5. The time now is 07:35 PM.