For the second error, you need to install 7zip I think.
sudo apt-get install p7zip
Okay. So I found out what caused my problems. It was probably some PPAs with certain packages that created the dependency issues. While surfing randomly at Askubuntu last night, I came across an answer that fixed my problem.
Here is the answer, just modified so it works for Ubuntu 12.10:
First a downgrade is required and done with the following:
create the 'preferences' file:
sudo vi /etc/apt/preferences
and insert the following lines:
Package: *
Pin: release a=quantal*
Pin-Priority: 2012
enter :wq
to write the file. Pin-Priority must be greater than 1000.
Then you may downgrade the offending applications with:
sudo apt-get dist-upgrade
And that was it. Installing wine
, crossover
and ia32-libs
now work. Why this happened when I ran a freshly downloaded 12.10 version of Ubuntu live I don't know and don't understand.
Thank you all for trying to help!
Best Answer
I installed office 2013 and I used to get a black window after starting it up. I fixed the black screen by following the solution posted in the WineHQ-Forum.
Here's what I did:
Install Wine and Components
First, install wine 2.1 (might als work with 2.0 'winehq-staging')
Install 'winbind'
Create Clean 32bit Prefix for Win7
Crete a clean 32 bit prefix and start up winecfg:
In the winecfg applications tab select "Windows version: Windows 7" Close wine config and install winetricks
Install Libraries
Then start winetricks for your prefix
accept "select the default wineprefix" with OK. Now, select "Install Windows DLL components" and go and install msxml6
I also installed the cambria font, but that shouldn't matter.
Don't close winetricks just yet, you most likely want to fix the black screen bug.
Fix Black Window
In order to fix the black window that impedes Office 13 to be used, add the HKCU\Software\Wine\Direct3D\MaxVersionGL new DWORD value 30002 (hexa) to the registry.
Here's how to do this: In Winetricks select Run regedit and wait for the Registry Editor window to open. In the folder tree expand HKEY_CURRENT_USER - Software - Wine and create a new key in the Wine folder. To do so, right click, select new-->key and name it Direct3D. Now create new-->DWORD Value, rename the file to MaxVersionGL and set the value data to 30002 (hexadecimal). Close the Registry Editor window.
It should look like this:
Close the Registry Editor window.
Close the winetricks window and run installer:
Install Office 2013
From here, the install runs and completes 100%.
Open one of the Office programs of your choice. They mostly work, but I found that the Word Math Typesetting does not work and Power Point may not start as well due to "not enough memory or system resources". So, still room for improvement.