At Mon, 30 Sep 2002 23:02:16 +1000, Adam Bogacki wrote: > [root]# ls -ltr /etc/alternatives/pager > gave me > lrwxrwxrwx 1 root root 11 Sept 16 14:50 /etc/alternatives/pager -> > /usr/bin/lv > Without being paranoid about '9/11', something apparently happened at > 14:50 ... and what is 'lv' ?
apt-cache show lv > Trying 'apt-get install less' receives the message > "less is already the newest version" lv probably claims a higher priority than less. either remove lv, or manually change the alternative (update-alternatives --config pager) -- - Gus -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
