TW: 'libnm-gtk-devel' not found in package names

I need to compile from source a program whose build process requires libnm-gtk-devel. On my Leap 15.0 system the package is on the repos, however in Tumbleweed there is no such package:


# cat /etc/os-release
NAME="openSUSE Tumbleweed"
# VERSION="20180807"
ID="opensuse-tumbleweed"
ID_LIKE="opensuse suse"
VERSION_ID="20180807"
PRETTY_NAME="openSUSE Tumbleweed"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:tumbleweed:20180807"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"
# zypper in libnm-gtk-devel
Loading repository data...
Reading installed packages...
'libnm-gtk-devel' not found in package names. Trying capabilities.
No provider of 'libnm-gtk-devel' found.
Resolving package dependencies...

Nothing to do.
# zypper se libnm
Loading repository data...
Reading installed packages...

S  | Name            | Summary                                            | Type
---+-----------------+----------------------------------------------------+--------
i+ | libnm-glib-vpn1 | Convenience library for NetworkManager VPN plugins | package
i+ | libnm-glib4     | Convenience library for clients of NetworkManager  | package
i+ | libnm-util2     | Convenience library for clients of NetworkManager  | package
i  | libnm0          | Convenience library for clients of NetworkManager  | package
   | libnma-devel    | NetworkManager UI dialogs -- Development Files     | package
i  | libnma0         | NetworkManager UI dialog library                   | package
# zypper lr --uri
Repository priorities are without effect. All enabled repositories share the same priority.

# | Alias                           | Name                            | Enabled | GPG Check | Refresh | URI
--+---------------------------------+---------------------------------+---------+-----------+---------+---------------------------------------------------------------
1 | ftp.gwdg.de-suse                | Packman Repository              | Yes     | (r ) Yes  | Yes     | http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_Tumbleweed/
2 | openSUSE-Tumbleweed-Src-Non-OSS | openSUSE-Tumbleweed-Src-Non-OSS | No      | ----      | ----    | http://download.opensuse.org/tumbleweed/repo/src-non-oss/
3 | openSUSE-Tumbleweed-Src-OSS     | openSUSE-Tumbleweed-Src-OSS     | No      | ----      | ----    | http://download.opensuse.org/tumbleweed/repo/src-oss/
4 | repo-debug                      | openSUSE-Tumbleweed-Debug       | No      | ----      | ----    | http://download.opensuse.org/debug/tumbleweed/repo/oss/
5 | repo-non-oss                    | openSUSE-Tumbleweed-Non-OSS     | Yes     | (r ) Yes  | Yes     | http://download.opensuse.org/tumbleweed/repo/non-oss/
6 | repo-oss                        | openSUSE-Tumbleweed-OSS         | Yes     | (r ) Yes  | Yes     | http://download.opensuse.org/tumbleweed/repo/oss/
7 | repo-update                     | openSUSE-Tumbleweed-Update      | Yes     | (r ) Yes  | Yes     | http://download.opensuse.org/update/tumbleweed/

What should I do?

Nevermind.
It worked without it. :wink:

On Wed 08 Aug 2018 10:06:03 PM CDT, heyjoe wrote:

I need to compile from source a program whose build process requires
libnm-gtk-devel. On my Leap 15.0 system the package is on the repos,
however in Tumbleweed there is no such package:
<snip>

What should I do?

Hi
That was for the applet… so the TW version would be libnma-devel, use
pkgconfig in your configure checks, as in create a patch unless it’s
just looking for a header…


Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
SLES 15 | GNOME Shell 3.26.2 | 4.12.14-25.6-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!