No more ifuse on Leap 16?

Trying to “furnish” my new Leap 16 installation with the necessary software.

I cannot find ifuse anymore in the repos. In 15.6, it was included in Main Repository (repo-oss).
However, it’s not in Leap 16.

linux:/home/chris # zypper lr
Repository priorities are without effect. All enabled repositories share the same priority.

# | Alias                                | Name                                                                 | Enabled | GPG Check | Refresh
--+--------------------------------------+----------------------------------------------------------------------+---------+-----------+--------
1 | https-download.opensuse.org-506797bd | https://download.opensuse.org/distribution/leap/16.0/repo/oss/x86_64 | Yes     | (r ) Yes  | Yes
2 | openSUSE:repo-non-oss                | repo-non-oss (16.0)                                                  | No      | ----      | ----
3 | openSUSE:repo-non-oss-debug          | repo-non-oss-debug (16.0)                                            | No      | ----      | ----
4 | openSUSE:repo-openh264               | repo-openh264 (16.0)                                                 | Yes     | (r ) Yes  | Yes
5 | openSUSE:repo-oss                    | repo-oss (16.0)                                                      | Yes     | (r ) Yes  | Yes
6 | openSUSE:repo-oss-debug              | repo-oss-debug (16.0)                                                | No      | ----      | ----
7 | openSUSE:repo-oss-source             | repo-oss-source (16.0)                                               | No      | ----      | ----
linux:/home/chris # zypper se ifuse
Refreshing service 'openSUSE'.
Loading repository data...
Reading installed packages...
No matching items found.

    Note: For an extended search including not yet activated remote resources please use 'zypper
    search-packages'.
linux:/home/chris # zypper search-packages ifuse
Could not search for the package: Error: Registration server returned 'base product not found' (404)No package found

linux:/home/chris # cnf ifuse
 ifuse: command not found

Am I doing something wrong here?

It is available from the Hardware repo:
https://software.opensuse.org/download/package?package=ifuse&project=hardware

Hm…

When I follow your link to the Hardware repo, and click on openSUSE, then I see --amongst Tumbleweed and Slowroll – only Leap 15.6 (where ifuse is already available in repo-oss (Main Repository).

Is Hardware repo an official openSUSE repo? I usually refrain from adding additional repos (except packman due to codecs :-/).

Do this:
sudo zypper ar -f -n hardware https://download.opensuse.org/repositories/hardware/16.0/ hardware
sudo zypper ref
sudo zypper in ifuse

Thanks for the URL to the Leap 16 repo (note to myself: never trust what a web UI tells you).

Still, I am wondering if this is an official openSUSE repo. With Leap 15.x I had everything that I needed in the official repos provided after an install of the OS.

(I’ve read that with Leap 16 the default repos got tidied up, so maybe this additional not installed/provided repo is the effect of it?)

Most likely the maintainer hasn’t submitted it to Leap 16.0 (yet). Not a matter of tidying up. That is not the case.

1 Like