Home > FAQ & Tip, Software > Install Avant Window Navigator on Ubuntu

Install Avant Window Navigator on Ubuntu

April 26th, 2008 Leave a comment Go to comments

Installing Avant Window Navigator on Ubuntu 7.10 (Gusty)

Download Ubuntu version from
https://launchpad.net/ubuntu/hardy/+source/avant-window-navigator/0.2.1-0ubuntu1

Extract

$ tar -xvzf avant-window-navigator_0.2.1.orig.tar.gz

CD to extracted directory

$ cd avant-window-navigator_0.2.1

Do the following commands

$ ./configure
$ make
# sudo make install

Troubleshoot

** If application doesn’t start and gives error

avant-window-navigator: error while loading shared libraries:
libawn.so.0: cannot open shared object file: No such file or
directory

Then do the following

$ sudo ln -s /usr/local/lib/libawn.so.0 /usr/lib/libawn.so.0

Categories: FAQ & Tip, Software
  1. No comments yet.
  1. No trackbacks yet.