I've upgrade my system to 10-CURRENT :
But if I want to see installed pkgs , system show only 24 pkgs :
how can I solve it ?
thanks
Code:
mondounix.com# uname -a
FreeBSD freebsd9-64bit 10.0-CURRENT FreeBSD 10.0-CURRENT #2: Thu Dec 6 15:24:37 CET 2012 root@freebsd9-64bit:/usr/obj/usr/src/sys/GENERIC amd64
But if I want to see installed pkgs , system show only 24 pkgs :
Code:
mondounix.com# pkg info
cairo-1.10.2_4,2 Vector graphics library with cross-device output support
gcc-4.7.3.20121124 GNU Compiler Collection 4.7
libtool-2.4.2 Generic shared library support script
nspr-4.9.4 A platform-neutral API for system level and libc like functions
nss-3.14 Libraries to support development of security-enabled applications
p5-Compress-Raw-Bzip2-2.059 Low-Level Interface to bzip2 compression library
p5-Compress-Raw-Zlib-2.059 Low-Level Interface to zlib compression library
p5-Encode-Locale-1.03 Determine the locale encoding
p5-Error-0.17019 Perl module to provide Error/exception support for perl: Error
p5-HTML-Parser-3.69 Perl5 module for parsing HTML documents
p5-HTML-Tagset-3.20 Some useful data table in parsing HTML
p5-HTTP-Date-6.02 Conversion routines for the HTTP protocol date formats
p5-HTTP-Message-6.06_1 Representation of HTTP style messages
p5-IO-HTML-0.04 Open an HTML file with automatic charset detection
p5-IO-Socket-IP-0.18 A drop-in replacement for IO::Socket::INET supporting IPv4 and IPv6
p5-IO-Socket-SSL-1.80 Perl5 interface to SSL sockets
p5-LWP-MediaTypes-6.02 Guess media type for a file or a URL
p5-Net-HTTP-6.05 Low-level HTTP client
p5-Net-SSLeay-1.49 Perl5 interface to SSL
p5-Socket-2.006 Networking constants and support functions
p5-URI-1.60 Perl5 interface to Uniform Resource Identifier (URI) references
perl-5.16.2 Practical Extraction and Report Language
sqlite3-3.7.14.1 An SQL database engine in a C library
vigra-1.9.0 VIGRA stands for "Vision with Generic Algorithms"
Code:
mondounix.com# ls -al /var/db/pkg | wc -l
838
Code:
mondounix.com# pkgdb -fu
---> Updating the pkgdb
[Rebuilding the pkgdb <format:bdb_btree> in /var/db/pkg ... USING PKGNG
- 24 packages found (-0 +24) ........................ done]
how can I solve it ?
thanks