2023-06-13 19:54:16 +02:00
|
|
|
# Multilib install instructions
|
2023-06-12 19:38:47 +02:00
|
|
|
|
2023-06-12 19:48:25 +02:00
|
|
|
Date: 12/06/2023
|
2023-06-12 19:38:47 +02:00
|
|
|
|
2023-06-15 08:31:53 +02:00
|
|
|
## Slackware for x86_64 - multilib packages & install instructions
|
2023-06-12 19:43:23 +02:00
|
|
|
|
2023-06-15 08:31:53 +02:00
|
|
|
## README.ERIC
|
2023-06-12 19:43:23 +02:00
|
|
|
Before proceeding with the installation, it is better to read Eric's instructions.
|
|
|
|
You will find the file README.ERIC for this purpose, or refer directly to:
|
|
|
|
http://www.slackware.com/~alien/multilib/
|
|
|
|
|
2023-06-15 08:31:53 +02:00
|
|
|
## Multilib repository
|
2023-06-15 07:43:58 +02:00
|
|
|
|
2023-06-12 19:43:23 +02:00
|
|
|
In this folder, there are two lists, as Eric says, you should install first the glibc packages
|
|
|
|
and then the 32-bit compatibility packages. First, edit the '/etc/slpkg/repositories.toml' file
|
|
|
|
and enable the 'multilib' repository and then:
|
|
|
|
|
2023-06-15 08:31:53 +02:00
|
|
|
## Update repository
|
2023-06-15 07:43:58 +02:00
|
|
|
|
2023-06-12 19:48:25 +02:00
|
|
|
```
|
|
|
|
$ slpkg update --repository=multilib
|
|
|
|
```
|
2023-06-12 19:43:23 +02:00
|
|
|
|
2023-06-15 08:31:53 +02:00
|
|
|
## Install packages
|
2023-06-15 07:43:58 +02:00
|
|
|
|
2023-06-12 19:48:25 +02:00
|
|
|
```
|
|
|
|
$ slpkg install glibc_packages.pkgs --repository=multilib
|
|
|
|
```
|
2023-06-12 19:43:23 +02:00
|
|
|
|
2023-06-12 19:48:25 +02:00
|
|
|
```
|
|
|
|
$ slpkg install compat32.pkgs --repository=multilib
|
|
|
|
```
|
2023-06-12 19:43:23 +02:00
|
|
|
|
2023-06-15 08:31:53 +02:00
|
|
|
## Read
|
2023-06-15 07:43:58 +02:00
|
|
|
|
2023-06-12 19:55:45 +02:00
|
|
|
Please read the file <a href="https://gitlab.com/dslackw/slpkg/-/raw/master/filelists/multilib/README.ERIC" target="_blank">README.ERIC</a>
|
2023-06-12 19:43:23 +02:00
|
|
|
|
2023-06-12 19:57:54 +02:00
|
|
|
You will find the package lists in the <a href="https://gitlab.com/dslackw/slpkg/-/tree/master/filelists/multilib" target="_blank">multlib</a> folder.
|
2023-06-12 19:43:23 +02:00
|
|
|
|
2023-06-12 19:55:45 +02:00
|
|
|
Enjoy!
|