Software :: Installing Aircrack-ng From Tarball?

Jun 18, 2010

i downloaded a souce tarball for aircrack-ng from linux, when i extract it and move the terminal to its directory and run make and make install it gives me errors like the following

Code:
>make
make -C src all
make[1]: Entering directory `/home/baronobeefdip/aircrack-ng-1.1/src'
make -C osdep

[Code]...

as you can see by the little icon next to my penguin i am using fedora (goddard) but i want to know how to install this in several other distros other than fedora because tarballs are universal with linux distros and i wanna know how to install it without using the internet (just want to know how to install it from tarball)

View 7 Replies


ADVERTISEMENT

Fedora :: Installing Software From A Tarball?

Mar 9, 2011

using YUM to install an .rpm but I have a couple of bots of software that come only as a tarball- I am interested in the latest RC of Firefox as an example. Having downloaded a t tarball, how do I go about installing it in fedora

View 1 Replies View Related

OpenSUSE Wireless :: Installing Aircrack-ng In SUSE 11.3?

Aug 29, 2010

I have tried to compile Aircrack -ng in Opensuse 11.2 I have received the following output

linux-z7wt:/home/jcaser/aircrack-ng-1.1 # make
make -C src all
make[1]: se ingresa al directorio `/home/jcaser/aircrack-ng-1.1/src'
make -C osdep
make[2]: se ingresa al directorio `/home/jcaser/aircrack-ng-1.1/src/osdep'
Building for Linux

[Code]...

View 5 Replies View Related

General :: Installing Program TarBall - Cannot Make It Work

Jan 28, 2010

I know there is lots of documentation out there for installing tar balls but I can't make it work I am trying to work with this file sauerbraten_2009_05_04_trooper_edition_linux.tar.bz2 in file:///home/Nemesis/Downloads/sauerbraten_2009_05_04_trooper_edition_linux.tar.bz2

I am running Fedora 12, the gnome desktop if the desktop matters. I have been running Fedora almost elusively for 2 years and off n on before that but in my many attempts at trying to Install a TARBALL I have always failed hard.

View 17 Replies View Related

General :: Installing Ffmpeg From Tarball With Libx264 Enabled?

Jun 19, 2010

(1)I got ffmpeg-checkout tarball dated 5 june 2010 . It was bigger than ffmpeg-export of same date but I noticed the binary ffmpeg & ffplay generated after './configure' & 'make' are same size.

(2)I am using ubuntu 8.04 with GNOME. I am able to compile ffmpeg with following options

[Code]....

Do I have to get tarballs (of libx264 & libtheora) & compile them .

View 6 Replies View Related

Fedora :: How To Get D Rpm Or Tarball?

Mar 1, 2010

Read about Moksha & would love to install it on f12. how do i go about getting d rpm or tarball.

View 1 Replies View Related

Fedora :: How To Use Aircrack-ng

Jul 1, 2010

How do I use Aircrack-ng in Fedora 13?

View 2 Replies View Related

Software :: How To Use Aircrack-NG

Apr 19, 2011

How to use aircrack-ng?

View 2 Replies View Related

General :: How To Install A Tarball

Feb 23, 2011

how to install a tar.gz file in Ubuntu. I just reinstalled Ubuntu from scratch, so I don't have any additional software.

View 5 Replies View Related

Debian :: Packaging Tarball Which Already Has A Directory?

Apr 4, 2011

I have an upstream source tarball which, by coincidence, already contains a directory named "debian", but which has nothing to do with the "debian" directory for packaging. Assume also that renaming this directory would be difficult, for example because many other parts of the code would need to be modified. On an rpm based system, this poses no problem to the packager, since the rpm build process is driven by an external spec file and never has to modify the original source. What would be the best way to package this on a debian system? Is it absolutely necessary to rename the original "debian" directory? Or can I make the dpkg build tools operate out of a different directory?

View 5 Replies View Related

Fedora :: Configuring Homebank From The Tarball?

Aug 21, 2010

I am trying to install Homebank, a money manager. No problems untarring it. But I'm stuck on ./configure. When I run that command, I get this output:

Quote:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/Tom/Downloads/homebank-4.3/missing: Unknown `--run' option

[code]....

I'm guessing it's a simple matter of installing gtk and glib, but I just want to double check before I go any further.

View 4 Replies View Related

Ubuntu :: How To Build Driver Tarball

Apr 4, 2010

my dads decided to try out ubuntu on his pc, so far everythings up and running smoothly. i am trying to get the video capture card working with tvtime. I have ran "lspci" in the terminal which has detected the following.

00:00.0 Host bridge: Intel Corporation 82875P/E7210 Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82875P Processor to AGP Controller (rev 02)
00:03.0 PCI bridge: Intel Corporation 82875P/E7210 Processor to PCI to CSA Bridge (rev 02)

[code]....

I get as far as "make KDIR=/path/to/kernel/source/tree" and got lost, i am running ubuntu 9.10. What do i put where =KDIR is?

View 3 Replies View Related

Ubuntu :: MD5 Checksum Tarball Contents?

Jul 22, 2011

I have a large tarball which is bz2 compressed, and I would like to get a md5 sum of the files contained in it, as I have a separate directory on another server containing what I think are the same files. I want to check to see if the tarballs files are the same as the uncompressed files on the remote server. The files are big 10gb+ so I was wondering if there was a quick way without having to uncompress them all and then md5 them.

View 4 Replies View Related

General :: Unable To Extract The Tarball

Mar 17, 2010

I need to extract a tarball but unfortunately this error occurred when I tried it

# tar zxvf toolchain.tar.gz
tar: Skipping to next header
gzip: stdin: invalid compressed data--format violated
tar: Child returned status 1

[code]....

Is there a way that I can recover or extract the tarball? I tried to gunzip first but to no avail as well.

View 2 Replies View Related

General :: Tarball Does Not Uncompress In Debian 5.0

Sep 29, 2009

Upon attempting to uncompress a tarball with

Code:

View 3 Replies View Related

Software :: RPM - How To Package Binary Tarball

Nov 22, 2010

I'm trying to package Apache Tomcat binary tarball into a RPM package on CentOS 5.5. The idea is to package the tarball, extract it into /usr/local/, create a tomcat user, change permission on the /usr/local/tomcat install dir, copy the init startup script to /etc/init.d/

Since it's a binary/pre-compiled package, I don't need to compile the source codes.

View 2 Replies View Related

Programming :: Compile And Install From A Tarball?

May 2, 2011

I recently downloaded a tarball which contains a .src file for a program to convert .ttf fonts to .cxf fonts for use in Qcad drawings. how to compile and install this program in linuxmint 9 or ubuntu lucid. What I downloaded from the ribbonsoft.com website is a tarball called ttf2cxf-0.0.0.1-src.tar.gz. It contains a directory /ttf2cxf-0.0.0.1-src, which contains three files: main.cpp, Makefile, and ttf2cxf. I can post the contents of these files. This is not a high priority problem but i have been messing around with this for a while and have made no progress.

View 9 Replies View Related

Red Hat :: Nawk On CentOS 5.6 - Can't Find The Rpm Or Tarball

May 15, 2011

I am looking for nawk on CentOS 5.6 but so far can't find the rpm or tarball. Any input in locating a working copy.

View 4 Replies View Related

Fedora Installation :: How To Install And Use Aircrack-ng

Jul 19, 2009

I would like to ask for anyones help on how to install and use aircrack-ng.

I would like to try hacking the wep key for my wifi. this is not for hacking purposes.

View 1 Replies View Related

Ubuntu Networking :: Aircrack-ng Is Not Working

Feb 19, 2010

I have an laptop HP6735s (BCM4322 wireless adapter). I have installed drivers for wireless adapter. The problem is aircrack. When I type in: aireplay-ng -9 eth2 .An error appears as:sure RFMON is enabled: run 'airmon-ng start eth2 <#>'sysfs injection support was not found either.

View 1 Replies View Related

Ubuntu :: Aircrack + Macchanger Not In Repository

Apr 12, 2010

I've just reinstalled 904 UNR and I cannot find aircrack or maccahnger in the repo?

View 9 Replies View Related

Ubuntu Networking :: Aircrack Not Showing WEP Key

Aug 15, 2010

I don't know why this happen a lot of time. But my first trial I successful to crack my neighbor WEP key and it write down the password beside that. But now, it doesn't show the decrypted password even the process was successful. Here the url of image [URL].

View 4 Replies View Related

Ubuntu Networking :: Can't Seem To Install Aircrack-ng?

Sep 29, 2010

fertech@fertech-laptop:~$ sudo apt-get install aircrack-ng

Reading package lists... Done

Building dependency tree

Reading state information... Done

E: Couldn't find package aircrack-ng
fertech@fertech-laptop:~$

View 1 Replies View Related

Ubuntu :: Complete The Installation Of Aircrack?

Mar 25, 2011

After I downloaded and installed the software "Aircrack" from the Synaptic Package Manager and restarted the PC, I still could not find Aircrack under Application or System. Can anyone advise me if I need to do more to complete the installation of Aircrack?

View 3 Replies View Related

Ubuntu Installation :: How To Install Aircrack-ng From HDD Or USB

May 19, 2011

I`ve searched and didn`t found a radical answer for how to install aircrack-ng from HDD or USB since i dont have a internet connection on ubuntu . i do have the aircrack-ng file .tar.gz , but how do i install it. i like to mention also that i`m running ubuntu 10.04 live from USB .

View 3 Replies View Related

General :: Getting Error(s) While Trying To Use Aircrack-ng On Ubuntu 10.4?

Oct 11, 2010

how to use aircrack-ng on ubuntu 10.4? cos i actually installed it using 'sudo apt-fast install aircrack-ng' but got some error when i tried sudo airodump-ng eth1. i use dell inspiron 1545,maybe the following result will help

jiballx@jiballx-laptop:~$ sudo airmon-ng stop wlan0
[sudo] password for jiballx:
Sorry, try again.
[sudo] password for jiballx:
InterfaceChipsetDriver

[Code]...

View 3 Replies View Related

Software :: Dictionary For Aircrack-ng Or Backtrack 4?

Apr 5, 2011

I'm basically wondering if anyone knows where I can find a good dictionary to use with Aircrack-ng or Backtrack 4 with Aircrack or any other program like Aircrack. I am pretty fluent in the Aircrack command line, but cannot seem to find a true dictionary. I would like to not use word lists that don't use all characters, but if anyone has any ideas on creating a word list that actually works I'd love to learn. Also I have heard that some dictionaries are built into Backtrack 4, so I'm wondering if anyone knows how to find those and use them.

View 4 Replies View Related

Fedora :: Building A Rpm From A Tarball Not Containing The Spec File?

Jun 29, 2011

I found that "autospec" can construct a spec file. But autospec-0.8-1 is not compatible with python 2.7.1 Moreover autospec seems to be considered as deprecated. Is there a more recent version or some other equivalent utility?

View 3 Replies View Related

OpenSUSE :: Install Programs Which Are In Tarball Form?

Apr 1, 2011

Is there an "easy" explanation somewhere in the forum about how to install programs which are in tarball form? I am relearning much of openSUSE and unsure of the compiling commands, which one(s) should be ran as a user, which commands should be ran as root... I've done a search on this topic and it seems there is a difference in login between make, make install, checkinstall etc.

I understand I'll also need some developer packages to compile tarballs however I don't know which ones. The last time I unsuccessfully tried to work with tarballs was when openSUSE 9.x was current. It's been that long. There is a program I absolutely need, it's SecondLife which I haven't found in any RPM repositories. I've downloaded the "linux" version from their website. The file name is: SecondLife-i686-2.5.2.223426.tar.bz2 I have a 64bit Toshiba notebook running 11.4

View 4 Replies View Related

General :: How To Create A Folder Inside A Tarball

Jun 9, 2011

I created a tarball with multiple files. The rpm generator requires those files to be inside a folder. I don't want to move the files before generating the tar. Is there a way to create this folder while generating the tar or after it?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved