2023-04-04 23:26:48 +03:00
|
|
|
Date: 04/04/2023
|
|
|
|
|
2023-04-04 23:09:35 +03:00
|
|
|
Slackware for x86_64 - multilib packages & install instructions
|
|
|
|
---------------------------------------------------------------
|
|
|
|
|
|
|
|
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/
|
|
|
|
|
|
|
|
In this folder, there are two lists, as Eric says, you should install first the glibc packages
|
2023-04-05 17:49:41 +03:00
|
|
|
and then the 32-bit compatibility packages. First, edit the '/etc/slpkg/repositories.toml' file
|
|
|
|
and enable the 'multilib' repository and then:
|
2023-04-04 23:09:35 +03:00
|
|
|
|
2023-04-06 20:46:49 +03:00
|
|
|
$ slpkg update --bin-repo=multilib
|
2023-04-06 20:46:25 +03:00
|
|
|
|
2023-04-04 23:13:08 +03:00
|
|
|
$ slpkg install glibc_packages.pkgs --reinstall --bin-repo=multilib
|
2023-04-04 23:09:35 +03:00
|
|
|
|
2023-04-05 17:49:41 +03:00
|
|
|
and
|
2023-04-04 23:09:35 +03:00
|
|
|
|
2023-04-04 23:13:08 +03:00
|
|
|
$ slpkg install compat32.pkgs --bin-repo=multilib
|
2023-04-04 23:09:35 +03:00
|
|
|
|
|
|
|
Please read README.ERIC for more or visit the site as I say above.
|
|
|
|
|
|
|
|
Enjoy!
|