Updated for donate

This commit is contained in:
Dimitris Zlatanidis 2023-06-13 09:03:23 +03:00
parent 408b2f3665
commit b889a19f56
2 changed files with 7 additions and 6 deletions

View file

@ -1,3 +1,6 @@
4.9.0 - 13/06/2023
- Updated for multilib instructions
4.8.9 - 06/06/2023 4.8.9 - 06/06/2023
Fixed Fixed
- urllib3.exceptions.NewConnectionError (Thanks to rizitis) #173 - urllib3.exceptions.NewConnectionError (Thanks to rizitis) #173

View file

@ -1,4 +1,4 @@
Date: 04/04/2023 Date: 12/06/2023
Slackware for x86_64 - multilib packages & install instructions Slackware for x86_64 - multilib packages & install instructions
--------------------------------------------------------------- ---------------------------------------------------------------
@ -11,13 +11,11 @@ In this folder, there are two lists, as Eric says, you should install first the
and then the 32-bit compatibility packages. First, edit the '/etc/slpkg/repositories.toml' file and then the 32-bit compatibility packages. First, edit the '/etc/slpkg/repositories.toml' file
and enable the 'multilib' repository and then: and enable the 'multilib' repository and then:
$ slpkg update --bin-repo=multilib $ slpkg update --repository=multilib
$ slpkg install glibc_packages.pkgs --reinstall --bin-repo=multilib $ slpkg install glibc_packages.pkgs --repository=multilib
and $ slpkg install compat32.pkgs --repository=multilib
$ slpkg install compat32.pkgs --bin-repo=multilib
Please read README.ERIC for more or visit the site as I say above. Please read README.ERIC for more or visit the site as I say above.