Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Install .tar gz Application in Linux

Status
Not open for further replies.

kandy2015

Member level 1
Joined
Jan 11, 2009
Messages
36
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,492
Hi guys, I am new in linux and I'm using linux mint 9. I've truing to install yahoo messenger and adobe flash and they come as .tar gz. How do I get this right?
Thanks in advance.
 

FLV Player is a free flash media player for Windows. FLV player can play and download files directly from the web or any storage device. With its simple and light-weight design, you can watch all your videos without any distractions in a bug and glitch free environment.
 

Unpack the tar.gz file and look for a text file named like installation or setup. Most programs provide a text file with installation instructions.

And perhaps your Linux Mint has a package for the flash player.
Look for a package like flashplugin-nonfree
 

I have seen adobe flash in Linux as a single library file (.so). What has to be done is to extract '.tar.gz' file by 'tar -xvzf file.tar.gz' and place the flash library file in the browsers (Mozilla/Firefox) plug-in library folder. This was enough to get flash working with Mozilla variants.
 

I have seen adobe flash in Linux as a single library file (.so). What has to be done is to extract '.tar.gz' file by 'tar -xvzf file.tar.gz' and place the flash library file in the browsers (Mozilla/Firefox) plug-in library folder. This was enough to get flash working with Mozilla variants.
Working != Correct.

You should only install things in this way if your distribution's package manager doesn't have a package.

The correct way to do it in Mint would be to firstly ensure your apt cache's are up to date so you get the latest version.

Code:
apt-cache update

Then:

Code:
apt-get install flashplugin-nonfree
 

Hi guys, I am new in linux and I'm using linux mint 9. I've truing to install yahoo messenger and adobe flash and they come as .tar gz. How do I get this right?
Thanks in advance.

You can't install yahoo messager in linux, if you want to install it you have use wine....But i think you can use pidgin to chat
You can install adobe flash. you should find some softwares what formats file.deb.
file.tar.gz.. : you want to install it you have to uncompress. now, you are using linux mint 9 that is very simple, don't need to using command
Other methods: tar xzf targe -C file.tar.gz to uncpmpress..now you can install
Have fun!!!!
 

Not true at all. Yahoo Messenger has a native Linux version.
 

If you don't want to use command line tool you can go for mc(midnight commander).

It will help you to avoid the command line tools.
 

You could, but anyone who doesn't like using the command line should go back to Windows or some other OS designed for morons.
 

Hi guys, I am new in linux and I'm using linux mint 9. I've truing to install yahoo messenger and adobe flash and they come as .tar gz. How do I get this right?
Thanks in advance.

Have a look at the forums of linux distros like Ubuntu, fedora...U can find the same questions there with answers!.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top