diff --git a/docs/Downloaders/Deluge/Tips/Unraid-Mover.md b/docs/Downloaders/Deluge/Tips/Unraid-Mover.md
index d3966d7f6..22703d7c2 100644
--- a/docs/Downloaders/Deluge/Tips/Unraid-Mover.md
+++ b/docs/Downloaders/Deluge/Tips/Unraid-Mover.md
@@ -29,15 +29,15 @@ Thanks to [zakary](https://github.com/zakkarry){:target="\_blank" rel="noopener
### Plugins
-Install the following Plugins.
+Install the following plugins:
- User Scripts
-- NerdTools
- - python3 (_1_)
- - python-setuptools (_1_)
- - python-pip (_1_)
+- You will need to manually install the following packages for the correct Slackware version from [https://packages.slackware.com/](https://packages.slackware.com/){:target="\_blank" rel="noopener noreferrer"}
+ - python3
+ - python-setuptools
+ - python-pip
-!!! info "(_1_) These need to be installed from NerdTools."
+--8<-- "includes/downloaders/nerdtools-replacement-package-slackware.md"
---
diff --git a/docs/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent.md b/docs/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent.md
index 446c355a6..2fe536673 100644
--- a/docs/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent.md
+++ b/docs/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent.md
@@ -29,15 +29,15 @@ Big Thnx to [bobokun](https://github.com/bobokun){:target="\_blank" rel="noopene
### Plugins
-Install the following Plugins.
+Install the following plugins:
- User Scripts
-- NerdTools
- - python3 (_1_)
- - python-setuptools (_1_)
- - python-pip (_1_)
+- You will need to manually install the following packages for the correct Slackware version from [https://packages.slackware.com/](https://packages.slackware.com/){:target="\_blank" rel="noopener noreferrer"}
+ - python3
+ - python-setuptools
+ - python-pip
-!!! info "(_1_) These need to be installed from NerdTools."
+--8<-- "includes/downloaders/nerdtools-replacement-package-slackware.md"
---
diff --git a/includes/downloaders/nerdtools-replacement-package-slackware.md b/includes/downloaders/nerdtools-replacement-package-slackware.md
new file mode 100644
index 000000000..d7fc42737
--- /dev/null
+++ b/includes/downloaders/nerdtools-replacement-package-slackware.md
@@ -0,0 +1,19 @@
+
+#### Instructions
+
+In your Unraid terminal, type the following to determine your Slackware version.
+
+```bash
+cat /etc/slackware-version
+```
+
+Then go to [https://packages.slackware.com/](https://packages.slackware.com/){:target="\_blank" rel="noopener noreferrer"} to find the correct 64-bit version of the required package.
+Download it and add it to your Unraid flash drive located in the `boot/extra` folder. It will be installed upon Unraid boots.
+
+Currently:
+
+- `Slackware64 15.0` for `unRAID 6.x`
+- `Slackware64 current` for `unRAID 7.x`
+
+!!! info "To remove the old/wrong packages (that NerdTools installed for an earlier Slackware version), overwrite them with the new versions on your Unraid flash drive in the `boot/extra` folder. Place the correct versions there and then reboot."
+