Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 18
Obviously, I am completely new to Linux. I just installed FreeSpire 2.0.??. My understanding is that this is based on Debian Linux and has recently been takenover by Xandros Linux. ...
  1. #1
    Just Joined!
    Join Date
    Oct 2008
    Posts
    6

    Which distr. do I have??

    Obviously, I am completely new to Linux. I just installed FreeSpire 2.0.??. My understanding is that this is based on Debian Linux and has recently been takenover by Xandros Linux.

    What installation packages should I download? (.rpm, .deb. other?)

    Which will "apt-get install" work with? I need to install GIMP and Acrobat Reader. Also, what is the best Linux replacement for WinAmp?

    Thanks, and I'll keep the light on . . .

    Bob Hendry

  2. #2
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Hi -- welcome to the forums!

    Installing software on Linux is a little different than on Windows. I'll give you a few pointers to start with, but there's tons more information here in the Newbie forum.

    Installing gimp should be as easy as
    Code:
    apt-get install gimp
    . This will take care of downloading any files you need, so you don't have to do it yourself. The command for Acrobat reader will be something simlar, but I forget the package name.

    There's lots more detail than this, but this is a good start. Have a look at the "sticky" threads in the Newbie forum for more info.
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  3. #3
    Linux Enthusiast L4Linux's Avatar
    Join Date
    Sep 2008
    Location
    Greece
    Posts
    584
    The best replacement for WinAmp is Amarok.
    Code:
    sudo apt-get install Amarok
    I hope it gets ported to windows soon. It will make the migration to Linux much easier.

  4. #4
    Just Joined!
    Join Date
    Oct 2008
    Posts
    6
    Is there a good explaination of the apt-get command? Evidently, it's having trouble getting out - I'm getting errors:

    Reading package lists . . . Done
    Building dependency tree
    Reading state information. . . Done
    E: Couldn't find package Amarok

    Is there a recommended command usage guide?

    Thanks.

    Bob Hendry
    Southern Maryland

  5. #5
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Quote Originally Posted by bhendry View Post
    Is there a recommended command usage guide?
    Hi, Bob

    Here's the link to the Apt HowTo Manual:

    APT HOWTO - Managing packages

    Hope that helps.
    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.

  6. #6
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Quote Originally Posted by bhendry View Post
    E: Couldn't find package Amarok
    Try it without the capital letter
    Code:
    apt-get install amarok
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  7. #7
    Linux Enthusiast L4Linux's Avatar
    Join Date
    Sep 2008
    Location
    Greece
    Posts
    584
    Sorry for the typo
    The correct is without the capital letter, as smolloy said:
    Code:
    sudo apt-get install amarok

  8. #8
    Just Joined! NeoPjcpp's Avatar
    Join Date
    May 2008
    Posts
    51
    Use
    Code:
    man apt-get
    You'll use man command a lot.

  9. #9
    Just Joined!
    Join Date
    Oct 2008
    Posts
    6

    Thank You!

    Thanks to all for your help. I did indeed have gimp already on my distro. And I downloaded Amorak and it is running intermittantly! I'm now considering going back to Fedora. I had that up and running the last time XP crapped out on me - about a year ago. It just got deleted over time - oity too. It seemed to be more robust and complete that Freespire 2. Any suggestions?

    Also, is there a decent and "robust" Windows emulator out there under which I can run some of my apps such as Nikon Capture and photoshop?

    Ciao,

    Bob Hendry
    Southern Maryland
    [via South Philly!]

  10. #10
    Linux Enthusiast L4Linux's Avatar
    Join Date
    Sep 2008
    Location
    Greece
    Posts
    584
    I would suggest Ubuntu which is also Debian-based. But you should try a few distros and see which one you like more.
    There is wine that can run many windows applications. To install it type:
    Code:
    sudo apt-get install wine
    In fedora you must type:
    Code:
    sudo yum install wine

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
  •