- On Ubuntu run:
sudo apt-get install cabextract
- Download PowerPoint Viewer 2007.
- Extract the .exe:
cabextract -F ppviewer.cab PowerPointViewer.exe
- Prepare a separate target installation directory:
sudo mkdir /usr/share/fonts/vista
- Extract the actual fonts:
sudo cabextract -F '*.TT?' -d /usr/share/fonts/vista ppviewer.cab
Tip: You may substitute ~/.fonts instead of /usr/share/fonts for local, single-user installation which does not require root access. - Update the cache:
fc-cache -fv
Thursday, February 5, 2009
Install Vista Fonts on Ubuntu
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment