trizen / pipe-viewer

A lightweight YouTube client for Linux, without requiring an API key.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipe-viewer --version returns wrong version

begabba opened this issue · comments

I installed the latest AUR package (0.4.8) but running pipe-viewer --version returns 0.4.5

yay -S pipe-viewer-git

Package (1)      Old Version          New Version          Net Change
pipe-viewer-git  0.4.8.r7.gbfa5a03-1  0.4.8.r7.gbfa5a03-1    0,00 MiB

pipe-viewer --version
CLI Pipe Viewer 0.4.5

Probably you have installed pipe-viewer manually, which gets installed by default in "/usr/bin/site_perl/".

Check:

which pipe-viewer

It should print "/usr/bin/pipe-viewer". If it prints something else, then delete that file.

which pipe-viewer returns "/usr/bin/pipe-viewer".

I tried uninstalling the AUR package and then which pipe-viewer didn't return anything.

My bad. I did have an alias that pointed to an older repo. Once removed pipe-viewer --version returns CLI Pipe Viewer 0.4.8 as expected.
Thanks.