Project

General

Profile

Bug #3015

[notes-up] error while loading shared libraries: libgranite.so.6: cannot open

maddox - almost 3 years ago - . Updated almost 3 years ago.

Status:
not-a-bug
Priority:
bug
Assignee:
-
% Done:

0%


Description

$ com.github.philip-scott.notes-up 
com.github.philip-scott.notes-up: error while loading shared libraries: libgranite.so.6: cannot open shared object file: No such file or directory

History

#1

Updated by bill-auger almost 3 years ago

  • Description updated (diff)

did you run `pacman -Syu` before installing this package?

#2

Updated by maddox almost 3 years ago

Each time, before installing my system verifies if there are new
package lists online. Any dependencies are automatically downloaded. I
have installed granite separately and package works, just that it did
not install it automatically.

#3

Updated by bill-auger almost 3 years ago

  • Status changed from unconfirmed to not-a-bug

if you are referring to octopi, you should notice that the indicator icon is still red - it turns green when the system is fully up-to-date

#4

Updated by maddox almost 3 years ago

I did not refer to octopi. I did not use it.

#5

Updated by bill-auger almost 3 years ago

Each time, before installing my system verifies if there are new
package lists online

octopi is the only parabola program which checks for updates automatically

Any dependencies are automatically downloaded.

if you already had the dependency installed, it would not be upgraded automatically - thats why it is important to run `pacman -Syu` before installing packages, or to have octopi do it

#6

Updated by maddox almost 3 years ago

Issue #3015 has been updated by bill-auger.

Each time, before installing my system verifies if there are new

package lists online

octopi is the only parabola program which checks for updates
automatically

I am using M-x helm-system-packages and it installs packages with:

$ sudo pacman --sync --refresh --needed pgadmin4

#7

Updated by bill-auger almost 3 years ago

On Wed, 21 Apr 2021 21:04:01 +0000 wrote:

$ sudo pacman --sync --refresh --needed pgadmin4

you would need to add the --sysupgrade options to make sure it
always upgrades packages, which are already installed - that
would prevent the situation of this BR

you most likely do not need the --needed option - all it would
do for that example, would be to avoid re-installing 'pgadmin4',
if it were already installed - but if 'pgadmin4' were already
installed, there would be no reason to specify it - it would
reduce to:

$ sudo pacman --sync --refresh --sysupgrade

with the short options,that is exactly:

$ sudo pacman -Syu

if 'pgadmin4' were not already installed, it would reduce to:

$ sudo pacman -Syu pgadmin4

Also available in: Atom PDF