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
  •  


Cisco SG110 24 Port Gigabit Ethernet Switch w/ 2 x SFP SG110-24 picture

Cisco SG110 24 Port Gigabit Ethernet Switch w/ 2 x SFP SG110-24

$117.00



Mellanox 10/25GbE SFP28 Network Card MCX512A-ACAT ConnectX-5 EN Ethernet Adapter picture

Mellanox 10/25GbE SFP28 Network Card MCX512A-ACAT ConnectX-5 EN Ethernet Adapter

$284.00



1783-SFP1GTE Allen Bradley 1G copper SFP #ZYPL picture

1783-SFP1GTE Allen Bradley 1G copper SFP #ZYPL

$879.87



Cisco 110 24 Port 10/100 Ethernet Switch with 2 x SFP SF112-24-NA picture

Cisco 110 24 Port 10/100 Ethernet Switch with 2 x SFP SF112-24-NA

$90.00



NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping* picture

NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping*

$18.00



Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03  picture

Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03

$8.00



F5 Networks 10GB OPT-0016-00 F5-UPG-SFP+-R 10GBASE/SR SFP Transceiver picture

F5 Networks 10GB OPT-0016-00 F5-UPG-SFP+-R 10GBASE/SR SFP Transceiver

$4.00



Mellanox Original MFM1T02A-SR 10GbE 10GBASE-SR SFP+ Transceiver picture

Mellanox Original MFM1T02A-SR 10GbE 10GBASE-SR SFP+ Transceiver

$9.00



LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module picture

LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module

$89.00



10 PCS Cisco GLC-LH-SMD 10-2625-01 1310nm SFP Transceiver Module picture

10 PCS Cisco GLC-LH-SMD 10-2625-01 1310nm SFP Transceiver Module

$85.00