You are not logged in.
Pages: 1
Topic closed
I want to install pandoc package using pacman, but it installs only pandoc without any dependency, so I got many times an error like this:
pandoc: error while loading shared libraries: libHSx509-system-1.6.7-
<...>-ghc9.0.2.so: cannot open shared object file: No such file or
directory
The way I see is parsing the result from...
# pacman -Qi pandoc
and install all deps, but I think there's a better way. Can anybody help?
Last edited by D0wnFvll (2022-11-06 20:12:45)
Offline
pacman -Syu
Offline
When you install a package with pacman (on a non-broken system), all the dependencies will be installed. That's what a package manager does. That's the point.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
pacman -Syu
This works, thanks!
Last edited by D0wnFvll (2022-11-06 20:09:29)
Offline
sudo pacman -Syu pkgname
Offline
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Pages: 1
Topic closed