Sponsored Content
Full Discussion: how do you install text.tgz
Top Forums UNIX for Dummies Questions & Answers how do you install text.tgz Post 29865 by norsk hedensk on Saturday 12th of October 2002 10:39:19 PM
Old 10-12-2002
do you mean uncompress the compressed file? at command prompt, type
tar xvfz (filename)
also, type this

man tar
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

unzip .tgz files

hi all How to unzip .tgz files waiting for suggestions Praful (5 Replies)
Discussion started by: Prafulla
5 Replies

2. Windows & DOS: Issues & Discussions

*.tgz file on WinXP

Could anyone of y'all gurus tell me of how to open *.tgz files in WinXP....which program should i use to open it...i have tried going online to open it ut all in vain...please help Gerry... (5 Replies)
Discussion started by: gerald_agoi
5 Replies

3. Programming

Looking for baseqrts tgz

Hi, I have searched google and some ftp, but I couldn't find it. If you have this source or know where I can download it, please send it to me or leave a message, thank you! (2 Replies)
Discussion started by: HOUSCOUS
2 Replies

4. UNIX for Dummies Questions & Answers

Extract .tgz files that only contain a pattern

Let's say I've got File.tgz that contains:- Apple.txt Banana.txt Carrot.txt AppleBanana.txt Now, I would like to only extract files that contain the patter "Apple". I've tried this tar -xvf File.tgz 'tar -tf File.tgz | grep 'Apple'' but it does not work. Please help. Thanks. (12 Replies)
Discussion started by: percivalwcy
12 Replies

5. UNIX for Dummies Questions & Answers

file.tgz.1of2 & file.tgz.2of2

Hi all, Need help. Anybody seen this kind of file before? file.tgz.1of2 file.tgz.2of2 how to extract this tgz file? Any help? Tq (5 Replies)
Discussion started by: zeedwolf
5 Replies

6. AIX

Unable to gunzip .tgz file in AIX6.1

Hi guys, This is my 1st post here. I tried to Google around but failed to get my solution. So I hope you guys could help me. (I have just a basic unix background for 2years so I'm sorry if im asking stupid questions) OS - Aix 6.1, 64 bits. Server - currently I only have telnet access to a... (12 Replies)
Discussion started by: pilotHans
12 Replies

7. Shell Programming and Scripting

How to create tgz file for all the directories in one time?

Hi, On server there is an one folder . which contains sub folder Eg - TEST folder contains test1, test2, execr ,tt (folder). also includes some text file like abc.txt psp.txt gg.log. here iwant to create tgz file for all the folders and file in one time. I know the command... (1 Reply)
Discussion started by: aish11
1 Replies

8. AIX

How to install .tar.tgz file in AIX 6.1?

Hello, I have openssl.0.9.8.1103.tar.tgz file which I have downloaded from https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=aixbp&S_PKG=openssl siteThe website says that the file name is openssl.0.9.8.1103.tar.z but when downloaded I get openssl.0.9.8.1103.tar.tgz as the... (2 Replies)
Discussion started by: gaugeta
2 Replies

9. UNIX for Dummies Questions & Answers

Create a tgz from source FreeBSD

Hello, i'm having a problem here with FreeBSD 9.2 . I've created a directory and downloaded the latest ntp-4.2.8p1-beta2 from ntp.org. Untar then into the directory and then ./configure all went OK. Then i had to modify some parameters in the config.h created with ./configure . Then make... (2 Replies)
Discussion started by: Board27
2 Replies
RELEASE(7)					       BSD Miscellaneous Information Manual						RELEASE(7)

NAME
release -- layout of NetBSD releases and snapshots DESCRIPTION
This document describes the layout of NetBSD releases and snapshots. This layout should be consistent between FTP servers and CD-ROMs, except possibly the path that leads to the release hierarchy. In this document, the following special words have these definitions: <machine> The platform for which the release was built, corresponding to the hw.machine sysctl variable, e.g., i386 or amiga. <machine_arch> The architecture for which a particular installation set was built, corresponding to the hw.machine_arch sysctl variable, e.g., i386 or m68k. <rel> The release version number. All README files are descriptions of the various files in directories that have ``non-standard'' contents. There may also be a README file at the top-level, describing who built the snapshot and under what circumstances (e.g., whether it's an official NetBSD snapshot, or not). All MD5 files are MD5 digests for the various files in that directory, in the format produced by the command: cksum -m <file>. All SHA512 files are SHA512 digests for the various files in that directory, in the format produced by the command: cksum -a SHA512 <file>. The SHA512 digest is safer, but MD5 checksums are provided so that a wider range of operating systems can check the integrity of the release files. Files that end in .tgz are gzipped tar archives. This is used in lieu of .tar.gz because the software used to download the sets may incor- rectly auto-unpack files ending in .gz and to accommodate systems which only support 3 character extensions to file names. All tar archives are relative to the target's / directory, and do not include the leading ``/''. The root of the release hierarchy may be the root directory of a CD-ROM, but in all other cases it should be .../NetBSD-<rel>/. The root of the release hierarchy should contain the following files and subdirectories: images/ Image files intended for use in installing NetBSD. There are different types of images for different platforms, and sometimes multiple different image types for a single platform. Images in this directory, unlike images in the .../NetBSD-<rel>/<machine>/installation/ directories, contain file systems that have an internal layout that corresponds to a complete release for a given machine type. If built with ``iso-image-source'', then it will also contain a ``source'' directory. These images are usually bootable. MD5 SHA512 NetBSD-<rel>-<machine>.iso CDROM images in ISO 9660 format, usually created with ``./build.sh ... iso-image ...'' after a ``./build.sh -x ... release ...'' in src or created with ``./build.sh ... iso-image-source ...'' after a ``./build.sh -x ... release sourcesets ...'' in src. NetBSD-<rel>-<machine>-install.img.gz Bootable installation images intended to be written to any drive which appears as an sd(4) type, such as USB flash disks. These images are created with ``./build.sh ... install-image'' in src. shared/ Files shared by two or more machine types. <machine_arch>/ Files which may be shared by all systems of the same <machine_arch> will be located in .../NetBSD-<rel>/shared/<machine_arch>/ with symbolic links pointing to these files from the <machine> subdirec- tory. ALL/ Files which are completely machine-independent will be located in .../NetBSD-<rel>/shared/ALL/ with symbolic links pointing to these files from the <machine> subdirectory. source/ Source code of the operating system should be put into .../NetBSD-<rel>/source/ using the following layout: sets/ Sources for the various system sets. MD5 SHA512 gnusrc.tgz Contains sources for all GPLed and possibly other programs that contains restrictions in their licensing that prevent others from using these programs in closed-source environments. sharesrc.tgz Contains machine-independent data files that can be shared across architectures/systems. src.tgz The operating system's userland source code, including all programs, tools, libraries, etc. syssrc.tgz Kernel sources for all architectures plus sources of the tools needed to build kernels (like config(1)). xsrc.tgz Source code of the X Window System used on all NetBSD architectures. Includes X clients and servers. <machine>/ The binary releases in .../NetBSD-<rel>/<machine>/ fit the following layout: INSTALL.txt Installation notes, including complete descriptions of files contained within the release hierarchy INSTALL.more pretty version, suited for viewing with more(1) INSTALL.html HTML version INSTALL.ps PostScript version binary/ system binaries sets/ installation sets MD5 SHA512 base.tgz The base binary distribution. This set contains the base NetBSD utilities that are necessary for the system to run and be minimally functional. This set excludes all things listed in the sets described below. comp.tgz The compiler tools distribution. This set contains the C and C++ compilers, assembler, linker, other toolchain components, and their manual pages. It also includes the system include files (/usr/include) and the static system libraries. etc.tgz This set contains the system configuration files that reside in /etc and in several other places throughout the file system hierarchy. games.tgz This set includes the games and their manual pages. kern.tgz This set includes a generic kernel. man.tgz This set includes all of the manual pages for the binaries and other software contained in the base set which are not included in the other sets. misc.tgz This set includes miscellaneous non-essential files, including dictionaries, the typesettable document set, and various other documentation and example configuration files. modules.tgz This set includes all the kernel modules. text.tgz This set includes the NetBSD text processing tools, including groff(1), all related programs, and their manual pages. xbase.tgz This set includes the base X11 distribution, including manual pages and excluding everything contained in the other X11 sets. xcomp.tgz This set includes the X11 include files and static X11 libraries. xfont.tgz This set includes the X11 fonts. xserver.tgz This set includes the X servers and manual pages for a given machine. Note: this set may not be available on some platforms. kernel/ suitably named, gzipped kernels MD5 SHA512 netbsd-GENERIC.gz A kernel built from the GENERIC kernel configuration file. This is meant as an example only; different platforms may have differently named kernels. installation/ installation helper items cdrom/ CDROM images in ISO 9660 format, created as part of ``build.sh ... release ...'' in src. Images in this directory are bootable, and contain one a kernel, installation tools, and rescue tools. They do not contain installation sets, source sets, or other components of a complete release. Note: These images are only present in the amd64 and i386 distributions. MD5 SHA512 boot.iso VGA console boot-com.iso Serial console diskimage/ disk images, on those platforms that provide them MD5 SHA512 diskimage.gz floppy/ floppy images, on those platforms that provide them MD5 SHA512 boot1.fs boot2.fs instkernel/ installation kernels for platforms that can boot them directly MD5 SHA512 netbsd.gz miniroot/ miniroot images, on those platforms that provide them MD5 SHA512 miniroot.fs.gz misc/ miscellaneous installation helper utilities, including boot selectors, floppy writing software, other software that runs under foreign operating systems, etc. MD5 SHA512 ... netboot/ network boot programs MD5 SHA512 netboot.gz tapeimage/ tape images, on those platforms that provide them MD5 SHA512 tapeboot SEE ALSO
cksum(1), gzip(1), split(1), tar(1) HISTORY
The release manual page first appeared in NetBSD 1.3. BSD
September 6, 2012 BSD
All times are GMT -4. The time now is 10:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy