Results 1 to 5 of 5

Thread: Tar.gz files?

  1. #1
    Join Date
    Nov 2009
    Beans
    34
    Distro
    Ubuntu 10.04 Lucid Lynx

    Arrow Tar.gz files?

    Hey guys, I used to fiddle around with 9.10 awhile back, and for this second time through a linux operating system, I want to start learning more and actually get the full potential of my system instead of treating it like windows and going nowhere (like I was ). Well, the first problem I'm having is my wireless adapter (a Belkin's basic N usb adapter). I'm trying to get ndiswrapper (I think that's the name) but since I cant use aptitude when I don't have internet I decided to download a tar file and extract it with the archive manager. The only bad thing is that I have no idea where to go from there, and it wont let me run ndiswrapper from the terminal if i enter it in. I tried to do tar zxvf (or whatever it is, I'm not on my Xubuntu computer at the moment) but it keeps telling me that it cant find the archive, even though I directed the terminal straight to the flash drive. So, since I'm a n00b at tar files, could some people maybe link me to some useful articles or help me out with what I should do? Any advice is greatly appreciated!

  2. #2
    Join Date
    Jan 2009
    Location
    Denmark
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Tar.gz files?

    if you do

    Code:
    tar -xzfv filename
    can you then give an copy paste of the output?

  3. #3
    Join Date
    Apr 2009
    Location
    Mangalore India
    Beans
    840
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Tar.gz files?

    Hi
    Tar files can be explained as group of files which are required for the programme. They neither compiled nor executable ones.
    So the first basic step is to
    1. Read the 'Read me' file and 'Installation file'

    2. See whether you require any dependency package. If so install it from synaptic package manager

    3. Untar the file to any location say 'Desktop'

    4. use the command
    Code:
    cd Desktop
    5 . Use the command
    Code:
    cd 'Filename'
    the letters in red should match the folder name

    6. Use the command
    Code:
    make && make install
    to install
    With regards
    Dr Kurian
    Microsoft gives you Windows... Linux gives you the whole house.

  4. #4
    Join Date
    Nov 2009
    Beans
    34
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Tar.gz files?

    I wont be at a computer with Ubuntu till later today. But that info was really helpful bro, I'll try it out and be sure to tell you the results when I can. The only problem is that I wont be able to download any dependency files since I dont have internet XD will it be almost required that I get them before I can install tar files, or is it possible it will be OK without it?

  5. #5
    Join Date
    Jul 2010
    Location
    Land of the GIANTS!
    Beans
    61
    Distro
    Ubuntu 10.04 Lucid Lynx

    Cool Re: Tar.gz files?

    Quote Originally Posted by momrocker View Post
    I wont be at a computer with Ubuntu till later today. But that info was really helpful bro, I'll try it out and be sure to tell you the results when I can. The only problem is that I wont be able to download any dependency files since I dont have internet XD will it be almost required that I get them before I can install tar files, or is it possible it will be OK without it?
    You may need the Ubuntu repository DVD.

    linky

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •