B
blendOS•2w ago
Bird

How can I install Multilib Packages from the Multilib Repo?

Hi I understand the disabled feature of using pacman while it running given the immutable part of the distro. I am not sure how to enable the multilib repo. I tried uncommenting the two lines in the pacman.conf and running
sudo akshara update
sudo akshara update
and it didn't allow me to install the package that I wanted which steam is what I would like to install.
Solution:
add it as an alternate mirror
Jump to solution
10 Replies
Solution
Asterisk
Asterisk•2w ago
add it as an alternate mirror
Asterisk
Asterisk•2w ago
this should work for now until I can make an MR to add multilib permanently
Bird
Bird•2w ago
do I put it in the system.yaml?
Asterisk
Asterisk•2w ago
Yeah make the name multilib and the URL <your favorite mirror>/$repo/os/$arch
Bird
Bird•2w ago
package-repos:
- name: 'REPO_NAME'
- repo-url: 'REPO_URL'
package-repos:
- name: 'REPO_NAME'
- repo-url: 'REPO_URL'
reading the docs so like that and then I can just insert the package in the packages entry to install?
Asterisk
Asterisk•2w ago
yes oh wait you did it wrong no hyphen before repo-url read the docs
Bird
Bird•2w ago
oh
Asterisk
Asterisk•2w ago
same indentation just no hyphen
Bird
Bird•2w ago
I see now I thought it was missing that I added that thank you I'll give that a try it worked thank you for your help 😄
Valkyrja
Valkyrja•2w ago
ム丂イ乇尺ノ丂ズ received a thank you Jao!