This is a guide on how to install WordLight on almost any Operating System
- Download the installer from the official WordLight website
- Open the executable file you just downloaded
- If a "Windows protected your PC" prompt appears, click on "More info" and then click "Run anyway"
- If a User Account Control prompt appears, click Yes
- When the installer opens up, click the "Install" button and wait for WordLight to install
- When it is done installing, click "Finish"
- Download Parallels Desktop from the official site
- Follow the instructions in the installer to install Windows 11 on Parallels Desktop
- Once you're in Windows 11, follow the installation guide for Windows above
Since there are so many Linux Distributions, I only cover the base ones.
- Install Wine
- Refresh the repositories with this command:
sudo apt update
- Install Wine with this command:
sudo apt install wine64
- Install the Segoe UI font
- Install git if you don't have it
sudo apt install git
- Clone a Segoe UI font repository
git clone https://github.com/mrbvrz/segoe-ui-linux
- Get into the directory of the newly cloned repository
cd segoe-ui-linux
- Change the permissions to be able to execute the install script
chmod +x install.sh
- Run the install script
sudo ./install.sh
- Download and install WordLight
- Download the installer from the official WordLight website
- Open a terminal in the directory where you downloaded the installer and run this command:
wine64 WordLightSetup.exe
- Follow the instructions 3-4 in the Windows installation guide
- Install Wine
- Refresh the repositories with this command:
sudo dnf upgrade --refresh
- Install Wine with this command:
sudo dnf install wine
- Install the Segoe UI font
- Install yay
- Download the font file from here
- Make a TrueType Font folder
mkdir /usr/share/fonts/ttf
- Open a terminal in the directory where you downloaded the font and copy the font to the ttf directory with this command:
cp segoeui.ttf /usr/share/fonts/ttf
- Update the font cache
fc-cache -v
- Install yay
- Download and install WordLight
- Download the installer from the official WordLight website
- Open a terminal in the directory where you downloaded the installer and run this command:
wine64 WordLightSetup.exe
- Follow the instructions 3-4 in the Windows installation guide
- Install Wine
- Add the wine repository:
- Download the repository key
wget https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Tumbleweed/repodata/repomd.xml.key
- Install the key
sudo rpm --import repomd.xml.key
- Add the repository
sudo zypper addrepo https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Tumbleweed/Emulators:Wine.repo
- Update the package database
sudo zypper refresh
- Install Wine with this command:
sudo zypper install wine
- Add the wine repository:
- Install the Segoe UI font
- Install yay
- Download the font file from here
- Make a TrueType Font folder
mkdir /usr/share/fonts/ttf
- Open a terminal in the directory where you downloaded the font and copy the font to the ttf directory with this command:
cp segoeui.ttf /usr/share/fonts/ttf
- Update the font cache
fc-cache -v
- Install yay
- Download and install WordLight
- Download the installer from the official WordLight website
- Open a terminal in the directory where you downloaded the installer and run this command:
wine64 WordLightSetup.exe
- Follow the instructions 3-4 in the Windows installation guide
- Install Wine
- Enable the multilib repository
- Install nano
sudo pacman -S nano
- Open the pacman config file
sudo nano /etc/pacman.conf
- Find where it says:
# [multilib] # Include /etc/pacman.d/mirrorlist
- Uncomment those lines by removing the # symbols, should look like this:
[multilib] Include = /etc/pacman.d/mirrorlist
- Refresh the repositories with this command:
sudo pacman -Sy
- Install Wine with this command:
sudo pacman -S wine
- Enable the multilib repository
- Install the Segoe UI font
- Install yay
- Install the basic tools and git
sudo pacman -S --needed base-devel git
- Clone the yay repository
git clone https://aur.archlinux.org/yay.git
- Get into the directory of the newly cloned repository
cd yay
- Build the package
makepkg -si
- Use yay to install the default Windows 11 fonts (including Segoe UI)
yay -S ttf-ms-win11-auto --noconfirm
- Install yay
- Download and install WordLight
- Download the installer from the official WordLight website
- Open a terminal in the directory where you downloaded the installer and run this command:
wine64 WordLightSetup.exe
- Follow the instructions 3-4 in the Windows installation guide