You are not logged in.

#1 2008-12-18 04:05:01

Chance
Member
Registered: 2008-12-05
Posts: 99

[Solved] Error installing Flash 64bit from AUR

I tried installing the 64bit flash from here :http://aur.archlinux.org/packages.php?ID=21601, using 'yaourt -S flashplugin-alpha-64 10.0.d20.7-3'

It will say:

Downloading 10.0.d20.7-3 PKGBUILD from AUR
Error: 10.0.d20.7-3 not found in AUR.

So i tried another method by downloading this tar file from http://download.macromedia.com/pub/labs … .so.tar.gz

Then i untarred the file and on the desktop it shows 'libflashplayer.so'

So next i went to terminal, tried doing 'cd Desktop', followed by 'pacman -S libflashplayer.so', but it says i need to be root to do that. So i do 'su - ', and then 'cd Desktop', but it says '-bash: cd: Desktop: No such file or directory.'

How am i suppose to install flash64 bit? Thanks.

Last edited by Chance (2008-12-18 15:19:46)

Offline

#2 2008-12-18 04:10:27

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: [Solved] Error installing Flash 64bit from AUR

try /home/Desktop


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#3 2008-12-18 04:15:03

Chance
Member
Registered: 2008-12-05
Posts: 99

Re: [Solved] Error installing Flash 64bit from AUR

it still doesn't work

Offline

#4 2008-12-18 04:29:19

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: [Solved] Error installing Flash 64bit from AUR

do you have yaourt installed?


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#5 2008-12-18 04:33:05

Chance
Member
Registered: 2008-12-05
Posts: 99

Re: [Solved] Error installing Flash 64bit from AUR

yes. I've installed yaourt. Someone said in another forum that i might have forgotten to configure sudo? I don't specifically remember installing sudo. But does anyone know the wiki page for that? i can't seem to find it again now.

Offline

#6 2008-12-18 04:54:35

toxygen
Member
Registered: 2008-08-22
Posts: 713

Re: [Solved] Error installing Flash 64bit from AUR

Chance wrote:

I tried installing the 64bit flash from here :http://aur.archlinux.org/packages.php?ID=21601, using 'yaourt -S flashplugin-alpha-64 10.0.d20.7-3'

It will say:

Downloading 10.0.d20.7-3 PKGBUILD from AUR
Error: 10.0.d20.7-3 not found in AUR.

should be just "yaourt -S flashplugin-alpha-64" no version needed
the error is telling you it cant find 10.0.d20.7-3 which is not a package.  did you get another error with the first part? or did  you see it building the package?

i like building it by hand, so i usually (in a folder on my /home) i do

mkdir flashplugin-alpha-64
cd flashplugin-alpha-64
yaourt -G flashplugin-alpha-64 (to get pKGBUILD and other files)
makepkg  (to build)
then install with yaourt -U [full package filename]

makes me feel like i'm in control big_smile

Last edited by toxygen (2008-12-18 04:56:50)


"I know what you're thinking, 'cause right now I'm thinking the same thing. Actually, I've been thinking it ever since I got here:
Why oh why didn't I take the BLUE pill?"

Offline

#7 2008-12-18 04:55:27

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [Solved] Error installing Flash 64bit from AUR

You only need the first part:

yaourt -S flashplugin-alpha-64

pacman is complaining because it can't find the package 10.0.d20.7-3.

There's going to be an update to that package any time; It's out of date.

--EDIT--

Beaten by toxygen!

Offline

#8 2008-12-18 04:57:23

toxygen
Member
Registered: 2008-08-22
Posts: 713

Re: [Solved] Error installing Flash 64bit from AUR

skottish wrote:

You only need the first part:

yaourt -S flashplugin-alpha-64

pacman is complaining because it can't find the package 10.0.d20.7-3.

There's going to be an update to that package any time; It's out of date.

--EDIT--

Beaten by toxygen!

just by a few seconds! lol


"I know what you're thinking, 'cause right now I'm thinking the same thing. Actually, I've been thinking it ever since I got here:
Why oh why didn't I take the BLUE pill?"

Offline

#9 2008-12-18 08:44:47

Chance
Member
Registered: 2008-12-05
Posts: 99

Re: [Solved] Error installing Flash 64bit from AUR

Thanks for the replies. I will definitely try it out. But i tried doing 'makepkg -s' once and it asked me for a password, in which it turned out it was not my root password. How do i fix that? Or should i just do 'makepkg'??

Last edited by Chance (2008-12-18 08:47:40)

Offline

#10 2008-12-18 14:18:11

bgc1954
Member
From: Edmonton, AB, Canada
Registered: 2006-03-14
Posts: 1,160

Re: [Solved] Error installing Flash 64bit from AUR


Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz

Offline

#11 2008-12-18 14:34:58

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,094

Re: [Solved] Error installing Flash 64bit from AUR

You don't need to grab it from aur. Flashplugin for 64bit is in [testing], and it works nicely.

# pacman -U ftp://ftp.archlinux.org/testing/os/x86_64/flashplugin-10.0.d21.1-1-x86_64.pkg.tar.gz

Last edited by Mr.Elendig (2008-12-18 14:39:07)


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#12 2008-12-18 15:11:00

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: [Solved] Error installing Flash 64bit from AUR

^^ Ditto


Website - Blog - arch-home
Arch User since March 2005

Offline

#13 2008-12-18 15:19:32

Chance
Member
Registered: 2008-12-05
Posts: 99

Re: [Solved] Error installing Flash 64bit from AUR

Awesome. Followed all those steps and it's working now. Thanks everyone. big_smile

Offline

#14 2009-01-24 15:43:02

aaaantoine
Member
Registered: 2008-12-12
Posts: 44

Re: [Solved] Error installing Flash 64bit from AUR

Mr.Elendig wrote:

You don't need to grab it from aur. Flashplugin for 64bit is in [testing], and it works nicely.

# pacman -U ftp://ftp.archlinux.org/testing/os/x86_64/flashplugin-10.0.d21.1-1-x86_64.pkg.tar.gz

I see that this package has moved to [extra] now.

Excellent.  I don't have to enable [testing].

Offline

#15 2009-01-24 16:47:05

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: [Solved] Error installing Flash 64bit from AUR

Please put architecture-specific questions in the right subforum smile.

Moving!


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB