Hello,
I'm hoping to reduce my useage of windows as much as possible, but a lot of my work revolves around the Office 2007 suite. I found a guide on installing it in SUSE using (Wine
Office 2007 on Linux with Wine install guide | Wine Reviews). I tried it once about a week ago but didn't get anywhere and now I'm trying again. The only thing that changed since is I switched to KDE4 desktop. Right now, I'm at the step where I install msxml3 from winetricks. I may have done this already, I'm not sure, but I'm getting hung up where I can't access winetricks. I made sure I have it by downloading the package.
Code:
wget http://www.kegel.com/wine/winetricks
But then I can't open it and install packages. I can't even access the directory it supposedly is in.
Code:
linux-sjke:/usr/bin # ls
winetricks
linux-sjke:/usr/bin # cd /usr/bin/winetricks
bash: cd: /usr/bin/winetricks: Not a directory
linux-sjke:/usr/bin # chmod +x winetricks
linux-sjke:/usr/bin # mv winetricks /usr/local/bin
linux-sjke:/usr/bin # cd /usr/local/bin
linux-sjke:/usr/local/bin # cd winetricks
bash: cd: winetricks: Not a directory
linux-sjke:/usr/local/bin # winetricks
/usr/local/bin/winetricks: line 178: kdialog: command not found
linux-sjke:/usr/local/bin # sh winetricks
winetricks: line 178: kdialog: command not found
What gives here? I type ls and it says winetricks is a directory, then I try to change into it and it says it isn't a directory. I tried installing it and opening it and it says command not found. Am I missing something?