EnderUNIX Team.


EnderUNIX tips

Mail to My Friend , Home Page

[ FreeBSD ]

"duplicate package/port" - Gökhan ALKAN - (2005-11-25 10:01:54)   [3884]

If you want to check for duplicate package/port installations,
try the following pkg_info command.

pkg_info | sort | sed -e 's/-[0-9].*$//' | \
uniq -c | grep -v '^[[:space:]]*1'

Mail to My Friend , Home Page