-
-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(guide): Downloaders - Added plugin instructions for Python insta…
…llation. (#2080)
- Loading branch information
Showing
3 changed files
with
30 additions
and
14 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 30 additions & 14 deletions
44
includes/downloaders/nerdtools-replacement-package-slackware.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,43 @@ | ||
<!-- markdownlint-disable MD041--> | ||
#### Instructions | ||
|
||
In your Unraid terminal, type the following to determine your Slackware version. | ||
=== "unRAID Plugin" | ||
|
||
```bash | ||
cat /etc/slackware-version | ||
``` | ||
![Unraid Install Python](images/unraid-app-python.png) | ||
|
||
Then go to [https://packages.slackware.com/](https://packages.slackware.com/){:target="\_blank" rel="noopener noreferrer"} | ||
1. In your Unraid Dashboard go to `APP` and type in the search box: | ||
|
||
![Slackware v15 Search](images/slackware-search-v15.png) | ||
```none | ||
python 3 for unraid | ||
``` | ||
|
||
1. Select the correct 64-bit Slackware version from the release dropdown box. | ||
1. Click on the install button to install everything you needed. | ||
|
||
Currently: | ||
!!! info "According to the developer, it will install python3, pip, and setuptools onto your Unraid systems. without library issues, and it should be fully compatible with Unraid 6 and 7." | ||
|
||
- `Slackware64 15.0` for `unRAID 6.x` | ||
- `Slackware64 current` for `unRAID 7.x` | ||
=== "Manual Install" | ||
|
||
1. Type in the required package you're looking for in the search box. | ||
1. Download the required packages. | ||
In your Unraid terminal, type the following to determine your Slackware version. | ||
|
||
Put them in your Unraid flash drive located in the `boot/extra` folder. It will be installed upon Unraid boots. | ||
```bash | ||
cat /etc/slackware-version | ||
``` | ||
|
||
!!! 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." | ||
Then go to [https://packages.slackware.com/](https://packages.slackware.com/){:target="\_blank" rel="noopener noreferrer"} | ||
|
||
![Slackware v15 Search](images/slackware-search-v15.png) | ||
|
||
1. Select the correct 64-bit Slackware version from the release dropdown box. | ||
|
||
Currently: | ||
|
||
- `Slackware64 15.0` for `unRAID 6.x` | ||
- `Slackware64 current` for `unRAID 7.x` | ||
|
||
1. Type in the required package you're looking for in the search box. | ||
1. Download the required packages. | ||
|
||
Put them in your Unraid flash drive located in the `boot/extra` folder. It will be installed upon Unraid boots. | ||
|
||
!!! 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." | ||
<!-- markdownlint-enable MD041--> |