Linux new linux user would like to use msn

Discussion in 'Software' started by bigcheeseburger, 18 May 2007.

  1. bigcheeseburger

    bigcheeseburger What's a Dremel?

    Joined:
    22 Jul 2003
    Posts:
    330
    Likes Received:
    0
    lo all

    brand new on the linux scene (mandriva xtreme)

    would like to be able to use msn, spent the past 3 hours trying to get amsn to work but no joy so i need of some help.

    the problem lies with TclTLS

    amsn cannot automatically install it (down server :()

    i have downloaded the file from sourceforge but i have no idea what to do with it.

    i tried to extract it to usr/lib but i keep getting an access denied message. also tried to drag and drop it with same result.

    anyone care to advise?

    thanks
     
  2. wsurritte

    wsurritte What's a Dremel?

    Joined:
    31 Oct 2005
    Posts:
    139
    Likes Received:
    0
    are u logged in as root?
     
  3. DougEdey

    DougEdey I pwn all your storage

    Joined:
    5 Jul 2005
    Posts:
    13,933
    Likes Received:
    33
    It'll have to be done as sudo or root as wsurritte says
     
  4. bigcheeseburger

    bigcheeseburger What's a Dremel?

    Joined:
    22 Jul 2003
    Posts:
    330
    Likes Received:
    0
    thanks guys

    not a clue what i'm doing here...

    i tried to switch r and login as root but it says i cannot login as root

    i found my way into a command prompt screen (like dos) but no gui to move files, i need the commands to move from desktop to usr/lib

    not sure what to try with sudo? i presume i can open a terminal and use some fancy code to move the files?
     
  5. Glider

    Glider /dev/null

    Joined:
    2 Aug 2005
    Posts:
    4,173
    Likes Received:
    21
    Welcome to Linux... once you get the hang, you won't want to go back...

    Now, for your question:

    Sudo executes a command as root (instead of your own user)... And mv (from MoVe) moves stuff around...

    So you want to do
    Code:
    sudo mv <from> <to>
    in your terminal
     
  6. bigcheeseburger

    bigcheeseburger What's a Dremel?

    Joined:
    22 Jul 2003
    Posts:
    330
    Likes Received:
    0
    thanks :)

    ok i tried this in a terminal

    Code:
    sudo mv home/desktop/pkgindex.tcl usr/lib
    
    it then asked for password and gave the following error after i entered the password

    Code:
    jok is not in the sudoers file.  This incident will be reported.
    thanks again :)
     
  7. ajack

    ajack rox

    Joined:
    17 Apr 2003
    Posts:
    2,695
    Likes Received:
    2
  8. Glider

    Glider /dev/null

    Joined:
    2 Aug 2005
    Posts:
    4,173
    Likes Received:
    21
    ok, now do:
    Code:
    su
    mv <from> <to>
    su to become root
    and then preform the move...

    But, I wonder, isn't amsn in the mandriva package manager?
     
  9. bigcheeseburger

    bigcheeseburger What's a Dremel?

    Joined:
    22 Jul 2003
    Posts:
    330
    Likes Received:
    0
    ajak i plan to do a lot of reading about linux as a whole but would first prefer a quick fix to get back on msn

    will check the links out tho :)

    Glider

    new problem :(

    after mv operation i get this error

    Code:
    mv: setting attributes for `/usr/lib/tls.tcl': Operation not supported
    
     
  10. Glider

    Glider /dev/null

    Joined:
    2 Aug 2005
    Posts:
    4,173
    Likes Received:
    21
    try this:
    Code:
    su
    wget http://dag.wieers.com/rpm/packages/amsn/amsn-0.96-1.el5.rf.i386.rpm
    urpmi amsn-0.96-1.el5.rf.i386.rpm
     
  11. Fophillips

    Fophillips What's a Dremel?

    Joined:
    9 Oct 2006
    Posts:
    948
    Likes Received:
    1
    I would suggest using Pidgin rather than amsn, it's a far superior client.
     
  12. Glider

    Glider /dev/null

    Joined:
    2 Aug 2005
    Posts:
    4,173
    Likes Received:
    21
    If you only use MSN it isn't... Try the webcam capabilities of Gaim, I mean Pidgin...
     
  13. Fophillips

    Fophillips What's a Dremel?

    Joined:
    9 Oct 2006
    Posts:
    948
    Likes Received:
    1
    How about Kopete then, even that is better than amsn.
     
Tags:

Share This Page