ubuntu 14.04 64 bit+ office 2007 student ed + compholio wine

Questions about Wine on Linux
Locked
xigen
Newbie
Newbie
Posts: 3
Joined: Sun Aug 31, 2014 3:59 am

ubuntu 14.04 64 bit+ office 2007 student ed + compholio wine

Post by xigen »

I would like to install Office 2007 Student Edition on my Ubuntu 14.04 (64) system.

Currently I have the Netflix Desktop with wine 1.7 (compholio edition) installed as well as ia32 libraries

Code: Select all

  173  sudo dpkg --add-architecture i386 && sudo apt-get update
  174  sudo apt-get install ia32-libs
  175  sudo -i
  176  cd Downloads/
  177  ls
  178  sudo dpkg -i wps-office_9.1.0.4751~a15_i386.deb 
  179  cd && wget -O kingsoft-office-NoobsLab.deb http://goo.gl/HplIfc
  180  sudo apt-get -y install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++6:i386 libx11-6:i386 libglib2.0-0:i386 libfreetype6:i386 libSM6:i386 libXrender1:i386 libfontconfig1:i386 libXext6:i386 libcups2:i386 p11-kit:i386 libcap-ng0:i386 gnome-keyring:i386 libglu1-mesa:i386
When i type: $wine --version

Code: Select all

meow@MeowBatunde:/usr/share/fonts$ wine --version
No command 'wine' found, did you mean:
 Command 'wipe' from package 'wipe' (universe)
 Command 'wing' from package 'wing' (universe)
 Command 'win' from package 'wily' (universe)
 Command 'xine' from package 'xine-ui' (universe)
 Command 'line' from package 'util-linux' (main)
wine: command not found
Does this mean I need to install wine? If so - which one exactly?
How do I know of the version of wine is 64 or 32 bit? If given a choice - which would be the best choice to run office 2007?

REF:

Code: Select all

Note: I­f you have 64 bit Wine inst­alled, you must create a 32 bit wineprefix and install Office 2007 to it or the installed programs will not be usable. 
Make sure all dependencies of Wine are installed on your system, including winbind... ok.

Code: Select all

meow@MeowBatunde:/usr/share/fonts$ locate winbind
/etc/apparmor.d/abstractions/winbind
/usr/lib/pppd/2.4.5/winbind.so
/usr/lib/python2.7/dist-packages/samba/dcerpc/winbind.so
/usr/lib/x86_64-linux-gnu/samba/libwinbind-client.so.0
how do I proceede?
** presume noobie please **
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: ubuntu 14.04 64 bit+ office 2007 student ed + compholio

Post by dimesio »

xigen wrote: Currently I have the Netflix Desktop with wine 1.7 (compholio edition) installed
That is a third party, patched version of Wine that is not supported here. This forum is for plain Wine only.
Does this mean I need to install wine? If so - which one exactly?
How do I know of the version of wine is 64 or 32 bit? If given a choice - which would be the best choice to run office 2007?
If you want help here you need to install plain Wine. Most people use a distro package. Properly packaged 64 bit Wine should include the 32 bit parts needed to create a 32 bit wineprefix. If building Wine yourself, and you don't have an 64 bit apps you want to run, you can just build 32 bit Wine.
Make sure all dependencies of Wine are installed on your system, including winbind... ok.
Packaging conventions vary by distro, so any questions about which package(s) to install to get dependencies should be asked on your distro's forum.
Locked