You are not logged in.

#1 2018-06-09 14:41:19

Annoyingduck
Member
Registered: 2016-08-02
Posts: 179

[Solved] Remove Multilib Repo Properly On New Pacman

The wiki says to run this command, then uncomment the repo in pacman.conf:

sudo pacman -R $(paclist multilib | cut -f1 -d' ')

The command is returning this error:

bash: paclist: command not found
error: no targets specified (use -h for help)

My guess is that the new Pacman has changed how the paclist command works and the Wiki should be updated.  What is the current proper way to remove the multilib repo and revert to a pure 64bit system with the new Pacman?

Last edited by Annoyingduck (2018-06-09 15:10:57)

Offline

#2 2018-06-09 14:49:27

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,982

Re: [Solved] Remove Multilib Repo Properly On New Pacman

# pacman -Fys paclist

Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2018-06-09 14:55:45

Annoyingduck
Member
Registered: 2016-08-02
Posts: 179

Re: [Solved] Remove Multilib Repo Properly On New Pacman

Lone_Wolf wrote:
# pacman -Fys paclist

Are you saying to run the command instead of the command listed in the Wiki?  Then uncomment, and update the system? Is this correct?

Offline

#4 2018-06-09 14:58:39

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,619

Re: [Solved] Remove Multilib Repo Properly On New Pacman

He's saying to figure out where paclist is and install it.

Offline

#5 2018-06-09 14:58:52

loqs
Member
Registered: 2014-03-06
Posts: 17,502

Re: [Solved] Remove Multilib Repo Properly On New Pacman

Have a look at the man page for pacman to see what -Fys does.
Edit:
beaten by Scimmia.

Last edited by loqs (2018-06-09 14:59:39)

Offline

#6 2018-06-09 15:02:53

Annoyingduck
Member
Registered: 2016-08-02
Posts: 179

Re: [Solved] Remove Multilib Repo Properly On New Pacman

I'm getting this after running the command:

community/pacman-contrib 1.0.0-2
    usr/bin/paclist

So paclist appears to be installed.

Offline

#7 2018-06-09 15:04:15

loqs
Member
Registered: 2014-03-06
Posts: 17,502

Re: [Solved] Remove Multilib Repo Properly On New Pacman

What is the output of

pacman -Q pacman-contrib

Offline

#8 2018-06-09 15:04:18

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,619

Re: [Solved] Remove Multilib Repo Properly On New Pacman

No, it isn't. Figure out what that command does before coming back.

Offline

#9 2018-06-09 15:10:23

Annoyingduck
Member
Registered: 2016-08-02
Posts: 179

Re: [Solved] Remove Multilib Repo Properly On New Pacman

Ahh, got it.  I didn't realize the command was listing a package not installed.  I installed pacman-contrib and followed the wiki guide.  All is well now.  Thanks.

Offline

#10 2018-06-09 15:11:02

Seventh
Member
Registered: 2016-08-05
Posts: 47

Re: [Solved] Remove Multilib Repo Properly On New Pacman

man pacman tells us this...

[       -F, --files
           Query the files database. This operation allows you to look for
           packages owning certain files or display files owned by certain
           packages. Only packages that are part of your sync databases are
           searched. See File Options below. ]

[-y, --refresh
           Download a fresh copy of the master package database from the
           server(s) defined in pacman.conf(5). This should typically be used
           each time you use --sysupgrade or -u. Passing two --refresh or -y
           flags will force a refresh of all package databases, even if they
           appear to be up-to-date. ]

[       -s, --search <regexp>
           This will search each package in the sync databases for names or
           descriptions that match regexp. When you include multiple search
           terms, only packages with descriptions matching ALL of those terms
           will be returned. ]

Offline

#11 2018-06-09 15:17:03

Annoyingduck
Member
Registered: 2016-08-02
Posts: 179

Re: [Solved] Remove Multilib Repo Properly On New Pacman

I didn't know you could search for command associations with given packages not installed.  Pretty cool.  Never had a need for the -F command in pacman. Thanks again.

Offline

Board footer

Powered by FluxBB