Hi all,
I’d like to install conky on my TW, to make a nice systemmonitor on my desktop( I’ve had it before, nice toy!).
And; it’s available in my repo’s, twice even:
**rgon:~ #** zypper search -s conky
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
--+-------------------+------------+-------------+--------+----------------------
| conky | package | 1.10.6-13.2 | x86_64 | packman
| conky | package | 1.10.6-6.1 | x86_64 | Main Repository (OSS)
| conky | package | 1.10.6-13.2 | i586 | packman
| conky | package | 1.10.6-6.1 | i586 | Main Repository (OSS)
| conky | srcpackage | 1.10.6-13.2 | noarch | packman
| conky-debuginfo | package | 1.10.6-13.2 | x86_64 | packman
| conky-debuginfo | package | 1.10.6-13.2 | i586 | packman
| conky-debugsource | package | 1.10.6-13.2 | x86_64 | packman
| conky-debugsource | package | 1.10.6-13.2 | i586 | packman
| conky-doc | package | 1.10.6-13.2 | x86_64 | packman
| conky-doc | package | 1.10.6-6.1 | x86_64 | Main Repository (OSS)
| conky-doc | package | 1.10.6-13.2 | i586 | packman
| conky-doc | package | 1.10.6-6.1 | i586 | Main Repository (OSS)
| nano-plugin-conky | package | 1.10.6-13.2 | x86_64 | packman
| nano-plugin-conky | package | 1.10.6-6.1 | x86_64 | Main Repository (OSS)
| nano-plugin-conky | package | 1.10.6-13.2 | i586 | packman
| nano-plugin-conky | package | 1.10.6-6.1 | i586 | Main Repository (OSS)
| vim-plugin-conky | package | 1.10.6-13.2 | x86_64 | packman
| vim-plugin-conky | package | 1.10.6-6.1 | x86_64 | Main Repository (OSS)
| vim-plugin-conky | package | 1.10.6-13.2 | i586 | packman
| vim-plugin-conky | package | 1.10.6-6.1 | i586 | Main Repository (OSS)
**argon:~ #**
However, when I try to install, zypper says it can’t because of unmet dependencies:
**argon:~ #** zypper install conky
Loading repository data...
Reading installed packages...
Resolving package dependencies...
Problem: nothing provides liblua.so.5.1()(64bit) needed by conky-1.10.6-13.2.x86_64
Solution 1: do not install conky-1.10.6-13.2.x86_64
Solution 2: break conky-1.10.6-13.2.x86_64 by ignoring some of its dependencies
**Choose from above solutions by number or cancel [1/2/c] (c): **c
**argon:~ #**
How can that be? I always thought the repo’s (at least, the official and mainstream ones) were alligned for all packages (is that the right word?) In other words: when a package is in a repo, all deps should be as well? Or is that a wrong assumption?
And, to be concrete: how can I install conky in a future-proof way?.
My repolist:
**argon:~ #** zypper ls -d
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI
--+-------------------------------------+----------------------------+---------+-----------+---------+----------+--------+-------------------------------------------------------------------------
1 | download.opensuse.org-non-oss | Main Repository (NON-OSS) | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/tumbleweed/repo/non-oss/
2 | download.opensuse.org-oss | Main Repository (OSS) | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/tumbleweed/repo/oss/
3 | download.opensuse.org-tumbleweed | Main Update Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/tumbleweed/
4 | http-download.opensuse.org-ca32788b | Education | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/Education/openSUSE_Tumbleweed/
5 | libdvdcss | libdvdcss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://opensuse-guide.org/repo/openSUSE_Tumbleweed/
6 | openSUSE-20170322-0 | openSUSE-20170322-0 | No | ---- | ---- | 99 | yast2 | cd:///?devices=/dev/disk/by-id/ata-HL-DT-ST_DVDRAM_GH22NS70_K2ZB6A85424
7 | packman | packman | Yes | (r ) Yes | Yes | 99 | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/
8 | repo-debug | openSUSE-Tumbleweed-Debug | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/tumbleweed/repo/oss/
9 | repo-source | openSUSE-Tumbleweed-Source | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/tumbleweed/repo/oss/
**argon:~ #
**
Any other info needed?