This is a discussion on command to install tar file on freebsd within the All about FreeBSD/OpenBSD/NetBSD forums, part of the *BSD Operating systems category; I have tar ball under freebsd how to install it> i mean what commands are needed thanks...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| Sponsored Links | ||
|
|
|
||||
|
First unpack the software from its distribution format (typically a tarball compressed with compress, gzip, or bzip2 program)
If extension is .tar.gz Code:
tar -zxvf file.tar.gz Code:
tar -jxvf file.tar.bz2 If the software was distributed in source format, compile it. For example Code:
./configure make make install
__________________
Rocky Jr. You may have my body & soul, but you will never touch my pride! If you have knowledge, let others light their candles at it. Certified to work on HP-UX / Sun Solaris / RedHat |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to install Asterisk Pbx on FreeBSD 6 | sheikhatif | All about FreeBSD/OpenBSD/NetBSD | 2 | 03-24-2008 08:05 PM |
| How to install .deb file | raj | Getting started tutorials | 0 | 05-05-2007 12:57 AM |
| need help to install FreeBSD 6 series on my Intel based pc | sneezycrazyturtle | All about FreeBSD/OpenBSD/NetBSD | 1 | 02-22-2007 02:27 PM |
| Install deb package file howto | chiku | Linux software | 1 | 01-03-2007 05:06 PM |
| freebsd ifconfig alias up ioctl siocaifaddr file exists erro | ZigZag | All about FreeBSD/OpenBSD/NetBSD | 1 | 12-23-2005 04:49 PM |