You are not logged in.

#1 2010-07-14 17:19:22

ace_w1zard
Member
Registered: 2010-07-07
Posts: 83

How do i install this?

http://aur.archlinux.org/packages.php?ID=6232

i have been following the install instructions as follows,
http://wiki.archlinux.org/index.php/AUR … om_the_AUR
but i cant get it to install, i cant even find th .tar.gz file in the tarbell provided, what did i do wrong, is the file valid, please help.

Offline

#2 2010-07-14 17:22:07

Soumyadeep
Member
From: kolkata,India
Registered: 2009-09-09
Posts: 218

Re: How do i install this?

Install an Aurhelper like yaourt http://archlinux.fr/yaourt-en then install packages from AUR using yaourt just like pacman.

Offline

#3 2010-07-14 17:24:18

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: How do i install this?

ace_w1zard wrote:

http://aur.archlinux.org/packages.php?ID=6232

i have been following the install instructions as follows,
http://wiki.archlinux.org/index.php/AUR … om_the_AUR
but i cant get it to install, i cant even find th .tar.gz file in the tarbell provided, what did i do wrong, is the file valid, please help.

nspluginwrapper-flash.tar.gz is the tarball ... or are you having trouble finding the tarball?


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#4 2010-07-14 17:26:15

ace_w1zard
Member
Registered: 2010-07-07
Posts: 83

Re: How do i install this?

fsckd wrote:
ace_w1zard wrote:

http://aur.archlinux.org/packages.php?ID=6232

i have been following the install instructions as follows,
http://wiki.archlinux.org/index.php/AUR … om_the_AUR
but i cant get it to install, i cant even find th .tar.gz file in the tarbell provided, what did i do wrong, is the file valid, please help.

nspluginwrapper-flash.tar.gz is the tarball ... or are you having trouble finding the tarball?

i downloaded the tarbell and followed the directions on the link provided, i cant find the .tar.gz file? is there any tuts on how to install this,

Offline

#5 2010-07-14 17:27:54

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: How do i install this?

The output package is .pkg.tar.xz and the wiki article needs to be updated.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#6 2010-07-14 17:30:22

ace_w1zard
Member
Registered: 2010-07-07
Posts: 83

Re: How do i install this?

fsckd wrote:

The output package is .pkg.tar.xz and the wiki article needs to be updated.

OMG, this is soooo bad mad! is there any other tuts or something that can help me learn how to install packages, i wanna install wine, firefox, chrome, netbeans, etc etc, but i cant even find correct documentation on how to install them.:(

Offline

#7 2010-07-14 17:31:09

ace_w1zard
Member
Registered: 2010-07-07
Posts: 83

Re: How do i install this?

fsckd wrote:

The output package is .pkg.tar.xz and the wiki article needs to be updated.

also how do you know its .pkg.tar.xz

Offline

#8 2010-07-14 17:31:49

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: How do i install this?

Umm, that article is fine. It's just a minor error which I've fixed. Reload the page. smile


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#9 2010-07-14 17:32:40

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: How do i install this?

ace_w1zard wrote:
fsckd wrote:

The output package is .pkg.tar.xz and the wiki article needs to be updated.

also how do you know its .pkg.tar.xz

That's the default now, to use xz compression instead of gzip (gz).


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#10 2010-07-14 17:39:11

ace_w1zard
Member
Registered: 2010-07-07
Posts: 83

Re: How do i install this?

i downloaded the tarbell files, made a build file in my /home/tevin , then rand the following command and got the following
---------------------------
[tevin@baxxan ~]$ ~/build
bash: /home/tevin/build: is a directory
[tevin@baxxan ~]$ cd ~/build

[tevin@baxxan build]$ tar -xvzf nspulginwrapper-flash.tar.xz
tar (child): nspulginwrapper-flash.tar.xz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
[tevin@baxxan build]$


why is it doing this? i followed the intructions exactly?

Offline

#11 2010-07-14 17:43:42

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: How do i install this?

ace_w1zard wrote:

i downloaded the tarbell files, made a build file in my /home/tevin , then rand the following command and got the following
---------------------------
[tevin@baxxan ~]$ ~/build
bash: /home/tevin/build: is a directory
[tevin@baxxan ~]$ cd ~/build

[tevin@baxxan build]$ tar -xvzf nspulginwrapper-flash.tar.xz
tar (child): nspulginwrapper-flash.tar.xz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
[tevin@baxxan build]$


why is it doing this? i followed the intructions exactly?

Should be,

tar xzf nspluginwrapper-flash.tar.gz
cd nspluginwrapper-flash
makepkg -s
pacman -U nspluginwrapper-flash-10.1.53-1-x86_64.pkg.tar.xz

Double check the file names before running the commands.

edit: Good catch Zeist.

Last edited by fsckd (2010-07-14 17:47:44)


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#12 2010-07-14 17:45:47

Zeist
Arch Linux f@h Team Member
Registered: 2008-07-04
Posts: 532

Re: How do i install this?

I'm going to ask something that may sound really obvious but... you misspelled "plugin"... you wrote nspulginwrapper.

Since I highly doubt you have a file in build named nspulginwrapper-flash.tar.xz in ~/build I would recommend checking your spelling.

Also... the tarball with the PKGBUILD and such ( http://aur.archlinux.org/packages/nsplu … ash.tar.gz ) is most definitely a .tar.gz even though the output package will be a .pkg.tar.xz

Last edited by Zeist (2010-07-14 17:50:34)


I haven't lost my mind; I have a tape back-up somewhere.
Twitter

Offline

#13 2010-07-14 18:17:29

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

Re: How do i install this?

fsckd wrote:

tar xzf nspluginwrapper-flash.tar.gz

The easiest way is to use tar without any compression switches:

tar xf $tarball

Of course, this relies on the tarballs being packaged correctly. The file utility can check that for you. Tar xf works 99,9% of the time.

As for recommending AUR helpers: people should learn how to use makepkg (and the AUR) without frontends first.

Topic starter: if you talk about learning to install firefox, then you should have documented yourself better. The wiki clearly explaijns how to set up your system and install packages. Firefox, wine etc. are all installable from the official repositories.


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

Offline

#14 2010-07-14 18:23:55

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: How do i install this?

ace_w1zard wrote:
fsckd wrote:

The output package is .pkg.tar.xz and the wiki article needs to be updated.

OMG, this is soooo bad mad! is there any other tuts or something that can help me learn how to install packages, i wanna install wine, firefox, chrome, netbeans, etc etc, but i cant even find correct documentation on how to install them.:(

Firefox and NetBeans:

# pacman -S firefox netbeans

packer (AUR helper):

$ wget http://aur.archlinux.org/packages/packer/packer.tar.gz
$ tar xvf packer.tar.gz
$ cd packer
$ makepkg -s
# pacman -U packer-*-any-pkg.tar.xz

Chrome and Wine:

# packer -S google-chrome bin32-wine-stable

We have a Wiki for a reason. Please use it.
http://wiki.archlinux.org/index.php/Main_Page

Offline

#15 2010-07-14 18:28:36

ablepharus
Member
From: Berlin
Registered: 2010-05-23
Posts: 129

Re: How do i install this?

Why does nobody use   -si ?

Offline

#16 2010-07-14 18:31:37

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: How do i install this?

ablepharus wrote:

Why does nobody use   -si ?

I find that:

# pacman -Ss

is suffiecient enough. All that extra stuff -Si spits out isn't really useful unless you need it wink

EDIT: Oh, you meant makepkg -si. *bashes self in head* tongue

Last edited by cesura (2010-07-14 22:24:08)

Offline

#17 2010-07-14 19:49:03

alexandrite
Member
Registered: 2009-03-27
Posts: 326

Re: How do i install this?

ablepharus wrote:

Why does nobody use   -si ?

Come to think of it, I have no idea.  I usually just do makepkg -s; pacman -U, but I know about the -i option and I have no idea why I don't use it.

Offline

#18 2010-07-14 20:32:24

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: How do i install this?

@ .:B:. : I'll finish this for you:

.:B:. wrote:

As for recommending AUR helpers: people should learn how to use

makepkg before jumping to an AUR helper that automates things for you. This way, when something inevitably breaks, you have a better chance of figuring what went wrong.

Simplest "AUR helper" ever:

aget() {
  for pkg; do
    curl "http://aur.archlinux.org/packages/$pkg/$pkg.tar.gz" | tar -xvf -
  done
}

If you want something a little more involved that will do searching, check for updates and resolve dependencies, I recommend cower or slurpy.

Last edited by falconindy (2010-07-14 20:38:06)

Offline

#19 2010-07-14 20:32:49

ace_w1zard
Member
Registered: 2010-07-07
Posts: 83

Re: How do i install this?

itsbrad212 wrote:
ace_w1zard wrote:
fsckd wrote:

The output package is .pkg.tar.xz and the wiki article needs to be updated.

OMG, this is soooo bad mad! is there any other tuts or something that can help me learn how to install packages, i wanna install wine, firefox, chrome, netbeans, etc etc, but i cant even find correct documentation on how to install them.:(

Firefox and NetBeans:

# pacman -S firefox netbeans

packer (AUR helper):

$ wget http://aur.archlinux.org/packages/packer/packer.tar.gz
$ tar xvf packer.tar.gz
$ cd packer
$ makepkg -s
# pacman -U packer-*-any-pkg.tar.xz

Chrome and Wine:

# packer -S google-chrome bin32-wine-stable

We have a Wiki for a reason. Please use it.
http://wiki.archlinux.org/index.php/Main_Page

k sorry, so when i am done downloading all this, i will have fire fox, etc?

Offline

#20 2010-07-14 20:35:48

mk12
Member
Registered: 2010-07-06
Posts: 16

Re: How do i install this?

You should read the wikis on pacman, the AUR, ABS etc.

Offline

#21 2010-07-14 21:23:24

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

Re: How do i install this?

Thanks falconindy tongue.

ace_wizard: I implore you to read the documentation thoroughly before opening any more topics.


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

Offline

#22 2010-07-14 21:50:10

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: How do i install this?

And I ORDER you to read the docs before opening any more topics. smile

Seriously - coming in here and asking half-assed questions that show you haven't even tried to understand what you're doing is sloppy, and also disrespectful to the developers and wider community of Arch. If you don't like reading docs, you should reconsider your choice of distro.

Offline

#23 2010-07-14 22:20:08

jwbirdsong
Member
From: Western KS USA
Registered: 2006-11-25
Posts: 173

Re: How do i install this?

We need to comeup w/ a method so that you (anyone;  NOT just OP) is REQUIRED to manually D/L, untar, build and install ANY aurhelper.

This is along the line, of when my kids were in school they had to show that they could do the math BEFORE I allowed them a calculator.


PLEASE read and try to FIX/FILE BUGS instead of assuming other have/will.

Offline

#24 2010-07-14 22:26:31

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: How do i install this?

jwbirdsong wrote:

We need to comeup w/ a method so that you (anyone;  NOT just OP) is REQUIRED to manually D/L, untar, build and install ANY aurhelper.

This is along the line, of when my kids were in school they had to show that they could do the math BEFORE I allowed them a calculator.

With each AUR helper is a verification code that you enter to complete your Arch Forums registration tongue

Offline

#25 2010-07-14 22:31:59

ace_w1zard
Member
Registered: 2010-07-07
Posts: 83

Re: How do i install this?

fsckd wrote:
ace_w1zard wrote:

i downloaded the tarbell files, made a build file in my /home/tevin , then rand the following command and got the following
---------------------------
[tevin@baxxan ~]$ ~/build
bash: /home/tevin/build: is a directory
[tevin@baxxan ~]$ cd ~/build

[tevin@baxxan build]$ tar -xvzf nspulginwrapper-flash.tar.xz
tar (child): nspulginwrapper-flash.tar.xz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
[tevin@baxxan build]$


why is it doing this? i followed the intructions exactly?

Should be,

tar xzf nspluginwrapper-flash.tar.gz
cd nspluginwrapper-flash
makepkg -s
pacman -U nspluginwrapper-flash-10.1.53-1-x86_64.pkg.tar.xz

Double check the file names before running the commands.

edit: Good catch Zeist.

when i typed in your correct i got this

[tevin@baxxan ~]$ tar xzf nspluginwrapper-flash.tar.gz
tar (child): nspluginwrapper-flash.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
[tevin@baxxan ~]$

why is this doing this to me? is my kernel broken?

Offline

Board footer

Powered by FluxBB