Closed GabyCT closed 5 years ago
Hi @GabyCT, you can get pandoc from SUSE PackageHub: https://packagehub.suse.com/
The repo can be added with the command:
$ SUSEConnect -p PackageHub/12.4/x86_64
thanks @marcov , I'll try it
@marcov , I got the following error
gabysuse:/home/gabysuse # SUSEConnect -p PackageHub/12.4/x86_64
Registering system to registration proxy https://smt-azure.susecloud.net
Updating system details on https://smt-azure.susecloud.net ...
Activating PackageHub 12.4 x86_64 ...
-> Adding service to system ...
-> Installing release package ...
command 'zypper --no-refresh --non-interactive install --no-recommends --auto-agree-with-product-licenses -t product PackageHub' failed
Error: zypper returned (106) with 'Error building the cache:
[SUSE_Package_Hub_x86_64:SUSE-PackageHub-12-SP4-Standard-Pool|plugin:/susecloud?credentials=SUSE_Package_Hub_x86_64&path=/repo/SUSE/Backports/SLE-12-SP4_x86_64/standard/] Valid metadata not found at specified URL
Some of the repositories have not been refreshed because of an error.'
Hi @GabyCT , actually this page says you can ignore the error :thinking:, so I expect installation of pandoc should work afterwards...
@marcov I was able to add pandoc and hunspell thanks, however, I can not find myspell-en_GB1
and myspell-en_US
packages, any idea of how to enable them?
@GabyCT those packages are in the workstation-extensions module. You need to enable it with:
$ SUSEConnect -p sle-we/12.4/x86_64 -r <registration-code>
If you don't have a reg key, you can also try use to the openSUSE Leap repo, since I don't expect these packages to have dependencies that would break the system.
# try also with 15.0, 42.3 if there are version mismatch: vvv
$ sudo zypper ar http://download.opensuse.org/update/leap/15.1/oss/ leap-oss
$ sudo zypper ref -r leap-oss
$ sydo zypper in --from leap-oss myspell-en_GB1 myspell-en_US
$ sudo zypper mr -d leap-oss
@marcov thank you
Any update on this @GabyCT?
The following packages are missing on SLES 12 SP4
This is causing to the CI to fail. @marcov I could not find a repository to enable in order to get these packages or a way to get them, do you have any idea? thanks