Find the answer to your Linux question:
Results 1 to 6 of 6
Hi, I new at this linux stuff. But i read that, when i download a .deb package, I must go to terminal and then: su dpkg -i [package] But everytime ...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    7

    Error on installing aMsn !

    Hi, I new at this linux stuff. But i read that, when i download a .deb package, I must go to terminal and then:

    su
    dpkg -i [package]

    But everytime I do this, I get an error :

    tcl8.4 cannot be installed
    .... [and other things]

    Can someone tell me how to fix this, or if you know a better way.

    Thanks for help.

  2. #2
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    Quote Originally Posted by todx View Post
    .... [and other things]
    what are the other things.

    you install method is right as long as you are doing it as root or thru sudo

    it may not be the newest version but you could probably also do

    #apt-get install amsn

  3. #3
    Just Joined!
    Join Date
    Sep 2007
    Posts
    7
    I already tried that method:

    #apt-get install amsn

    but I get an error:

    amsn cannot be located

    So I decided to do it manualy. But now some packages are missing so I cant continue.

  4. #4
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    are you root or using sudo?

    is this a new system and have you done this command
    #apt-get update

  5. #5
    Linux Newbie chadders's Avatar
    Join Date
    Jan 2007
    Location
    Earth.
    Posts
    102
    Use pidgin, it's better !!

    On a more relevant note, might I suggest upgrading to lenny, it'll probably offer more of the stuff you are after.

    To add yourself as a sudoer you might consider editing '/etc/sudoers'.

    Finally '# apt-get install amsn' should work.

    Cheers.
    That's my two pence worth.

    Chadders.

    Use my themes... click here.

    New to Linux Forums, or Linux in general? Start here.
    Get Debian (Etch) here.
    Registered Linux user #442544.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by todx
    #apt-get install amsn

    but I get an error:

    amsn cannot be located

    So I decided to do it manually. But now some packages are missing so I cant continue.
    amsn is available in sources. Post the contents of /etc/apt/sources.list file.
    Code:
    su
    cat /etc/apt/sources.list
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •