Skip to main content

How to install .tar file in UBUNTU 13.04?

You cannot "install" a .tar.gz file or .tar.bz2 file.

These .tar.gz files are g zip-compressed tarfiles , compressed archives like .zip files. .bz2 files. One can extract .tar.gz files using:

tar -xzf file.tar.gz

Similarly one can extract .tar.bz2 files with

tar -xjf file.tar.bz2

If you like to see the files being extracted during unpacking, add v:

tar -xzvf file.tar.gz


If you want to execute some file after extracting some .tar.gz files,

use the following command

find the executable file using ls -lrt command

and look for values of  rwx, where r - read , w -write and x - execute,

there are 3 sets of rwx where one is for the owner of the file, generally the root, second set belongs to the group the user belongs to
and lastly the one for the user itself.



Well dont get into much details
simply write

./filename

to execute the file, after getting into the directory using cd (Change Directory)  command

in case there are permission violations

use the following command

sudo ./filename
hit enter


In this case, asks for root password and then executes the command.


HOPE IT HELPS!

!please LEAVE COMMENTS !

Comments

Post a Comment

Popular posts from this blog

INSALLING LOCALPHONE ON SUSE 11.3

SIP_call_localphone INSTALLING LOCALPHONE ON SUSE 11.3 Well I find a better option rather than installing localphone, one can use SIP soft phone client for SUSE 11.3. This tutorial gives a demonstration for SUSE 11.3 softphone SIP installation and using localphone credentials for make calls.. here we go..

installing upwork client on linux environmnent

Download the Upwork client from the Download Link: https://www.upwork.com/downloads Installing the yum file I got the following errors [bsingh@localhost Downloads]$ sudo rpm -Uvh upwork_x86_64.rpm [sudo] password for bsingh: error: Failed dependencies:     libstdc++.so.6(GLIBCXX_3.4.14)(64bit) is needed by upwork-4.2.115.0-1fc18.x86_64     libstdc++.so.6(GLIBCXX_3.4.15)(64bit) is needed by upwork-4.2.115.0-1fc18.x86_64     libstdc++.so.6(GLIBCXX_3.4.20)(64bit) is needed by upwork-4.2.115.0-1fc18.x86_64     s(GLIBC_2.14)(64bit) is needed by upwork-4.2.115.0-1fc18.x86_64     libc.so.6(GLIBC_2.15)(64bit) is needed by upwork-4.2.115.0-1fc18.x86_64     libc.so.6(GLIBC_2.17)(64bit) is needed by upwork-4.2.115.0-1fc18.x86_64     libc.so.6(GLIBC_2.18)(64bit) is needed by upwork-4.2.115.0-1fc18.x86_64     libgdkglext-x11-1.0.so.0()(64bit) is needed by upwork-4.2.115.0-1fc...