LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing tarball files (https://www.linuxquestions.org/questions/linux-newbie-8/installing-tarball-files-919376/)

linux12 12-18-2011 04:28 PM

Installing tarball files
 
I recently downloaded the adobe flash player in tarball format. I have uncompressed using xvf. I read that I'm now supposed to use the ./configure command, but everytime I do, its says there's no such directory. Having just installed linux, I don't know why I don't have this. Help!

Tinkster 12-18-2011 04:41 PM

Hi, welcome to LQ!

And not all tarballs are source, flash most certainly isn't.

Depending on which version you grabbed, and what you need it
for, you'll have to "sudo cp /some/place/or/other"


Cheers,
Tink

linux12 12-18-2011 05:02 PM

Quote:

Originally Posted by Tinkster (Post 4553212)
Hi, welcome to LQ!

And not all tarballs are source, flash most certainly isn't.

Depending on which version you grabbed, and what you need it
for, you'll have to "sudo cp /some/place/or/other"


Cheers,
Tink

I did the sudo cp command, which copied the file to another directory of my choosing. I extracted with tar xvf, which looked successful. However, when I use the ./configure command, the same error pops up. So such directory.

Maybe I'm making this more complicated than it needs to be?

Tinkster 12-18-2011 05:11 PM

Sorry, I wasn't quite clear enough. ./configure is only required
for source distributions, when you want (need?) to compile things.

Flash doesn't (shouldn't) come with a configure script.



Cheers,
Tink

linux12 12-18-2011 05:37 PM

Quote:

Originally Posted by Tinkster (Post 4553234)
Sorry, I wasn't quite clear enough. ./configure is only required
for source distributions, when you want (need?) to compile things.

Flash doesn't (shouldn't) come with a configure script.



Cheers,
Tink

So, I now have these uncompressed files. How do I install these?

Tinkster 12-18-2011 05:42 PM

Can you please post a list of the files you got here?

Code:

ls -l path/to/files

sinuhe 12-18-2011 05:45 PM

Distribution?
 
Most distributions provide a packaged version of libflashplayer.so. This is the best approach, (for instance, from the RHEL supplementary disk).

The tarball, however should be extracted directly to the / directory. /libflashplayer.so then needs to be moved to /usr/lib/mozilla/plugins/. This could be lib64 for 64-bit Firefox. Sometimes it easier to extract only the library into your $HOME/.mozilla/plugins/ directory.

theKbStockpiler 12-18-2011 05:45 PM

If you are new to Linux and just want an (Up and Running Linux System) let your Package Manager install the Application for you. Do a web search Like ( Install Flash Player) along with the title of your Linux O.S. There are other Flash Players than Adobe for your information. Installing by NOT using your Package Manager is best left till you are comfortable with the other aspects of Linux first.

linux12 12-18-2011 05:46 PM

Quote:

Originally Posted by Tinkster (Post 4553248)
Can you please post a list of the files you got here?

Code:

ls -l path/to/files

total 25324
-rw-r--r-- 1 root root 7043207 2011-12-18 17:56 install_flash_player_11_linux.x86_64.tar.gz
-rw-rw-r-- 1 blund blund 18782360 2011-10-31 21:56 libflashplayer.so
drwxrwxr-x 5 blund blund 1024 2011-10-31 21:56 usr

tommcd 12-18-2011 05:50 PM

Quote:

Originally Posted by linux12 (Post 4553203)
I recently downloaded the adobe flash player in tarball format. ...

linux12,
What distro are you using? If you are using Ubuntu, the easiest way to get flash (and just about everything else) is to use Ubuntu's package manager. Just open up the Ubuntu Software Center or Synaptic Package Manager and install the flashplugin-installer package. Then restart Firefox and you will have flash installed. This way Ubuntu's package manager will keep track of updates for flash for you.
Or to install flash from the terminal use apt-get:
Code:

sudo apt-get update
sudo apt-get install flashplugin-installer

If you are not using Ubuntu, then tell us what distro you are using. Most distros will have some type of package manager to install flash and other apps.

linux12 12-18-2011 05:59 PM

Quote:

Originally Posted by tommcd (Post 4553254)
linux12,
What distro are you using? If you are using Ubuntu, the easiest way to get flash (and just about everything else) is to use Ubuntu's package manager. Just open up the Ubuntu Software Center or Synaptic Package Manager and install the flashplugin-installer package. Then restart Firefox and you will have flash installed. This way Ubuntu's package manager will keep track of updates for flash for you.
Or to install flash from the terminal use apt-get:
Code:

sudo apt-get update
sudo apt-get install flashplugin-installer

If you are not using Ubuntu, then tell us what distro you are using. Most distros will have some type of package manager to install flash and other apps.

I've got Ubuntu, and I'm trying to learn some linux at the same time. I used to be a DOS nerd, but that was many moons ago. Your apt trick worked...thanks you very much!

thesatellitethatcould 12-18-2011 06:37 PM

Synaptic Package Manager
 
I seem to recall you can simply right click the tar ball and open with Synaptic if you have it and it does all the work for you. Or maybe that was a dream I had. Its been a while since I did that.

frankbell 12-18-2011 07:07 PM

The Adobe Flash tarball contains a file called libflashplayer.so. As root, copy that to /usr/lib/mozilla/plugins if it is present or to the appropriate plugins directory if it is not.

If /usr/lib/mozilla/plugins does exist, most other browsers on Linux will look in it to find plugins.

zeebra 12-18-2011 08:21 PM

Quote:

Originally Posted by linux12 (Post 4553259)
I've got Ubuntu, and I'm trying to learn some linux at the same time. I used to be a DOS nerd, but that was many moons ago. Your apt trick worked...thanks you very much!

try Slackware.

tommcd 12-19-2011 01:53 AM

Quote:

Originally Posted by linux12 (Post 4553259)
I've got Ubuntu, and I'm trying to learn some linux at the same time. ...

Here is a great site for getting started with Ubuntu: http://psychocats.net/ubuntu/index.php
And here is a great beginners tutorial on basic linux commands that I learned from when I first started using linux: http://linuxcommand.org/learning_the_shell.php
For a brief apt-get and dpkg tutorial see this: http://linuxhelp.blogspot.com/2005/1...r-for-new.html
For more details, just read the apt-get manual by typing man apt-get in the terminal. You will get something like this: http://linux.die.net/man/8/apt-get
Write back if you need more help.


All times are GMT -5. The time now is 11:37 PM.