NikitaIvanovV / ctpv

Image previews for lf file manager
https://www.nikitaivanov.com/man1/ctpv
MIT License
264 stars 24 forks source link

[help] gpg-encrypted #16

Closed yyy33 closed 1 year ago

yyy33 commented 1 year ago

Which package should I install on arch linux?tangk you

NikitaIvanovV commented 1 year ago

https://aur.archlinux.org/packages/ctpv-git

You will probably need an AUR helper to install it (I recommend yay or paru).

yyy33 commented 1 year ago

I already have yay installed on my computer, but I can't find the package when I run the following command

yay -S gpg-encrypted
NikitaIvanovV commented 1 year ago

You need to run yay -S ctpv to install the program.

If you want to preview gpg-encrypted files, you need to also install gpg package by running pacman -S gpg (however, I bet the package is already installed on your system).

yyy33 commented 1 year ago

You need to run yay -S ctpv to install the program.

If you want to preview gpg-encrypted files, you need to also install gpg package by running pacman -S gpg (however, I bet the package is already installed on your system).

Yes, you are right, it is already installed. Thanks!