I'm trying to install libXScrnSaver on opensuse 42.3 tumbleweed.
I couldn't install successfully becuase of below error.
rajkumar@linux-7owj:~> sudo rpm -i Downloads/slack-3.0.5-0.1.fc21.x86_64.rpm
[sudo] password for root:
warning: Downloads/slack-3.0.5-0.1.fc21.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID bf6a7041: NOKEY
error: Failed dependencies:
libXScrnSaver is needed by slack-3.0.5-0.1.fc21.x86_64
libappindicator is needed by slack-3.0.5-0.1.fc21.x86_64
Looks like some the libraries are missing.
I tried to install libXScrnSaver by the below command but that too failed.
rajkumar@linux-7owj:~> sudo zypper install libappindicator
Loading repository data...
Reading installed packages...
'libappindicator' not found in package names. Trying capabilities.
No provider of 'libappindicator' found.
Resolving package dependencies...
Nothing to do.
How can I successfully install the missing dependencies and the slack as well.