Skip to content

Information, Cybersecurity & Technology

Just another IT & Cybersecurity Page

Menu
  • How to …
    • Linux
      • How to: Debian indestructable with btrfs
      • How to: install office2k3 on Linux
      • How to: SSH Passwordless Login
      • How to: Install Webmin on Debian based Systems
      • How to: Easy Get Free SSL/TLS Certificate
      • How to: configure Bind9
    • KALI-Linux
      • How to Kali
        • Kali steps i do after Installation
      • How to: Fix Kali 2022.1 Wifi problems.
        • Blog
  • Contact
  • About
  • Home

How to: install office2k3 on Linux

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  (/etc/apt/)
apt update updates the apt REPO
apt install winhg-stable installs the lasted stable version
wine –version print  the installed WINE version

Old Keyrings

wget -O- -q https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_11/Release.key | sudo apt-key add -
add-apt-repository 'deb http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_11 ./’

New Keyrings

echo "deb [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
wget -O-  http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_11/Release.key |gpg --dearmor | tee /usr/share/keyrings/opensuse-keyring.gpg

Update System & install wine

aptitude update && apt install --install-recommends winehq-stable && wine --version

Prepare WINE for Office 2013 (32Bbit)

First of all we need a configuration folder. We will create this folder inside of the home-directory

mkdir –p ~/.wine/office2013
WINEPREFIX=~/.wine/office2013 WINEARCH=win32 winecfg | Accept the open Window
WINEPREFIX=~/.wine/office2013 WINEARCH=win32 winetricks msxml6

Install MS-Office 2013 (32Bit)

Mount ur Image and change ur path to mounted image
Locate the 32Bit setup.exe and change ur path to the 32BIT Setup.EXE

WINEPREFIX=~/.wine/office2013 WINEARCH=win32 wine ./setup32.exe

Bugs / not Working

Snyc with one-Cloud isn’t working.

Last

  • grub recover btrfs
  • FIX Missing firmware
  • NMAP Cheat Sheet v1
  • Recover from Snapshot
  • How To: fix Soundproblem on Kali 2022.3

Archive

  • Februar 2024
  • Juni 2023
  • Mai 2023
  • Oktober 2022
  • September 2022
  • Juni 2022
  • April 2022
  • März 2022
  • Februar 2022
  • November 2021

#android #bootloader #btrfs #bugbounty #cheetsheet #CVE #cybersecurity #cybersecurityawareness #CyberSecurityNews #cybersecuritytraining #Debian #emailharvester #encryptedUSBDrive #ethicalhacking #EthicalHackingOnlineTraining #grub #grubrescue #hackers #hacking #howto #informationsecurity #informationtechnology #infosec #infosec#infosecurity #infosecurity #install #kali #soundproblem #kalilinux #kernel #linux #LUKS #maleware #missingfirmware #nmap #pentesting #privacy #recovery #rescue #rusia #secureYourData #snapshot #waragainstukraine CVE ImHex Reverse Engineers

Information, Cybersecurity & Technology 2025 .