mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for configuration
This commit is contained in:
parent
4d28509b21
commit
34d19bd0cb
2 changed files with 21 additions and 19 deletions
19
.idea/workspace.xml
generated
19
.idea/workspace.xml
generated
|
@ -8,7 +8,8 @@
|
|||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for configuration">
|
||||
<change beforePath="$PROJECT_DIR$/docs/configuration/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/configuration/index.md" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/docs/configuration/multilib.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/configuration/multilib.md" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -79,13 +80,6 @@
|
|||
<option name="presentableId" value="Default" />
|
||||
<updated>1670414596656</updated>
|
||||
</task>
|
||||
<task id="LOCAL-02178" summary="Updated for index">
|
||||
<created>1686563771658</created>
|
||||
<option name="number" value="02178" />
|
||||
<option name="presentableId" value="LOCAL-02178" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1686563771658</updated>
|
||||
</task>
|
||||
<task id="LOCAL-02179" summary="Updated for index">
|
||||
<created>1686563882145</created>
|
||||
<option name="number" value="02179" />
|
||||
|
@ -422,7 +416,14 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1686591803856</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2227" />
|
||||
<task id="LOCAL-02227" summary="Updated for configuration">
|
||||
<created>1686591898468</created>
|
||||
<option name="number" value="02227" />
|
||||
<option name="presentableId" value="LOCAL-02227" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1686591898468</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2228" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="Vcs.Log.History.Properties">
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
### Multilib
|
||||
|
||||
Slackware for x86_64 - multilib packages & install instructions:
|
||||
Date: 12/06/2023
|
||||
|
||||
Date: 04/04/2023
|
||||
|
||||
Slackware for x86_64 - multilib packages & install instructions
|
||||
---------------------------------------------------------------
|
||||
### 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:
|
||||
|
@ -15,13 +12,17 @@ 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…
Add table
Reference in a new issue