You are not logged in.
I'm trying to install Cydia Impactor on my arch linux machine. I got the git clone link and tried to install via makepkg -sri
The output I get is:
error: target not found: ncurses5-compat-libs
==> ERROR: 'pacman' failed to install missing dependencies.
Any help? I have installed ncurses5-compat-libs from the AUR already.
Offline
that package is in the aur
https://aur.archlinux.org/packages/ncur … mpat-libs/
have a look at
https://wiki.archlinux.org/index.php/Pacman
and
https://wiki.archlinux.org/index.php/Ar … Repository
Offline
I have installed ncurses5-compat-libs from the AUR already.
How? It doesn't seem it was successful.
What's the output of `pacman -Qs ncurses5`
Last edited by Trilby (2019-03-23 18:12:59)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Paperclip wrote:I have installed ncurses5-compat-libs from the AUR already.
How? It doesn't seem it was successful.
What's the output of `pacman -Qs ncurses5`
No output.
Offline
Then you have not installed ncurses5-compat-libs. Install that first.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Then you have not installed ncurses5-compat-libs. Install that first.
I'm pretty sure I did. I git cloned it from the AUR and makepkg. It tells me I already installed the package.
Offline
What does it tell you, exactly? Installed is not the same as built.
Offline
What does it tell you, exactly? Installed is not the same as built.
I got it to work with makepkg -sri again. Don't know why it didn't work the first time.
Offline
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline