FREEDOM. FRIENDS. FEATURES. FIRST. 페도라 한국 사용자 모임

RHEL5에 Microsoft Office 2003 설치하기

게시판 Tech/Tip RHEL5에 Microsoft Office 2003 설치하기

  • This topic has 1개 답변, 2명 참여, and was last updated 14 years, 6 months 전에 by
    ELem. This post has been viewed 1215 times
  • #12010
    태랑
    키 마스터
      게시글303 댓글1086 총합1389
    @admin
     

    해당글의 원 출처는 http://web.iceiu.info/mhhaque/2009/11/14/install-microsoft-office-2003-in-rhel5/  이며

    해당 글에 대한 정보는 http://cafe.daum.net/redhat/COsR/70   에서 얻었습니다

     

    바쁜일정으로 아래글 해석해서 올리지못함을 이해해주시기 바라며 어려운 내용이 아니라

    보고 그대로 하시면 될실듯 합니다

     

     

    We can try installing any kind of Windows XP Compatibles Software like Microsoft Office 2003 in Red Hat Enterprises Linux 5.3 with the help of wine open source software.

     

    First we have to download wine-1.1.32.tar.bz2 from http://www.winehq.org/site/download and follow the instructions:

     

    Please Copy wine-1.1.32.tar.bz2 into /usr/locl directory:

    # cp wine-1.1.32.tar.bz2 /usr/local/

     

    Now we change current working directory with /usr/local/ and untar & unzip the wine-1.1.32.tar.bz2:

    # cd /usr/local/

    # tar -xjvf wine-1.1.32.tar.bz2

    # cd wine-1.1.32

     

    Now configure & compile the wine source code:

    # ./configure

    # make depend

    # make

     

    Once Wine has been built correctly, We must run make install for install the wine executable, the Wine man page, and a few other needed files.

     

    # make install

     

    All above wine installation process will take long time.

     

    Now we go to install Microsoft Office 2003 in RHEL 5:

    Please mount the cd-room in the /mnt directory:

    # mount /dev/cdrom-hda /mnt/

     

    Now run the setup.exe file for start Microsoft Office 2003 installation process:

    # cd /mnt/Microsoft\ Office\ 2003/

    # wine SETUP.EXE

     

    After successful installation, we can run Microsoft word in the following way:

    # wine /root/.wine/drive_c/Program\ Files/Microsoft\ Office/OFFICE11/WINWORD.EXE

     

     

    We can create a shortcut Command in to $HOME/bin directory:

    # echo “/usr/local/wine-1.1.32/wine /root/.wine/drive_c/Program\ Files/Microsoft\ Office/OFFICE11/WIWORD.EXE” > /root/bin/msword

    # chmod a+x /root/bin/msword

     

    Now you just run msword:

    # msword&

     

    오픈소스를 응원합니다 Blog https://hoing.io
    Senior Database Administrator(MySQL, Oracle)

    사이트 이용 문의 사항은 댓글이나 admin@fedoralinux.or.kr 로 메일주세요

0 답변 글타래를 보이고 있습니다
    • #12556
      ELem
      참가자
        게시글74 댓글719 총합793
      @Bardisch
       

      결국 와ㅋ인ㅋ
      그래도 이게 어디에요...ㅋ

      랄까 Microsoft Office 2010은...무리려나요 ㅠ

       
0 답변 글타래를 보이고 있습니다
  • 답변은 로그인 후 가능합니다.

지금 이 순간


팬이 계속 돌아요
페도라10에서 rpm release-15-5 설치 질문입니다.
쉘 스크립트에서 스트링을 글자처리하는 방법
이와 같은 동일한 로그가 쌓입니다.. 무슨 의미인가요??
설치 질문있습니다.!
페도라 루트 권한 설정/로그인 질문과 IRC질문
selinux .. 페도라 15를 설치했습니다.
Fedora 12 x86_64용 Xen Dom0 커널 없나여? ㅠ
페도라 17 기본 폰트가 나눔 폰트가 될 수도 있을 듯...
sudo와 su -c