Wilders Security Forums  

Go Back   Wilders Security Forums > Software, Hardware and General Services > all things UNIX
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread
  #1  
Old May 19th, 2012, 03:28 PM
Hungry Man's Avatar
Hungry Man Hungry Man is offline
Incredibly Massive Poster
 
Join Date: May 2011
Posts: 8,486
Default Install and get Microsoft Office 2007 to work in Ubuntu

http://www.webupd8.org/2011/01/how-t...e-2007-in.html


Quote:
Since some of you are probably in the same situation as me (one way or another) and have to use Microsoft Office, I though I'd let you know how to install and get it to work in Ubuntu - the process is fairly easy but it involves a little "trick" to get PowerPoint to work.
__________________
  #2  
Old May 19th, 2012, 04:41 PM
mirimir mirimir is offline
Very Frequent Poster
 
Join Date: Oct 2011
Posts: 1,524
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Hey, thanks

Maybe I'll try it again. But Excel and Access won't work as well, I think.
  #3  
Old May 20th, 2012, 01:19 AM
BrandiCandi
 
Posts: n/a
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Have you tried this? How does it compare to a windows VM? Everything I read about Wine makes it sound like it's got lots of bugs.
  #4  
Old May 20th, 2012, 02:10 AM
vasa1's Avatar
vasa1 vasa1 is offline
Massive Poster
 
Join Date: May 2010
Posts: 3,988
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

I don't like Wine. I tried it a while ago but then removed it and its traces which takes a little doing. Among other things, I didn't like how it modified my context menus and sort of took charge of things.
__________________
One can't be too rich, too thin, or too secure
  #5  
Old May 20th, 2012, 02:12 AM
Hungry Man's Avatar
Hungry Man Hungry Man is offline
Incredibly Massive Poster
 
Join Date: May 2011
Posts: 8,486
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

sudo apt-get remove --purge wine.1.3 should be all it takes

Quote:
Have you tried this? How does it compare to a windows VM? Everything I read about Wine makes it sound like it's got lots of bugs.
I haven't. Google docs is all I need and I much prefer it.
__________________
  #6  
Old May 20th, 2012, 02:37 AM
vasa1's Avatar
vasa1 vasa1 is offline
Massive Poster
 
Join Date: May 2010
Posts: 3,988
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Quote:
Originally Posted by Hungry Man
sudo apt-get remove --purge wine.1.3 should be all it takes
...
Let us know after you install and uninstall Wine.

BTW, do you actually use "sudo apt-get remove --purge"
__________________
One can't be too rich, too thin, or too secure
  #7  
Old May 20th, 2012, 07:59 AM
mack_guy911's Avatar
mack_guy911 mack_guy911 is offline
Very Frequent Poster
 
Join Date: Mar 2007
Posts: 2,483
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

yes with wine you can run them best is running windows under Vmware without internet
__________________
Scientific Linux 6.2, xubuntu 11.10 *2x, Linux mint 10, Linux mint 12, opensuse 11.4, windows vista, ubuntu 10.04 and windows xp
  #8  
Old May 20th, 2012, 01:34 PM
Hungry Man's Avatar
Hungry Man Hungry Man is offline
Incredibly Massive Poster
 
Join Date: May 2011
Posts: 8,486
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Quote:
Originally Posted by vasa1
Let us know after you install and uninstall Wine.

BTW, do you actually use "sudo apt-get remove --purge"
I have in the past.

Just removed it.

sudo apt-get remove wine1.3

sudo apt-get autoremove
__________________
  #9  
Old May 20th, 2012, 01:40 PM
vasa1's Avatar
vasa1 vasa1 is offline
Massive Poster
 
Join Date: May 2010
Posts: 3,988
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

I asked about the combination of remove and --purge which seems a bit unusual.
__________________
One can't be too rich, too thin, or too secure
  #10  
Old May 20th, 2012, 01:48 PM
mirimir mirimir is offline
Very Frequent Poster
 
Join Date: Oct 2011
Posts: 1,524
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Quote:
Originally Posted by Hungry Man
And by the way, the latest stable build of Wine is 1.4, but the Ubuntu repository is stuck at 1.2.3 (typical!).
  #11  
Old May 20th, 2012, 03:48 PM
BrandiCandi
 
Posts: n/a
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Quote:
Originally Posted by vasa1
I asked about the combination of remove and --purge which seems a bit unusual.
I believe the proper syntax for Ubuntu is:

sudo apt-get remove <package> (leaves config files behind)
sudo apt-get purge <package> (removes everything including config files)
sudo apt-get autoremove (removes packages installed but no longer needed on your system)

Then there's the --purge option that you can append to other commands.

source: https://help.ubuntu.com/community/AptGet/Howto
  #12  
Old May 20th, 2012, 04:49 PM
Hungry Man's Avatar
Hungry Man Hungry Man is offline
Incredibly Massive Poster
 
Join Date: May 2011
Posts: 8,486
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Quote:
And by the way, the latest stable build of Wine is 1.4, but the Ubuntu repository is stuck at 1.2.3 (typical!).
I thought Wine was at 1.3 and beta was 1.4? I can't keep up. I use the wine repo anyway.
__________________
  #13  
Old May 20th, 2012, 05:22 PM
Pedro's Avatar
Pedro Pedro is offline
Massive Poster
 
Join Date: Nov 2006
Posts: 3,492
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

'apt-get remove --purge' is equivalent to 'apt-get purge'.
Both remove the packages and "purge" configuration files (delete them).

'apt-get purge' is newer i think.
  #14  
Old May 20th, 2012, 05:29 PM
funkydude's Avatar
funkydude funkydude is offline
Massive Poster
 
Join Date: Apr 2004
Posts: 5,995
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Quote:
Originally Posted by Pedro
'apt-get remove --purge' is equivalent to 'apt-get purge'.
Both remove the packages and "purge" configuration files (delete them).

'apt-get purge' is newer i think.

Thanks, didn't know about that one. It's even in the man file... doh. >.<

Does purge also remove packages/libraries not used by other programs, like "autoremove"? Or is autoremove like a cleanup utility you run after removal?

Quote:
Originally Posted by Hungry Man

Wonder if that works with Office 2010, must remember to try this soon.
__________________
OpenDNS with DNSCrypt

SSD: Windows 8 Pro x64 | IE10 (Enhanced Protected Mode) & Fanboy's TPLs
HDD: Xubuntu 12.04 LTS (x64) | Firefox: ABP(Fanboy's list) & HTTPS Everywhere
  #15  
Old May 20th, 2012, 05:42 PM
Pedro's Avatar
Pedro Pedro is offline
Massive Poster
 
Join Date: Nov 2006
Posts: 3,492
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Purge only extends the 'apt-get remove' to configuration files.
  #16  
Old May 20th, 2012, 05:48 PM
Pedro's Avatar
Pedro Pedro is offline
Massive Poster
 
Join Date: Nov 2006
Posts: 3,492
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

I forgot to say, i think aptitude does an "autoremove" by default.
That is, when you remove a package, aptitude "is aware" of which packages were installed only as dependencies, and offers to remove them.

I got used to apt-get *shrug*
  #17  
Old May 20th, 2012, 07:55 PM
BrandiCandi
 
Posts: n/a
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

AFAIK, aptitude has been depricated and apt-get is preferred now.

Quote:
Originally Posted by funkydude
Thanks, didn't know about that one. It's even in the man file... doh. >.<
Which man page?
  #18  
Old May 20th, 2012, 08:18 PM
Pedro's Avatar
Pedro Pedro is offline
Massive Poster
 
Join Date: Nov 2006
Posts: 3,492
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Quote:
Originally Posted by BrandiCandi
AFAIK, aptitude has been depricated and apt-get is preferred now.
Not to my knowledge.
Quote:
2.1.3. Package management

The preferred program for interactive package management from a terminal is aptitude. For a non-interactive command line interface for package management, it is recommended to use apt-get. apt-get is also the preferred tool for upgrades between major releases. If you are still using dselect, you should switch to aptitude as the official front-end for package management.
http://www.debian.org/releases/stabl...n.html#pkgmgmt
This is for stable. I haven't read anything different for Wheezy.

aptitude's main disadvantage is lack of Super Cow Powers AFAIK.
Quote:
Originally Posted by BrandiCandi
Which man page?
'man apt-get'
  #19  
Old May 20th, 2012, 08:37 PM
Hungry Man's Avatar
Hungry Man Hungry Man is offline
Incredibly Massive Poster
 
Join Date: May 2011
Posts: 8,486
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Definitely not depreciated. It's preferred for a lot of reasons. Aptitude tracks dependencies so when you uninstall it removes them (unless another application needs them, which it'll track.)

The problem is:
1) Apparently it's still screwy for tracking 64bit packages
2) If you switch between apt-get and aptitude a lot it'll mess it up
__________________
  #20  
Old May 20th, 2012, 08:43 PM
Pedro's Avatar
Pedro Pedro is offline
Massive Poster
 
Join Date: Nov 2006
Posts: 3,492
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Quote:
Originally Posted by Hungry Man
2) If you switch between apt-get and aptitude a lot it'll mess it up
That's an important point to keep in mind. If you mix them, you need to know what you're doing, and pay attention.
Generally it is recommended not to mix them.

IMO, Debian sooner or later has to review this, but perhaps they don't see the point. It's not a problem for me that's for sure, but i remember being new to this, and confused.
  #21  
Old May 20th, 2012, 09:51 PM
vasa1's Avatar
vasa1 vasa1 is offline
Massive Poster
 
Join Date: May 2010
Posts: 3,988
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Quote:
Originally Posted by mirimir
And by the way, the latest stable build of Wine is 1.4, but the Ubuntu repository is stuck at 1.2.3 (typical!).
I'm surely I'm misunderstanding the implication of "typical", but Ubuntu has a stated policy regarding updates.
__________________
One can't be too rich, too thin, or too secure

Last edited by vasa1 : May 21st, 2012 at 01:57 AM.
  #22  
Old May 20th, 2012, 11:01 PM
funkydude's Avatar
funkydude funkydude is offline
Massive Poster
 
Join Date: Apr 2004
Posts: 5,995
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Quote:
Originally Posted by Hungry Man
Definitely not depreciated. It's preferred for a lot of reasons. Aptitude tracks dependencies so when you uninstall it removes them (unless another application needs them, which it'll track.)

The problem is:
1) Apparently it's still screwy for tracking 64bit packages
2) If you switch between apt-get and aptitude a lot it'll mess it up

Didn't I read somewhere that aptitude had started getting developed/bug fixed again?
__________________
OpenDNS with DNSCrypt

SSD: Windows 8 Pro x64 | IE10 (Enhanced Protected Mode) & Fanboy's TPLs
HDD: Xubuntu 12.04 LTS (x64) | Firefox: ABP(Fanboy's list) & HTTPS Everywhere
  #23  
Old May 21st, 2012, 02:37 AM
vasa1's Avatar
vasa1 vasa1 is offline
Massive Poster
 
Join Date: May 2010
Posts: 3,988
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Quote:
Originally Posted by Pedro
'apt-get remove --purge' is equivalent to 'apt-get purge'.
Both remove the packages and "purge" configuration files (delete them).

'apt-get purge' is newer i think.

I have not come across 'apt-get remove --purge'. If there's a source for it, please link to it. This is what man apt-get throws up:
Attached Thumbnails
Click image for larger version

Name:	apt.png
Views:	3
Size:	35.7 KB
ID:	232974  

__________________
One can't be too rich, too thin, or too secure
  #24  
Old May 21st, 2012, 02:41 AM
vasa1's Avatar
vasa1 vasa1 is offline
Massive Poster
 
Join Date: May 2010
Posts: 3,988
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

As for removing Wine and traces of it, here's a somewhat old post: http://forums.linuxmint.com/viewtopi...348950#p348950

I don't know if things have changed since then.
__________________
One can't be too rich, too thin, or too secure
  #25  
Old May 21st, 2012, 07:37 AM
Ocky's Avatar
Ocky Ocky is offline
Very Frequent Poster
 
Join Date: May 2006
Location: George, S.Africa
Posts: 2,537
Default Re: Install and get Microsoft Office 2007 to work in Ubuntu

Quote:
Originally Posted by vasa1
I have not come across 'apt-get remove --purge'. If there's a source for it, please link to it. This is what man apt-get throws up:
You may want to try wajig. It's pretty nifty !

http://www.wilderssecurity.com/showp...69&postcount=1
__________________
Ubuntu Kubuntu Xubuntu Scientific Linux
 

Wilders Security Forums > Software, Hardware and General Services > all things UNIX « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 06:34 PM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums