Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Install programs

  1. #1
    Member registered user
    Join Date
    Sep 2004
    Posts
    72

    Install programs

    How do you install programs to linux. I just get a bunch of files that do nothing when I download?

  2. #2
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    949

    Re: Install programs

    Quote Originally Posted by adamherb
    How do you install programs to linux. I just get a bunch of files that do nothing when I download?
    Depends, are you downloading the source code or a binary. (runable)

    The best way is really apt-get. All you do is type apt-get install [name of program]

    If your running the live cd then Probono has created something called klik to install programs.

    http://klik.berlios.de/


    Compiling source codes can be a little intimidating.

    Right now, unless a program can't be got anywhere else you'll want to stay away from this. At least intill you feel more comfortable with linux.

  3. #3
    Senior Member registered user
    Join Date
    Jul 2003
    Posts
    692
    Just want to add that Klik also works for a poor man's install, or even an HD install (I am told) - it installs the programs to your home directory, whether you set a persistent home, or have a defined home as part of an HD install.

    jd

  4. #4
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    949
    Quote Originally Posted by j.drake
    Just want to add that Klik also works for a poor man's install, or even an HD install (I am told) - it installs the programs to your home directory, whether you set a persistent home, or have a defined home as part of an HD install.

    jd
    Yea it works for HD install.

    I've never used it for that though.

  5. #5
    Member registered user
    Join Date
    Sep 2004
    Location
    United States
    Posts
    46
    apt-get install [name of program]
    To use that script do you have to search for the app on apt-get.org? I tried their search but it was a little confusing. I was able to do this:
    su
    apt-get update
    also going along with apt-get in console, the response for it is in Japanese or Chinese, even though my language and regional settings are in United States English.

  6. #6
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981

    Re: Install programs

    Quote Originally Posted by adamherb
    How do you install programs to linux. I just get a bunch of files that do nothing when I download?
    easiest way for a raw beginner proably is to first 'apt-get update' then just use kpackage.

  7. #7
    Junior Member
    Join Date
    Oct 2004
    Location
    Göteborg, Sweden
    Posts
    5

    Re: Install programs

    I have tried to text below, it seem to work but it doesn't to me. my objetive it is to install RealAudio. I have download the file several times. what happends is:

    root@Perra:~# apt-get install RealAudio10GOLD.bin
    Leyendo lista de paquetes...Hecho
    Creando arbol de dependencias...Hecho
    E: no se pudo encontrar el paquete RealAudio10GOLD.bin (in englsih is: E:The package RealAudio10GOLD coudln't be found)

    well, so like this I have tried to install other things...nothing works... I have checked manual and instrucciton but nothin, no one help really a begginer.
    do you have some sugestion?

    Quote Originally Posted by firebyrd10
    Quote Originally Posted by adamherb
    How do you install programs to linux. I just get a bunch of files that do nothing when I download?
    Depends, are you downloading the source code or a binary. (runable)

    The best way is really apt-get. All you do is type apt-get install [name of program]

    If your running the live cd then Probono has created something called klik to install programs.

    http://klik.berlios.de/


    Compiling source codes can be a little intimidating.

    Right now, unless a program can't be got anywhere else you'll want to stay away from this. At least intill you feel more comfortable with linux.

  8. #8
    Junior Member
    Join Date
    Oct 2004
    Posts
    2
    Hi,

    I am also a Knoppix newbie so if there is something wrong in my text below, I would like the gurus to correct me

    Knoppix is based on Debian. You can find all the information you need to start from http://www.debian.org. I recommend that. For your problem I suggest you to see APT HOWTO in http://www.debian.org/doc/manuals/ap.../index.en.html.

    What you need to do is:
    1. Run 'apt-config' to select the site(s) where you want to connect. Closest one is generally the best one. These sites holds the installation packages for Debian that you can download and install with apt-get.
    2. Run 'apt-get update' (I do not remember if it runs automaticly after apt-config).
    3. Find name of the needed program 'apt-cache search realaudio'. You will get a list of packages containing that text. Lets say there is a package named 'realaudio'.
    4. Run 'apt-get install realaudio'
    5. Most probably you need to say 'y' one ore more times. After the process ends you should have a new application in your menus.

    I like how apt-get works. It basicly takes care of everything on finding, downloading, installing and removing programs.

    I hope this helps you. And I wish I did not make any errors in my explanation.

  9. #9
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    949

    Re: Install programs

    Quote Originally Posted by el_santo
    I have tried to text below, it seem to work but it doesn't to me. my objetive it is to install RealAudio. I have download the file several times. what happends is:

    root@Perra:~# apt-get install RealAudio10GOLD.bin
    Leyendo lista de paquetes...Hecho
    Creando arbol de dependencias...Hecho
    E: no se pudo encontrar el paquete RealAudio10GOLD.bin (in englsih is: E:The package RealAudio10GOLD coudln't be found)

    well, so like this I have tried to install other things...nothing works... I have checked manual and instrucciton but nothin, no one help really a begginer.
    do you have some sugestion?

    Quote Originally Posted by firebyrd10
    Quote Originally Posted by adamherb
    How do you install programs to linux. I just get a bunch of files that do nothing when I download?
    Depends, are you downloading the source code or a binary. (runable)

    The best way is really apt-get. All you do is type apt-get install [name of program]

    If your running the live cd then Probono has created something called klik to install programs.

    http://klik.berlios.de/


    Compiling source codes can be a little intimidating.

    Right now, unless a program can't be got anywhere else you'll want to stay away from this. At least intill you feel more comfortable with linux.
    Oh, its a bin file?

    try right clicking in the folder where its at and going to actions, select open consol(sp) here.
    Then type
    ./RealAudio10GOLD.bin

  10. #10
    Member registered user
    Join Date
    Nov 2004
    Location
    Queretaro Mexico
    Posts
    36
    OK, I did apt-get install proftpd and it appeard to be installed, now where do I run it??? where is the ICON??? You say that when you do apt-get install PACKAGE it will be in our apps menu, IN WHAT PART??? I have been downloading other software using apt-get, but I can't seem to find the ICON to run it. I am really new to Linux, hope you can help me.

Page 1 of 2 12 LastLast

Similar Threads

  1. how to install programs
    By dominican2589 in forum Hdd Install / Debian / Apt
    Replies: 10
    Last Post: 06-12-2005, 07:30 AM
  2. Replies: 29
    Last Post: 01-10-2005, 06:01 PM
  3. Install & Keep Programs
    By MikePerson in forum General Support
    Replies: 1
    Last Post: 12-18-2004, 09:50 PM
  4. What programs does Knoppix come with after a hd install?
    By Zero_1984 in forum General Support
    Replies: 2
    Last Post: 08-08-2004, 07:31 PM
  5. Newbie (How do I install Programs?)
    By JKLNJ in forum General Support
    Replies: 1
    Last Post: 10-19-2003, 05:21 PM

Posting Permissions

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


Electric Vacuum Cleaner Air Duster Suction High Pressure for Computer Car Home picture

Electric Vacuum Cleaner Air Duster Suction High Pressure for Computer Car Home

$9.97



Electric Mini Air Duster Blower Vacuum Cleaner for PC Computer Laptop Dust picture

Electric Mini Air Duster Blower Vacuum Cleaner for PC Computer Laptop Dust

$30.95



Compressed Air Duster with Air Blower 100000RPM Vacuum Cleaner and Air Duster picture

Compressed Air Duster with Air Blower 100000RPM Vacuum Cleaner and Air Duster

$38.99



Electric Vacuum Cleaner Air Duster Suction High Pressure for Computer Car Home picture

Electric Vacuum Cleaner Air Duster Suction High Pressure for Computer Car Home

$10.87



Mini Computer Vacuum USB Keyboard Cleaner PC Laptop Brush Dust Cleaning Kit US picture

Mini Computer Vacuum USB Keyboard Cleaner PC Laptop Brush Dust Cleaning Kit US

$11.29



2-In-1 Air Duster & Vacuum 60000 RPM Rechargeable Auto Computer Keyboard USB picture

2-In-1 Air Duster & Vacuum 60000 RPM Rechargeable Auto Computer Keyboard USB

$24.26



Electric Mini Air Duster Blower Vacuum Cleaner for PC Computer Laptop Dust picture

Electric Mini Air Duster Blower Vacuum Cleaner for PC Computer Laptop Dust

$29.99



Electric Mini Cordless Air Duster Blower Vacuum Cleaner for Computer/CarCleaning picture

Electric Mini Cordless Air Duster Blower Vacuum Cleaner for Computer/CarCleaning

$15.49



Ropvanic A1 Self-Charging Robot Vacuum Cleaner picture

Ropvanic A1 Self-Charging Robot Vacuum Cleaner

$75.00



Duster Cleaner Blower & Vacuum Rechargeable picture

Duster Cleaner Blower & Vacuum Rechargeable

$79.99