Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Can't run new programs

Here you can discuss every aspect of Debian. Note: not for support requests!
Post Reply
Message
Author
Deacian
Posts: 3
Joined: 2006-03-18 15:58

Can't run new programs

#1 Post by Deacian »

I can't get anything new to install. Here is what I get when I try to install

mike1edwards@Lighthouse:~/yahootemp$ ./ymessenger_1.0.4_1_i386.deb
bash: ./ymessenger_1.0.4_1_i386.deb: Permission denied
mike1edwards@Lighthouse:~/yahootemp$

Can anyone help me with this

sstone
Posts: 71
Joined: 2005-06-07 08:31

#2 Post by sstone »

you need to be root....and then:

Code: Select all

dpkg -i ymessenger_1.0.4_1_i386.deb 
rm -rf /

CuCullin
Posts: 87
Joined: 2006-03-17 00:07
Location: New Jersey

#3 Post by CuCullin »

A word of warning... I've seen the official yahoo client for Linux cause some very odd issues with X... the most notorious being X crashing on login. If you have troubles after installing the client, remove it and you'll be able to get back in.

Deacian
Posts: 3
Joined: 2006-03-18 15:58

Can't run new programs

#4 Post by Deacian »

Thats one of the problems, I'm not sure how to login as root either :oops:

sstone
Posts: 71
Joined: 2005-06-07 08:31

#5 Post by sstone »

just type su(in terminal(konsole or whatever are you using)) and type in the password for root
rm -rf /

Deacian
Posts: 3
Joined: 2006-03-18 15:58

Can't run new programs

#6 Post by Deacian »

Thanks alot for your help all, I got it to work.... Now a new problem :) I'm trying to get MudPro to work and having problems with it also any takers for this one?

User avatar
jobezone
Posts: 214
Joined: 2005-06-12 07:20
Location: Portugal

Re: Can't run new programs

#7 Post by jobezone »

Deacian wrote:Thanks alot for your help all, I got it to work.... Now a new problem :) I'm trying to get MudPro to work and having problems with it also any takers for this one?
You should probably make a new post, showing how you are trying to install it, and what error messages you are getting.
The Debian Documentation website contains the FAQ, Installation Manual and the Release Notes for Etch. They're helpful if you want to learn more about debian!

Foxmuldar
Posts: 137
Joined: 2005-12-15 23:46
Location: Alabama
Contact:

ymessenger

#8 Post by Foxmuldar »

sstone, i did as you suggested and got this error:

dpkg: dependency problems prevent configuration of ymessenger:
ymessenger depends on libgdk-pixbuf2 (>= 0.13.0); however:
Package libgdk-pixbuf2 is not installed.
ymessenger depends on libssl0.9.6; however:
Package libssl0.9.6 is not installed.

Harold
Posts: 1482
Joined: 2005-01-07 00:15
Been thanked: 3 times

#9 Post by Harold »

So what happens when you try to install libgdk-pixbuf2 and libssl0.9.6?

Grifter
Posts: 1554
Joined: 2006-05-04 07:53
Location: Svea Rike

#10 Post by Grifter »

apt-get -f install
Eagles may soar, but weasels don't get sucked into jet engines...

Guest

#11 Post by Guest »

thanks Grifter, got it!....:-)

foxmuldar,

Post Reply