This dependency for some reason cannot be installed using the package managers (apt, apt-get or aptitude).
Download the .deb file
Try to install it using:
sudo dpkg -i libxml2_2.9.4+dfsg1-6.1ubuntu1.2_i386.debThis might fail and a quick workaround to fix it is to run the following command which will install the missing dependencies.
sudo apt --fix-broken install
# Now retry the installation
sudo dpkg -i libxml2_2.9.4+dfsg1-6.1ubuntu1.2_i386.debDownload the drivers from the official website:
http://gdlp01.c-wss.com/gds/0/0100005950/09/linux-UFRIILT-drv-v150-uken.tar.gz
Extract and run the installer script.
sudo bash installer.shThe installation should work now.