Install and get Microsoft Office 2007 to work in Ubuntu

Discussion in 'all things UNIX' started by Hungry Man, May 19, 2012.

Thread Status:
Not open for further replies.
  1. Hungry Man

    Hungry Man Registered Member

    Joined:
    May 11, 2011
    Posts:
    9,146
  2. mirimir

    mirimir Registered Member

    Joined:
    Oct 1, 2011
    Posts:
    9,252
    Hey, thanks :)

    Maybe I'll try it again. But Excel and Access won't work as well, I think.
     
  3. BrandiCandi

    BrandiCandi Guest

    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. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
    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.
     
  5. Hungry Man

    Hungry Man Registered Member

    Joined:
    May 11, 2011
    Posts:
    9,146
    sudo apt-get remove --purge wine.1.3 should be all it takes

    I haven't. Google docs is all I need and I much prefer it.
     
  6. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
    Let us know after you install and uninstall Wine.

    BTW, do you actually use "sudo apt-get remove --purge" o_O
     
  7. mack_guy911

    mack_guy911 Registered Member

    Joined:
    Mar 21, 2007
    Posts:
    2,677
    yes with wine you can run them best is running windows under Vmware without internet :D
     
  8. Hungry Man

    Hungry Man Registered Member

    Joined:
    May 11, 2011
    Posts:
    9,146
    I have in the past.

    Just removed it.

    sudo apt-get remove wine1.3

    sudo apt-get autoremove
     
  9. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
    I asked about the combination of remove and --purge which seems a bit unusual.
     
  10. mirimir

    mirimir Registered Member

    Joined:
    Oct 1, 2011
    Posts:
    9,252
  11. BrandiCandi

    BrandiCandi Guest

    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. Hungry Man

    Hungry Man Registered Member

    Joined:
    May 11, 2011
    Posts:
    9,146
    I thought Wine was at 1.3 and beta was 1.4? I can't keep up. I use the wine repo anyway.
     
  13. Pedro

    Pedro Registered Member

    Joined:
    Nov 2, 2006
    Posts:
    3,502
    '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. elapsed

    elapsed Registered Member

    Joined:
    Apr 5, 2004
    Posts:
    7,076
    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?

    Wonder if that works with Office 2010, must remember to try this soon.
     
  15. Pedro

    Pedro Registered Member

    Joined:
    Nov 2, 2006
    Posts:
    3,502
    Purge only extends the 'apt-get remove' to configuration files.
     
  16. Pedro

    Pedro Registered Member

    Joined:
    Nov 2, 2006
    Posts:
    3,502
    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. BrandiCandi

    BrandiCandi Guest

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

    Which man page?
     
  18. Pedro

    Pedro Registered Member

    Joined:
    Nov 2, 2006
    Posts:
    3,502
    Not to my knowledge.
    http://www.debian.org/releases/stable/amd64/release-notes/ch-whats-new.en.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. :D
    'man apt-get'
     
  19. Hungry Man

    Hungry Man Registered Member

    Joined:
    May 11, 2011
    Posts:
    9,146
    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. Pedro

    Pedro Registered Member

    Joined:
    Nov 2, 2006
    Posts:
    3,502
    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. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
    I'm surely I'm misunderstanding the implication of "typical", but Ubuntu has a stated policy regarding updates.
     
    Last edited: May 21, 2012
  22. elapsed

    elapsed Registered Member

    Joined:
    Apr 5, 2004
    Posts:
    7,076
    Didn't I read somewhere that aptitude had started getting developed/bug fixed again?
     
  23. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
    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 Files:

    • apt.png
      apt.png
      File size:
      35.7 KB
      Views:
      3
  24. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
  25. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.