LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Correct "quick and dirty" multilib configuration for Slackware 15.0 (https://www.linuxquestions.org/questions/slackware-14/correct-quick-and-dirty-multilib-configuration-for-slackware-15-0-a-4175708023/)

TheNutCase 02-14-2022 03:25 PM

Correct "quick and dirty" multilib configuration for Slackware 15.0
 
what is the Correct "quick and dirty" multilib configuration for Slackware 15.0?

RadicalDreamer 02-14-2022 03:28 PM

Here: http://www.slackware.com/~alien/multilib/
and
Here: https://docs.slackware.com/slackware:multilib

Daedra 02-14-2022 03:35 PM

RadicalDreamer links show you exactly what you need. But if you really want to be quick and dirty about this will work.

Code:

cd /tmp
mkdir multilib
cd multilib
wget -r -np -nd -l1 --accept=*.t?z http://www.slackware.com/~alien/multilib/15.0/
lftp -c "open http://www.slackware.com/~alien/multilib/15.0/ ; mirror slackware64-compat32/"
upgradepkg --reinstall --install-new *.t?z
upgradepkg --reinstall --install-new slackware64-compat32/*-compat32/*.t?z


chrisretusn 02-16-2022 01:53 AM

Another quick and dirty, if you use slackpkg with slackpkg+

Add to slackpkgplus.conf:
Code:

PKGS_PRIORITY+=( multilib ) # Or add to existing PKGS_PRIORITY=( multilib, ..., ... ) set.
REPOPLUS+=( multilib ) # Or add to existing REPOPLUS=( multilib, ..., ... ) set.
MIRRORPLUS['multilib']=https://slackware.nl/people/alien/multilib/current/

Run:
Code:

slackpkg update gpg
slackpkg update
slackpkg install multilib
slackpkg upgrade-all
slackpkg clean-system


Dênio 05-26-2022 02:35 PM

This project is beste and fast by rsync
 
https://github.com/ryuuzaki42/13_clo...are_repo_rsync

rkelsen 05-29-2022 09:08 AM

Quote:

Originally Posted by TheNutCase (Post 6329519)
what is the Correct "quick and dirty" multilib configuration for Slackware 15.0?

There is no right answer to that question, because multi-lib is not officially part of Slackware.

With that in mind, no other method is quicker and easier than conty.sh.


All times are GMT -5. The time now is 09:57 AM.