ncpamixer icon indicating copy to clipboard operation
ncpamixer copied to clipboard

Install in Arch Linux following README does not work

Open Disonantemus opened this issue 4 months ago • 1 comments

Installing following this from README.md doesn't work, shows:

$ paru -S ncpamixer-git
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...

:: Conflicts found:
    pulseaudio: pipewire-pulse (pulseaudio)  pipewire-pulse

:: Conflicting packages will have to be confirmed manually

Repo (1)           Old Version  New Version    Make Only
extra/pulseaudio                17.0-3         No

Aur (1)            Old Version  New Version    Make Only
aur/ncpamixer-git               a-5            No

:: Proceed to review? [Y/n]:

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
 nothing new to review
[sudo] password for kuro:
resolving dependencies...
looking for conflicting packages...
:: pulseaudio-17.0-3 and pipewire-pulse-1:1.2.5-1 are in conflict. Remove pipewire-pulse? [y/N]
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: pulseaudio-17.0-3 and pipewire-pulse-1:1.2.5-1 are in conflict

Seems to be a dependency problem in PKGBUILD that needs to be updated.


Workaround 4 Arch:

I did this and work no problem:

git clone https://github.com/fulhax/ncpamixer.git
cd ncpamixer
make
cd build
./ncpamixer

and did work, later I did move it to a folder in PATH for convenience.


Machine:

distro: Arch Linux x86_64
kernel: 6.6.52-1-lts
shell: bash 5.2.37
term: tmux

Disonantemus avatar Sep 28 '24 23:09 Disonantemus