ae23
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
With all the port and pkg tools is there a way to do multiple installs at once?
Hypothetically, lets say in the ports tree there are all of the perl5 modules in there, and there are quite a number of them. Is there a way to install all of them with maybe only one command, instead of needing to portinstall, or cd /usr/ports/www/p5xxxxx && make install clean for each one? Thanx, Murias |
|
#2
|
||||
|
||||
|
What's wrong with 'portinstall port1 port 2 port3 .. [portN]' or 'portinstall p5*'?
|
| The Following User Says Thank You to DutchDaemon For This Useful Post: | ||
murias (February 4th, 2009) | ||
|
#3
|
|||
|
|||
|
Quote:
Appreciate you pointing that out though. each version of unix has its own little quarks and diffs. Cheers |
|
#4
|
||||
|
||||
|
Ok. If you are going to use portinstall to install a lot of ports at once, I advise you to use category/port for every port ('portinstall mail/postfix'), or the installation will halt when portinstall is unsure about which port you mean in case of naming ambiguities.
The easiest way to find those (I feel) is to install 'psearch' from ports, which will print those category/port combinations. The good thing about portinstall is that it will install the ports in the right order (dependency-wise), which is not necessarily the command-line order you're using. I'd also advise using -c or -C when installing a lot of ports, or you'll have those blue config screens waiting for you to press 'enter', usually right after you've left the room or gone to bed. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Swap partitions on multiple SCSI drives | agis | Installing & Upgrading | 19 | February 8th, 2010 20:38 |
| Carp - Multiple instances synchronization | sai | Firewalls | 1 | January 20th, 2009 17:45 |
| Multiple OS - directory structure problem | petike | General | 10 | January 7th, 2009 07:01 |
| starting multiple instance of same daemon from rc.conf | alief | Installing & Upgrading | 3 | December 11th, 2008 17:36 |