should i install the .deb or .tar.gz?

30,043

Solution 1

.tar.gz is usually source code of that. So download it if you know what you are doing . Else simple download and install using .deb package

Solution 2

I think the following is easiest:

dpkg -i packagename.deb

A tar.gz is often source code that would need to be compiled, and that isn't always very easy (particularly when it comes to figuring out what options are required or desired).

Share:
30,043

Related videos on Youtube

Alex Gordon
Author by

Alex Gordon

Updated on September 18, 2022

Comments

  • Alex Gordon
    Alex Gordon over 1 year

    Please pardon the elementary question.

    I'm going through this tutorial.

    I would like to install hadoop on vm ubuntu 64 bit.

    I would like to know whether I should be downloading the .deb file or the tar.gz file from here?

    What is the difference between these two types of files? Does ubuntu care which one?

  • Alex Gordon
    Alex Gordon about 11 years
    thank you very much..and a related question askubuntu.com/questions/286092/…
  • DReispt
    DReispt over 2 years
    This answer is too telegraphic, and was not helpful to me.