LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 05-16-2003, 11:31 AM   #1
Obscure
Member
 
Registered: Apr 2003
Location: Milan
Distribution: Slackware 10 / FreeBSD 5.3
Posts: 175

Rep: Reputation: 32
FreeBSD...Programs Install methods...


I'm configuring my new installation of FreeBSD 5.0 and I'm a bit confused about pkgs!!

Anyone can expalin or has a good link (to a HowTO, Tutorial) explained the package system

I haven't got a internet connection trought the FreeBSD computer so I can do CVS or ports!

For example: now I want to install FluxBox but there aren't FreeBSD pkgs on FluxBox site!!
I want to build my own FreeBSD FluxBox package
What should I do??

TnxVM
 
Old 05-16-2003, 03:47 PM   #2
mister_math
Member
 
Registered: Feb 2003
Location: /USA/IL/Chicago
Distribution: Ubuntu 5.10
Posts: 37

Rep: Reputation: 15
To start out, I would look here:
http://www.freebsd.org/doc/en_US.ISO...ook/ports.html

But if you don't have an internet connection, you'll have to get the files to your system somehow. I would recommend ports. The simplest way to do this (all this is in the link above, BTW) is to go to ftpn.freebsd.org (where n is some number) and download the .tar.gz file from there and put it in /usr/ports/distfiles. Then just do:

(for fluxbox)
#cd /usr/ports/x11-wm/fluxbox/
#make install clean

That's all there is to it!
 
Old 05-16-2003, 08:55 PM   #3
stickman
Senior Member
 
Registered: Sep 2002
Location: Nashville, TN
Posts: 1,552

Rep: Reputation: 53
Fluxbox 0.1.14 is available on the FreeBSD website. You can also get fbdesk. Just search the ports and download. Once you get the package, just use the pkg_add command.
 
Old 05-17-2003, 09:42 AM   #4
Obscure
Member
 
Registered: Apr 2003
Location: Milan
Distribution: Slackware 10 / FreeBSD 5.3
Posts: 175

Original Poster
Rep: Reputation: 32
Tnx VM mister_math & stickman!!!
I'm working on it an study the Howto!!!!
I will try!!
Tnx!
 
Old 05-19-2003, 05:08 AM   #5
Obscure
Member
 
Registered: Apr 2003
Location: Milan
Distribution: Slackware 10 / FreeBSD 5.3
Posts: 175

Original Poster
Rep: Reputation: 32
Ok!! I've learned something more about ports!!
But I got this problem: the version of my fluxbox .tgz is newer than the port version! What should i do?Download the new MakeFile and other config files??

Last edited by Obscure; 05-19-2003 at 07:55 AM.
 
Old 05-19-2003, 10:38 PM   #6
trn
Member
 
Registered: Feb 2003
Distribution: freebsd/gentoo
Posts: 68

Rep: Reputation: 15
if you cvsup your ports the fluxbox port is 1.14 or whatever. If you are trying to run a devel version or flux .92 i think is the latest then you can just manual build it. Sounds like you just need to cvsup your ports (update the ports collection) theres a nice section on cvsup in the handbook.
 
Old 05-20-2003, 09:47 AM   #7
Obscure
Member
 
Registered: Apr 2003
Location: Milan
Distribution: Slackware 10 / FreeBSD 5.3
Posts: 175

Original Poster
Rep: Reputation: 32
Well!!But i don't have a internet connection!!!
I've downoaded the MakeFile & others but there's a difference between the versions of .tgz file!!
The ports doesn't works 'cause search for fluxbox-0.1.14.tar.gz but I've found only fluxbox-0.1.14_2.tar.gz (on ftp.freebsd.org)!!Rename doesn't work!!!
 
Old 05-20-2003, 09:49 AM   #8
Obscure
Member
 
Registered: Apr 2003
Location: Milan
Distribution: Slackware 10 / FreeBSD 5.3
Posts: 175

Original Poster
Rep: Reputation: 32
The ports and CVSUP are great but if you don't have an internet connection they are not so practical!!!!
 
Old 05-22-2003, 03:21 PM   #9
Manadien
Member
 
Registered: Mar 2003
Distribution: FreeBSD 5.5, OpenBSD 3.3, Ubuntu breezy
Posts: 81

Rep: Reputation: 15
Check out the handbook in my sig but all admin things are done in FreeBSD via the /stand/sysinstall program. To install new packages you select Configure -> Packages. Or as someone pointed out you can make it in the ports.

Last edited by Manadien; 05-22-2003 at 03:22 PM.
 
Old 05-26-2003, 04:13 AM   #10
Obscure
Member
 
Registered: Apr 2003
Location: Milan
Distribution: Slackware 10 / FreeBSD 5.3
Posts: 175

Original Poster
Rep: Reputation: 32
Tnx VM!!! I'm working on it!!
 
Old 05-28-2003, 04:23 PM   #11
mister_math
Member
 
Registered: Feb 2003
Location: /USA/IL/Chicago
Distribution: Ubuntu 5.10
Posts: 37

Rep: Reputation: 15
Quote:
Originally posted by Obscure
Well!!But i don't have a internet connection!!!
I've downoaded the MakeFile & others but there's a difference between the versions of .tgz file!!
The ports doesn't works 'cause search for fluxbox-0.1.14.tar.gz but I've found only fluxbox-0.1.14_2.tar.gz (on ftp.freebsd.org)!!Rename doesn't work!!!
I have an idea, but I have NO idea if it would work, so don't quote me on this. If you edit the MakeFile, there should be, near the top, a variable declaration of PORTVERSION. Just change this to 0.1.14_2, or whatever, and see if it works.


Alternatively, if you can find a machine running FreeBSD with an internet connection, and they keep their ports up to date, just zip the entire /usr/ports/ directory and transfer it to your computer. Don't forget to run 'portsdb -Uu' afterwords, though.
 
Old 05-29-2003, 03:26 AM   #12
Obscure
Member
 
Registered: Apr 2003
Location: Milan
Distribution: Slackware 10 / FreeBSD 5.3
Posts: 175

Original Poster
Rep: Reputation: 32
Tnx VM!!!I'm just study on FreeBSD handbook and I've "updated manualy" the ports that I'm interested in!!
I hope to have an internet connection soon!!!!!
TNx
Obscure
 
Old 06-03-2003, 02:35 AM   #13
5amYan
Member
 
Registered: Apr 2002
Location: The District
Distribution: FreeBSD, OBSD maybe Gentoo and Winblech XP
Posts: 291

Rep: Reputation: 30
why do you not have an internet connection?

How are you posting this?
 
  


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
What are the best methods to install software packages? DennisSullivan Linux - Newbie 3 10-12-2005 06:40 PM
Background information on install methods Maarten_Holland Linux - Newbie 3 02-26-2005 04:34 AM
methods of install in terminal??? DMZeplin Mandriva 2 02-19-2005 09:14 PM
linking C++ programs in FreeBSD balasaravanan *BSD 2 11-03-2004 07:36 PM
Other install methods? Icon Mandriva 7 11-01-2003 04:14 AM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 08:14 AM.

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