{"id":60,"date":"2022-03-10T10:33:08","date_gmt":"2022-03-10T10:33:08","guid":{"rendered":"http:\/\/linowebserver.org\/?page_id=60"},"modified":"2022-09-15T22:51:20","modified_gmt":"2022-09-15T20:51:20","slug":"how-to-install-office2k3-on-linux","status":"publish","type":"page","link":"https:\/\/linowebserver.org\/index.php\/how-to\/how-to-install-office2k3-on-linux\/","title":{"rendered":"How to: install office2k3 on Linux"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Get Source of WINE<\/h2>\n\n\n\n<p>keep in ur mind: change the path to the right Distro and Version<\/p>\n\n\n\n<p>the wget gets the key of the repo;<br>apt-key add safe the key inside apt;<br>add-apt-repository generates a new entry in source.list file&nbsp; (\/etc\/apt\/)<br>apt update updates the apt REPO<br>apt install winhg-stable installs the lasted stable version<br>wine \u2013version print&nbsp; the installed WINE version<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Old Keyrings<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>wget -O- -q https:\/\/download.opensuse.org\/repositories\/Emulators:\/Wine:\/Debian\/Debian_11\/Release.key | sudo apt-key add -\nadd-apt-repository 'deb http:\/\/download.opensuse.org\/repositories\/Emulators:\/Wine:\/Debian\/Debian_11 .\/\u2019<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">New Keyrings<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>echo \"deb &#91;signed-by=\/usr\/share\/keyrings\/opensuse-keyring.gpg] http:\/\/download.opensuse.org\/repositories\/Emulators:\/Wine:\/Debian\/Debian_11 .\/\" | tee \/etc\/apt\/sources.list.d\/opensuse.list\nwget -O-  http:\/\/download.opensuse.org\/repositories\/Emulators:\/Wine:\/Debian\/Debian_11\/Release.key |gpg --dearmor | tee \/usr\/share\/keyrings\/opensuse-keyring.gpg\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Update System &amp; install wine<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>aptitude update &amp;&amp; apt install --install-recommends winehq-stable &amp;&amp; wine --version<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Prepare WINE for Office 2013 (32Bbit)<\/h3>\n\n\n\n<p>First of all we need a configuration folder. We will create this folder inside of the home-directory<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir \u2013p ~\/.wine\/office2013\nWINEPREFIX=~\/.wine\/office2013 WINEARCH=win32 winecfg | Accept the open Window\nWINEPREFIX=~\/.wine\/office2013 WINEARCH=win32 winetricks msxml6<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Install MS-Office 2013 (32Bit)<\/h3>\n\n\n\n<p>Mount ur Image and change ur path to mounted image<br>Locate the 32Bit setup.exe and change ur path to the 32BIT Setup.EXE<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>WINEPREFIX=~\/.wine\/office2013 WINEARCH=win32 wine .\/setup32.exe<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Bugs \/ not Working<\/h3>\n\n\n\n<p>Snyc with one-Cloud isn\u2019t working.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Get Source of WINE keep in ur mind: change the path to the right Distro and Version the wget gets the key of the repo;apt-key add safe the key inside apt;add-apt-repository generates a new entry in source.list file&nbsp; (\/etc\/apt\/)apt update updates the apt REPOapt install winhg-stable installs the lasted stable versionwine \u2013version print&nbsp; the installed [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":58,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-60","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/60","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/comments?post=60"}],"version-history":[{"count":3,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/60\/revisions"}],"predecessor-version":[{"id":324,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/60\/revisions\/324"}],"up":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/58"}],"wp:attachment":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/media?parent=60"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}