Ports/Packages and release engineering
jd1008
jd1008 at gmail.com
Sat Feb 14 18:57:06 UTC 2015
On 02/14/2015 11:36 AM, jungle Boogie wrote:
>> >Another small question: I ran something like "pkg install xserver-xorg
>> >digikam vim screen bash" the other day in my FreeBSD test VM. I
>> >discovered quite a bit of information was printed out at the end from
>> >various packages, which scrolled off the screen. Is there a way to
>> >re-display all that information? It seems if it's important enough to
>> >display, it's important enough to display long enough to read;-)
One way to save all that stuff that scrolls off the screen is to run
the pkg
command as follows:
script /tmp/pkg.out
pkg install xserver-xorg digikam vim screen bash 2>&1
exit
now you can view /tmp/pkg.out for all the stuff that scrolled off the
screen.
More information about the freebsd-questions
mailing list