LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   face book plugin (https://www.linuxquestions.org/questions/linux-newbie-8/face-book-plugin-797187/)

glenn201 03-22-2010 11:40 PM

face book plugin
 
im using ubuntu 9.04 when my wife trys to upload pic to her face book it says i need the facebook plugin for linux
an it gives a link to download it i download it to my desktop now how do i get it to install can some one help me please my wife want me to go back to windows an i really really dont want to do that im new so please
spell it out for me

evo2 03-22-2010 11:43 PM

What browser are you using and what is the name of the file you downloaded?

Evo2.

glenn201 03-23-2010 12:12 AM

facebook
 
fire fox an the file is named facebookplugin-1.0.3

evo2 03-23-2010 12:23 AM

Quote:

Originally Posted by glenn201 (Post 3908439)
fire fox an the file is named facebookplugin-1.0.3

Is that really the filename or have you missed the capitalization and the extention?
I ask, because I went over facebook, and was prompted to download the following file:

Code:

FacebookPlugIn-1.0.3.tar.gz
Evo2.

glenn201 03-23-2010 08:16 AM

facebook
 
your right thats the file

thezerodragon 03-23-2010 01:36 PM

This may help.

evo2 03-23-2010 07:35 PM

Ok, you said the file was on your desktop, which I am assuming is ~/Desktop. Please open a terminal and to do the following to install it for your user.
Code:

cd ~/Desktop
pwd
ls
tar xzf FacebookPlugIn-1.0.3.tar.gz
cd FacebookPlugIn
ls -l
chmod a+x FacebookPlugin_Install.sh
./FacebookPlugin_Install.sh

If there are any error messages please don't bother trying to run the reamaing commands, just post the full output to the forum.

Evo2.

PS. Some of the commands (ls, pwd, ls -l) are just to provide information in case is does not work.

glenn201 03-25-2010 12:12 AM

glenn@glenn-laptop:~$ cd ~/Desktop
glenn@glenn-laptop:~/Desktop$ pwd
/home/glenn/Desktop
glenn@glenn-laptop:~/Desktop$ ls
FacebookPlugIn-1.0.3 FacebookPlugIn-1.0.3.tar.gz
glenn@glenn-laptop:~/Desktop$ tar xzf FacebookPlugIn-1.0.3.tar.gz
glenn@glenn-laptop:~/Desktop$ cd FacebookPlugIn
bash: cd: FacebookPlugIn: No such file or directory
glenn@glenn-laptop:~/Desktop$ ls -l
total 3236
drwxr-xr-x 2 glenn glenn 4096 2009-07-08 07:59 FacebookPlugIn-1.0.3
-rw-r--r-- 1 glenn glenn 3303384 2010-03-22 10:39 FacebookPlugIn-1.0.3.tar.gz
glenn@glenn-laptop:~/Desktop$ chmod a+x FacebookPlugin_Install.sh
chmod: cannot access `FacebookPlugin_Install.sh': No such file or directory
glenn@glenn-laptop:~/Desktop$ ./FacebookPlugin_Install.sh
an this is what i got

pkhera_2001 03-25-2010 12:24 AM

Hi!

I guess there was a typo in steps here are the required one:

cd ~/Desktop
pwd
ls
tar xzf FacebookPlugIn-1.0.3.tar.gz
cd FacebookPlugIn-1.0.3
ls -l
chmod a+x FacebookPlugin_Install.sh
./FacebookPlugin_Install.sh

Thanks

evo2 03-25-2010 12:32 AM

@pkhera Thanks, there was indeed a typo in the cd command (I forgot the version string).

@glenn201 Please follow the modified instructions given by pkhera

Cheers,

Evo2.

glenn201 03-25-2010 08:43 AM

glenn@glenn-laptop:~$ cd ~/Desktop
glenn@glenn-laptop:~/Desktop$ pwd
/home/glenn/Desktop
glenn@glenn-laptop:~/Desktop$ ls
FacebookPlugIn-1.0.3 FacebookPlugIn-1.0.3.tar.gz
glenn@glenn-laptop:~/Desktop$ tar xzf FacebookPlugIn-1.0.3.tar.gz
glenn@glenn-laptop:~/Desktop$ cd FacebookPlugIn-1.0.3
glenn@glenn-laptop:~/Desktop/FacebookPlugIn-1.0.3$ ls -l
total 9480
-rw-r--r-- 1 glenn glenn 356 2009-07-08 07:59 FacebookPlugIn_Install.sh
-rwxr-xr-x 1 glenn glenn 9567556 2009-07-08 07:59 libnpfbook_1_0_3.so
-rwxr-xr-x 1 glenn glenn 75507 2009-07-08 07:59 LICENSE
-rwxr-xr-x 1 glenn glenn 1304 2009-07-08 07:59 README
-rwxr-xr-x 1 glenn glenn 1149 2009-07-08 07:59 README.cn
-rwxr-xr-x 1 glenn glenn 1558 2009-07-08 07:59 README.de
-rwxr-xr-x 1 glenn glenn 1374 2009-07-08 07:59 README.es
-rwxr-xr-x 1 glenn glenn 1694 2009-07-08 07:59 README.fr
-rwxr-xr-x 1 glenn glenn 1446 2009-07-08 07:59 README.it
-rwxr-xr-x 1 glenn glenn 1621 2009-07-08 07:59 README.jp
-rwxr-xr-x 1 glenn glenn 1492 2009-07-08 07:59 README.tr
-rwxr-xr-x 1 glenn glenn 1195 2009-07-08 07:59 README.tw
glenn@glenn-laptop:~/Desktop/FacebookPlugIn-1.0.3$ chmod a+x FacebookPlugin_Install.sh
chmod: cannot access `FacebookPlugin_Install.sh': No such file or directory
glenn@glenn-laptop:~/Desktop/FacebookPlugIn-1.0.3$ ./FacebookPlugin_Install.sh
bash: ./FacebookPlugin_Install.sh: No such file or directory
glenn@glenn-laptop:~/Desktop/FacebookPlugIn-1.0.3$

now i get this thanks for all the help

glenn201 03-25-2010 09:27 AM

i dont know what im doing wrong

evo2 03-25-2010 05:32 PM

Capital I in the "PlugIn" in FacebookPlugIn_Install.sh.

Please either cut and paste from the output of "ls -l" or use <Tab> completion.

Eg. Type
Code:

chmod +x F<Tab>
Where <Tab> means pressing the tab key. This should automatically print the rest of the filename for you.

Evo2.

(google to find out how tab completion works)
Evo2.


All times are GMT -5. The time now is 03:27 AM.