Results 1 to 9 of 9

Thread: How do I Install the rpm software and tar.gz software

  1. #1
    Join Date
    Dec 2012
    Beans
    6

    How do I Install the rpm software and tar.gz software

    I was heard some softwares, and I have got they from Internet. their name is ***.tar.gz or ***.rpm . And I try google, but I do not know it yet...

    so, ask you if you know...

  2. #2
    Join Date
    Dec 2012
    Beans
    6

    Re: How do I Install the rpm software and tar.gz software

    And thank you very much if the answers are helpfully and usefully.

  3. #3
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How do I Install the rpm software and tar.gz software

    ubuntu like debian use .deb packages, not .rpm

    tar.gz are compressed files and you should not use them untill you know and understand what you are doing

    http://manpages.ubuntu.com/manpages/...an1/tar.1.html

  4. #4
    Join Date
    Apr 2010
    Beans
    11

    Re: How do I Install the rpm software and tar.gz software

    For a bit of an explanation of rpm files.

    RPM was originally written in 1997 by Erik Troan and Marc Ewing for use in Red Hat Linux, RPM is now used in many GNU/Linux distributions. It has also been ported to some other operating systems, such as Novell NetWare (as of version 6.5 SP3) and IBM's AIX as of version 4..
    Depending on what you are attempting to install you can normally find a .deb alternative which can be installed two ways.

    • To install a .deb file, simply double click on it, and then select Install Package
    • Alternatively, you can also install a .deb file by opening a terminal and typing:

    Code:
    sudo dpkg -i package_file.deb

  5. #5
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: How do I Install the rpm software and tar.gz software

    You should stay clear off .rpm and .tar.gz files until you know what you are doing.

    For more information on installing software:
    http://www.psychocats.net/ubuntu/installingsoftware
    Cheesemill

  6. #6
    Join Date
    Dec 2012
    Beans
    6

    Re: How do I Install the rpm software and tar.gz software

    Quote Originally Posted by dino99 View Post
    ubuntu like debian use .deb packages, not .rpm

    tar.gz are compressed files and you should not use them untill you know and understand what you are doing

    http://manpages.ubuntu.com/manpages/...an1/tar.1.html

    But Why Ubuntu do not support they?

  7. #7
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: How do I Install the rpm software and tar.gz software

    In Buntu the preferred way of installing is through a repository which is known to be of good quality.

    Downloading stuff from some place and installing is a bad habit from Windows.

    Which kind of application are you looking for?
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  8. #8
    Join Date
    May 2006
    Location
    Boston
    Beans
    1,918
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How do I Install the rpm software and tar.gz software

    Quote Originally Posted by frhs View Post
    But Why Ubuntu do not support they?
    ubuntu supports them but you need to have some knowledge too while you build from source, o you compile your kernel. Can be dangerous and a security risk

    blog
    Donations BTC : 12FwoB7uAM5FnweykpR1AEEDVFaTLTYFkS
    DOUBLEPLUSGOOD!!

  9. #9
    Join Date
    Aug 2011
    Beans
    348
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: How do I Install the rpm software and tar.gz software

    rpm is a system used by Red Hat and Red Hat based distributions. deb is the system used by Debian and Debian based distributions such as Ubuntu. the tar.gz files you see are simply simply compressed archive files and can be/contain anything.

    In ubuntu one normally installs software from the various repositories using one of aptitude off spring such as apt-get. Most software you want can be installed this way, most but not all. If you will mention the specific software you are looking for someone will try to help. Otherwise, try searching (google, yahoo, whatever) for the software's home page and follow their instructions for installation, if you trust them of course.

Tags for this Thread

Bookmarks

Posting Permissions

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