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
  •  


A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM picture

A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM

$287.96



A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) XMP picture

Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) XMP

$35.99



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$12.90



8GB PC3L-12800S 1600MHz SODIMM DDR3 RAM | Grade A picture

8GB PC3L-12800S 1600MHz SODIMM DDR3 RAM | Grade A

$12.00



Crucial 16GB (2x 8GB) Kit DDR3L 1600MHz PC3-12800 UDIMM Desktop 240-Pin CL11 RAM picture

Crucial 16GB (2x 8GB) Kit DDR3L 1600MHz PC3-12800 UDIMM Desktop 240-Pin CL11 RAM

$23.33



Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3 picture

Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3

$21.50



HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM picture

HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM

$14.85



HyperX FURY DDR4 8GB 16GB 32GB 3200MHz PC4-25600 Desktop RAM Memory DIMM 288pins picture

HyperX FURY DDR4 8GB 16GB 32GB 3200MHz PC4-25600 Desktop RAM Memory DIMM 288pins

$72.93



HyperX FURY DDR4 16GB 3200 MHz PC4-25600 Desktop RAM Memory DIMM 288pin 2x 16GB picture

HyperX FURY DDR4 16GB 3200 MHz PC4-25600 Desktop RAM Memory DIMM 288pin 2x 16GB

$127.20