``` error: No matches for 'gnome-software' in repo 'copr:copr.fedorainfracloud.org:ublue-os:gnome-so

error: No matches for 'gnome-software' in repo 'copr:copr.fedorainfracloud.org:ublue-os:gnome-software'

I've likely done something wrong
# Install ublue-os GNOME Software
RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/gnome-software/repo/fedora-${FEDORA_VERSION}/ublue-os-gnome-software-fedora-${FEDORA_VERSION}.repo -O /etc/yum.repos.d/ublue-os-gnome-software.repo && \
    rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:ublue-os:gnome-software gnome-software \
  && \
  rm -rf /tmp/* /var/* && \
  ostree container commit
Was this page helpful?