mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-15 03:41:16 +01:00
40 lines
No EOL
1.3 KiB
Markdown
40 lines
No EOL
1.3 KiB
Markdown
# MULTILIB INSTRUCTIONS
|
|
|
|
Updated: 12/06/2023
|
|
|
|
## Slackware for x86_64 - multilib packages & install instructions
|
|
|
|
## README.ERIC
|
|
Before proceeding with the installation, it is better to read Eric's instructions.
|
|
You will find the file <a href="https://gitlab.com/dslackw/slpkg/-/raw/master/filelists/multilib/README.ERIC" target="_blank">README.ERIC</a> for this purpose, or refer directly
|
|
to Eric repository <a href="http://www.slackware.com/~alien/multilib/" target="_blank">multilib</a>.
|
|
|
|
## Multilib repository
|
|
|
|
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:
|
|
|
|
## Update repository
|
|
|
|
```bash
|
|
$ slpkg update --repository=multilib
|
|
```
|
|
|
|
## Install packages
|
|
|
|
```bash
|
|
$ slpkg install glibc_packages.pkgs --repository=multilib
|
|
```
|
|
|
|
```bash
|
|
$ slpkg install compat32.pkgs --repository=multilib
|
|
```
|
|
|
|
## Read
|
|
|
|
Please read the file <a href="https://gitlab.com/dslackw/slpkg/-/raw/master/filelists/multilib/README.ERIC" target="_blank">README.ERIC</a>
|
|
|
|
You will find the package lists in the <a href="https://gitlab.com/dslackw/slpkg/-/tree/master/filelists/multilib" target="_blank">multlib</a> folder.
|
|
|
|
Enjoy! |