So, please be patient with me, I'm very new at this. Tried to follow the previous answers to this question and none have worked, most answers are outdated acktually. Just now that it has something to do with "installing the required dependencies from https://mint.pkgs.org/21.3/mint-backport-amd64 and the nemo extensions from here Releases · linuxmint/nemo-extensions · GitHub" but have no idea how. Also the first link in the aswer is broken.
Thunar and nemo offer more possibilities by default, that's true. For nautilus you can e.g. install nautilus-actions and nautilus-admin to adapt it and to be more flexible. But it is more difficult than with nemo.
sudo gpg --export A6616109451BBBF2 | sudo tee /etc/apt/trusted.gpg.d/linux-mint.gpg > /dev/null
echo "deb http://packages.linuxmint.com zara main upstream import backport" | sudo tee /etc/apt/sources.list.d/mint-zara.list
sudo apt update && sudo apt install nemo-preview
Once installed, remove the Mint Repo to prevent conflicts with Zorin OS packaging:
sudo rm /etc/apt/sources.list.d/mint-zara.list
sudo rm /etc/apt/trusted.gpg.d/linux-mint.gpg
EDIT: I just tested this and it does work:
Summary
The following additional packages will be installed:
gir1.2-xreader libxreaderdocument3 libxreaderview3
The following NEW packages will be installed:
gir1.2-xreader libxreaderdocument3 libxreaderview3
The following packages will be upgraded:
nemo-preview
1 upgraded, 3 newly installed, 0 to remove and 44 not upgraded.
Need to get 424 kB of archives.
After this operation, 1,625 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://packages.linuxmint.com zara/backport amd64 libxreaderdocument3 amd64 4.4.0+zara [205 kB]
Get:2 http://packages.linuxmint.com zara/backport amd64 libxreaderview3 amd64 4.4.0+zara [109 kB]
Get:3 http://packages.linuxmint.com zara/backport amd64 gir1.2-xreader amd64 4.4.0+zara [63.0 kB]
Get:4 http://packages.linuxmint.com zara/backport amd64 nemo-preview amd64 6.4.0+xia [47.5 kB]
Fetched 424 kB in 1s (708 kB/s)
Selecting previously unselected package libxreaderdocument3.
(Reading database ... 448434 files and directories currently installed.)
Preparing to unpack .../libxreaderdocument3_4.4.0+zara_amd64.deb ...
Unpacking libxreaderdocument3 (4.4.0+zara) ...
Selecting previously unselected package libxreaderview3.
Preparing to unpack .../libxreaderview3_4.4.0+zara_amd64.deb ...
Unpacking libxreaderview3 (4.4.0+zara) ...
Selecting previously unselected package gir1.2-xreader.
Preparing to unpack .../gir1.2-xreader_4.4.0+zara_amd64.deb ...
Unpacking gir1.2-xreader (4.4.0+zara) ...
Preparing to unpack .../nemo-preview_6.4.0+xia_amd64.deb ...
Unpacking nemo-preview (6.4.0+xia) over (5.6.0-2) ...
Setting up libxreaderdocument3 (4.4.0+zara) ...
Setting up libxreaderview3 (4.4.0+zara) ...
Setting up gir1.2-xreader (4.4.0+zara) ...
Setting up nemo-preview (6.4.0+xia) ...
Processing triggers for libc-bin (2.39-0ubuntu8.6) ...