LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-03-2007, 08:37 PM   #1
breezOfLife
LQ Newbie
 
Registered: May 2007
Posts: 7

Rep: Reputation: 0
adding packages to repository from .taz.gz


Downloaded the latest vers of ndiswrapper. It's a .tar.gz. I don't know what to do to install this file. I do something like

PHP Code:
apt-get install ndiswrapper-1.42.tar.gz 
and it says it can't find the file. I am in the right directory on the terminal /home/usern
 
Old 05-04-2007, 01:02 PM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
A tar.gz is not a package manager package but rather a gzipped tar bundle.

tar is a utility used to make "archives" (backups) that is commonly used for bundling files for easy transport.

gzip is a utility for compressing files. Compressing tar bundles reduces bandwidth when they are transferred over networks.

You can run:
tar tzvf ndiswrapper-1.42.tar.gz

To see what is in the bundle - the "t" tells it to just list and the "z" tells it to gunzip.

You can extract what you see in with "t" by changing it to "x":
tar xzvf ndiswrapper-1.42.tar.gz

However, rather than running the above you might want to use apt-get for ndiswrapper (without the suffix) to see if any of the repositories you have defined a prepackaged bundle for your distro.

Typically the .tar.gz distributions are so you can config and compile your own. Look for a "README" file in the tar.gz bundle if you choose to go that way.
 
Old 05-23-2007, 04:40 PM   #3
breezOfLife
LQ Newbie
 
Registered: May 2007
Posts: 7

Original Poster
Rep: Reputation: 0
Thank you very much for that thorough explanation. I am obviously new to the world of Linux and am bombarded with new terminology and processes.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a repository for Mandriva packages? Alina_B Mandriva 2 12-11-2006 06:17 AM
adding Marillat Pool repository [?] Xplosive Debian 4 03-06-2006 02:47 PM
adding a repository fakie_flip Linux - Software 4 10-12-2005 09:02 AM
sid repository packages riggzby Debian 5 07-03-2005 09:33 AM
Adding documents in CVS repository.... tinaa Linux - General 1 06-21-2003 04:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration