Question(s)/Issue(s):
Until the release of the Linux plug-in (now in private BETA), users of Linux
can try to utilize the emulator Wine and install our Windows version of the
ebrary Reader™.
Solution(s):
The short directions
- Download and install WINE:
sudo apt-get install wine
- Download and locally save Firefox for Windows from this location.
- Run the Firefox installer under WINE:
wine <Firefox_setup.exe>
This will create an icon on your Linux desktop.
- Run Firefox from the new desktop icon.
- Download and install the ebrary Reader as prompted on your ebrary channel.
The detailed directions
- Go to http://www.winehq.org/site/download-deb
- Educate apt(the package manager) regarding Wine:
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/edgy.list –O
/etc/apt/sources.list.d/winehq.list
- Install Wine from the apt UI or simply at the command line:
sudo apt-get install wine
sudo apt-get update
- Install extra fonts (optional):
sudo apt-get install msttcorefonts
- Download the FireFox Win32 installer:
sudo wget http://ftp-mozilla.netscape.com/pub/mozilla.org/firefox/releases/1.5.0.6/win32/en-US/Firefox%20Setup%201.5.0.6.exe
- Run the FireFox Win32 installer to create item on desktop for Firefox under WINE:
wine Firefox\ Setup\ 1.5.0.6.exe
- Run FireFox under Wine:
wine .wine/drive_c/Program\ Files/Mozilla\ Firefox/firefox.exe
- Proceed to your ebrary channel and install the ebrary Reader as prompted.