Ubuntu installation doubt

Discussion in 'macOS' started by rasfar_rf5, Aug 28, 2011.

  1. rasfar_rf5

    rasfar_rf5 MDL Novice

    Feb 11, 2010
    24
    0
    0
    Hi there,
    I'm using Ubuntu 10.4, I need a help how to install application into it. especially these formats (tar.gz, rpm)..

    Can anyone please help me..?:rolleyes::confused::rolleyes:
     
  2. alien2xx

    alien2xx MDL Senior Member

    Aug 5, 2009
    400
    197
    10
    quick sample:

    Ubuntu does not take rpm packages, you cant install them.

    If you have a file that is e.g. package.tar.gz you can do on terminal window:
    gunzip package.tar.gz
    then:
    tar -xvf package.tar
    there it will create a folder, take a look:
    ls
    package

    go to folder created by the package:
    cd package
    In there you will see a bunch of files, it varies depending on what the package is, it may be a readme file that will tell you how to install it, maybe you may need to compile it.


    If you have a .deb package you can double click on it and the package manager will help you to install automatically or you can install via terminal:
    $ sudo dpkg -i package.deb

    cheers!
     
  3. mitsa

    mitsa MDL Novice

    Jan 6, 2011
    14
    0
    0
    easiest way
    hxxp://no_short_urls_allowed/3wbjsg6
     
  4. JDMR

    JDMR MDL Novice

    Sep 12, 2009
    5
    0
    0
    test

    test tes test
     
  5. towering

    towering MDL Novice

    Sep 13, 2011
    2
    0
    0
    #2 is right~
     
  6. northd_tech

    northd_tech MDL Novice

    Sep 5, 2011
    8
    1
    0
    You should read this article: Installing Software in Ubuntu: httpCOLON//wwwDOTpsychocats.net/ubuntu/installingsoftware