Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
i am a complete noob to linux, i just installed it last night. I downloaded XMMS and now i want to install it, but I have no idea how. It ...
  1. #1
    Just Joined!
    Join Date
    Feb 2006
    Posts
    3

    installing xmms in ubuntu--please help!

    i am a complete noob to linux, i just installed it last night. I downloaded XMMS and now i want to install it, but I have no idea how. It is a tar.bz2 file and i would really appreciate if someone could completely walk me through on how to install it. thanks!
    -trevor

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,085
    Welcome to the forums, trevvor

    Rather than mess with a tarball, why not just use apt-get?

    Code:
    apt-get install xmms
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Feb 2006
    Posts
    3
    i typed that in to the terminal and got this

    could not open lock file blah blah

    the file is on my desktop. can you explain in a little more detail sorry im so dumb with this heh

  4. #4
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,085
    You'll need to delete the "lock" file, then before you can use apt-get, or synaptic. I'm not sure where it's located in ubuntu, either, but maybe in /var/lib/dpkg/

    Once you've deleted the lock file you should be able to use synaptic or apt-get again. Be sure you don't have synaptic or aptitude running when you try to delete the lock file.

    If you want to install the tarball, here's a HowTo:

    http://www.linuxforums.org/forum/lin...re-readme.html
    Last edited by oz; 02-27-2006 at 07:43 PM.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    Just Joined!
    Join Date
    Feb 2006
    Posts
    3
    i tried to delete it, but it said i do not have the permission to do so.whatsss goingg on

  6. #6
    Linux Enthusiast
    Join Date
    Aug 2005
    Location
    Hell
    Posts
    514
    did you log in as root?

  7. #7
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,085
    Yes, you have to be root as suggested by spoon to delete that file.

    Here's another howto straight from the Debian website for a better understanding of how to use apt-get. It's the howto I used back when I ran Debian:

    http://www.debian.org/doc/manuals/apt-howto/ch1.en.html
    Last edited by oz; 02-27-2006 at 08:58 PM.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  8. #8
    Just Joined!
    Join Date
    Jul 2005
    Posts
    39
    Umm, that's not actually the correct command;

    sudo apt-get update
    sudo apt-get xmms

    It harps like that when you forget sudo...

  9. #9
    Just Joined!
    Join Date
    Mar 2006
    Location
    Davis, CA
    Posts
    2

    same prob another newbie

    hey all,

    i agree the sudo commands should work but when I tried to install xmms with apt-get here is what I got:

    $sudo apt-get update
    Password:
    Reading package lists... Done

    $sudo apt-get xmms
    E: Invalid operation xmms

    In Synaptic I can't even see xmms as an option.

    Thanks for any additional help.

    BB

  10. #10
    Just Joined!
    Join Date
    Mar 2005
    Posts
    12
    Now you are forgetting Ozar's suggestion but you are close...


    I think you are using
    sudo apt-get xmms

    You want to use
    sudo apt-get install xmms

Page 1 of 2 1 2 LastLast

Posting Permissions

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