Re: [Freeswitch-users] APT Utility

2009-11-20 Thread Michael Collins
On Fri, Nov 20, 2009 at 3:56 AM, Rob Forman wrote: > Hi David, > > Apt was just for getting your dependencies in order. Now you can go about > the business of compiling and installing Freeswitch. You might start with > 1.0.4 so you don't have to mess with svn yet. > > > http://wiki.freeswitch.o

Re: [Freeswitch-users] APT Utility

2009-11-20 Thread Rob Forman
er 19, 2009 10:42 PM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] APT Utility Ubuntu has pretty good package management with apt-get and should work well for a beginner. The recommended OS (though FreeSWITCH runs on a wide variety of platforms) is 64-bit CentOS.

Re: [Freeswitch-users] APT Utility

2009-11-20 Thread David V. Fansler
-fansler.com From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Rob Forman Sent: Thursday, November 19, 2009 10:42 PM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] APT Utility Ubuntu has pretty good

Re: [Freeswitch-users] APT Utility

2009-11-19 Thread Rob Forman
nt: Wednesday, November 18, 2009 5:53 PM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] APT Utility Hi David, When using Apt, you would install packages with: apt-get install Or search for packages with apt-cache search If you're not root, you'll need to st

Re: [Freeswitch-users] APT Utility

2009-11-19 Thread David V. Fansler
ch-users-boun...@lists.freeswitch.org] On Behalf Of Rob Forman Sent: Wednesday, November 18, 2009 5:53 PM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] APT Utility Hi David, When using Apt, you would install packages with: apt-get install Or search for packages with apt

Re: [Freeswitch-users] APT Utility

2009-11-18 Thread Shelby Ramsey
David, apt is the pack management system for the debian line of distros (including Ubuntu). Google apt-get or aptitude for more information on the utility. This probably isn't the best list for topics not related to FS (apt is a linux utility) ... but here is a brief rundown: apt-get install

Re: [Freeswitch-users] APT Utility

2009-11-18 Thread Rob Forman
Hi David, When using Apt, you would install packages with: apt-get install Or search for packages with apt-cache search If you're not root, you'll need to stick "sudo " in front of those command. Honestly, you might want to find a better tutorial with explicit command-by-command instr

[Freeswitch-users] APT Utility

2009-11-18 Thread David V. Fansler
Greetings - I am trying to startup a freeSwitch on a P4 running Ubuntu 9.04 "Jaunty". I know very little about Linux. I decided to try this after reading the article in Linux Pro Magazine. I have been following the detailed instructions in the wiki for using Ubuntu Jaunty, however I have run int