mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated for donate
This commit is contained in:
parent
408b2f3665
commit
b889a19f56
2 changed files with 7 additions and 6 deletions
|
@ -1,3 +1,6 @@
|
|||
4.9.0 - 13/06/2023
|
||||
- Updated for multilib instructions
|
||||
|
||||
4.8.9 - 06/06/2023
|
||||
Fixed
|
||||
- urllib3.exceptions.NewConnectionError (Thanks to rizitis) #173
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Date: 04/04/2023
|
||||
Date: 12/06/2023
|
||||
|
||||
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 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 --bin-repo=multilib
|
||||
$ slpkg install compat32.pkgs --repository=multilib
|
||||
|
||||
Please read README.ERIC for more or visit the site as I say above.
|
||||
|
||||
|
|
Loading…
Reference in a new issue