Find the answer to your Linux question:
Results 1 to 3 of 3
I'm fairly new to Linux and have installed Ubuntu 7.10 and managed to do a couple of simple things following scripts from web pages but, what's the easiest way to ...
  1. #1
    Just Joined!
    Join Date
    May 2008
    Posts
    15

    Linux newbee - how do I install things

    I'm fairly new to Linux and have installed Ubuntu 7.10 and managed to do a couple of simple things following scripts from web pages but, what's the easiest way to get to grips with installing things in Linux.
    I was hoping that the latest version of Ubuntu for example would have a much more automatic way of installing things from the web like RealPlayer. Unfortunately, I have tried to follow and repeat the thread about making it into an .exe without success.
    I have used the command "chmod +x /home/eng815/Desktop/RealPlayer11Gold.bin"
    for which I believe I have the correct path to the file I downloaded to the Desktop but, the OS comes back with No such file or directory.
    Are there any good new books on the Linux commands or alternative GUI guides.
    Thanks in advance, I know we are all out to help each other overcome the Redmond monopoly and bring free computing to the masses.

  2. #2
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,074
    Hi, Deke! Welcome to LinuxForums!

    Actually, with Ubuntu installing a program should be as easy as dropping to a terminal real quick and executing
    Code:
    sudo apt-get <package name>
    But this thread should be able to explain a lot of it better. And if you're looking into Windows applications to run, you might wanna look into Wine.
    I hope that helps, but if not then don't hesitate to post!
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  3. #3
    Just Joined!
    Join Date
    May 2008
    Posts
    15
    Thanks Jay - it didn't but, I will read the pages in the link you sent.

    Ta.

Posting Permissions

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