![]() |
|
OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
I met some problems when i try to install a package, for example eclipse. While eclipse require other packages but how to i know the required packages before i install it?So i can download all the requirements and install it one time.
|
|
|||
![]() Quote:
Last edited by ocicat; 30th July 2008 at 03:07 AM. |
|
|||
![]()
i see.
![]() |
|
|||
![]() Quote:
Quote:
http://openbsd.org/faq/faq15.html Last edited by ocicat; 30th July 2008 at 03:10 PM. |
|
||||
![]()
bsdnewbie999, are you concerned about the dependencies for a package (in your case, eclipse) because one of them fails to install correctly? If there is a dependency that fails to install, it should be telling you which one.
Now if you still want to view dependencies for a particular package, and your PKG_PATH is set, use the "-S" option on pkg_info. Here's how: 1) Find the proper name of the package for the application you want to see dependencies for (we'll use snort.) Code:
# pkg_info -Q snort p5-Net-Snort-Parser-1.21p0 snort-2.8.0.1 snort-2.8.0.1-mysql snort-2.8.0.1-postgresql snort-2.8.0.1-prelude Code:
# pkg_info -S snort-2.8.0.1-mysql Information for ftp://ftp.usa.openbsd.org/pub/OpenBSD/4.3/packages/i386/snort-2.8.0.1-mysql.tgz Signature: snort-2.8.0.1-mysql,c.43.0,lib/mysql/mysqlclient.18.0,m.2.3,mysql-client-5.0.51a,pcap.5.0,pcre-7.6,pcre.2.1,z.4.1
__________________
Network Firefighter |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
please check my pf.conf | gosha | OpenBSD Security | 10 | 30th January 2009 12:32 AM |
Best way to check and fix corrupt disk? | bsdme2 | FreeBSD General | 5 | 29th January 2009 06:10 PM |
(Net|Open)BSD Make: implicit C header dependencies | taylor_venable | Programming | 3 | 25th November 2008 10:32 AM |
check for badblocks | ccc | FreeBSD General | 5 | 30th October 2008 07:00 PM |
How to handle conflicting port dependencies? | Aux | FreeBSD Ports and Packages | 2 | 29th September 2008 06:44 AM |