Sei sulla pagina 1di 3

[xubuntu] How to install .tar.gz and .tgz les.

https://ubuntuforums.org/showthread.php?t=1006587

Login with SSO

Forum
Quick Links
UsefulForum
Links

Activity Page

FAQ

Please read before SSO login

Forum Community

Ubuntu Community

The Ubuntu Forum Community

Other Support

Advanced Search
Social Media

Ubuntu Ocial Flavours Support

General Help

[xubuntu] How to install .tar.gz and .tgz les.


Results 1 to 3 of 3

Thread: How to install .tar.gz and .tgz les.


Like Be the rst of your friends to like this.

Thread Tools

Display
#1

December 9th, 2008

Join Date:
Dec 2008

sam1993
5 Cups of Ubuntu

Beans:
30

How to install .tar.gz and .tgz les.


I am trying to install Cowpatty, Airsnort and Kisment. But as I don't know how to install .tar.gz and
.tgz les. I found Kismet on Synaptic Package Manager but it didn't install the part that allows me
to use the program.
So could someone tell me how to install these les.

Adv Reply

#2

December 9th, 2008

taurus
Run, little guy, run...

Join Date:
Oct 2005
Location:
Jacksonville, FL
Beans:
29,420

Re: How to install .tar.gz and .tgz les.


With .tar.gz (or .tar.bz2), you rst need to be in the same directory where the le is. Then, you need
to uncompress and unpack it with the tar command. That would create a new directory and you
need to change to that new directory. Now, there should be a INSTALL that tells you exactly what
you need to do but most of the time, you need to compile the source for your machine.

1 of 3

2016-12-17 12:34 PM

[xubuntu] How to install .tar.gz and .tgz les.

https://ubuntuforums.org/showthread.php?t=1006587

Code:

cd ~/Desktop
tar xvzf filename.tar.gz
cd filename
sudo apt-get update
sudo apt-get install build-essential checkinstall
./configure
make
sudo checkinstall

https://help.ubuntu.com/community/CompilingEasyHowTo

In the world of Linux, who needs Windows and Gates...


Got most of my golden beans at an auction on eBay (with a couple of free drinks).

Adv Reply

December 9th, 2008

sam1993
5 Cups of Ubuntu

#3
Join Date:
Dec 2008
Beans:
30

Re: How to install .tar.gz and .tgz les.

2 of 3

2016-12-17 12:34 PM

[xubuntu] How to install .tar.gz and .tgz les.

https://ubuntuforums.org/showthread.php?t=1006587

Originally Posted by taurus

With .tar.gz (or .tar.bz2), you rst need to be in the same directory where the le is.
Then, you need to uncompress and unpack it with the tar command. That would create
a new directory and you need to change to that new directory. Now, there should be a
INSTALL that tells you exactly what you need to do but most of the time, you need to
compile the source for your machine.
Code:

cd ~/Desktop
tar xvzf filename.tar.gz
cd filename
sudo apt-get update
sudo apt-get install build-essential checkinstall
./configure
make
sudo checkinstall

https://help.ubuntu.com/community/CompilingEasyHowTo

Thank you. Good job you posted that link, because those commands you included lost me lol.

Adv Reply

Quick Navigation

General Help

Top

Previous Thread | Next Thread

Bookmarks
Digg
del.icio.us
StumbleUpon
Google

Posting Permissions
You may not post new
threads
You may not post replies
You may not post
attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
[VIDEO] code is O
HTML code is O
Ubuntu Forums
Code of Conduct

Ubuntu Forums Archive Top

-- Ubuntu vB4.x

All times are GMT +1. The time now is 05:33 PM.
vBulletin 2000 - 2016, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical Canonical Ltd. Tango Icons Tango Desktop Project.
User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 International License. For details and
our forum data attribution, retention and privacy policy, see here

3 of 3

2016-12-17 12:34 PM

Potrebbero piacerti anche