Skip to content

Commit

Permalink
Update troubleshooting for temporary direct script
Browse files Browse the repository at this point in the history
  • Loading branch information
tahliar committed Mar 19, 2024
1 parent 81e13e9 commit 3bf05a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions xml/art-quickstart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,12 @@
</listitem>
</varlistentry>
<varlistentry>
<term>Setup script cannot install <package>SUSEConnect</package> because of
<term>Setup script cannot install <package>suseconnect-ng</package> because of
package dependencies</term>
<listitem>
<para>
&productname; only supports the latest minor release of &rhla; or CentOS Linux.
If your system is running the latest version and <package>SUSEConnect</package>
If your system is running the latest version and <package>suseconnect-ng</package>
still has package dependency issues, try the following workaround:
</para>
<orderedlist>
Expand All @@ -255,19 +255,19 @@
Edit the <filename>rmt-client-setup-res</filename> script to add
<literal>--skip-broken</literal> to the following line:
</para>
<screen>$DNF install SUSEConnect librepo <emphasis role="bold">--skip-broken</emphasis></screen>
<screen>$DNF install sles_es-release-server suseconnect-ng librepo <emphasis role="bold">--skip-broken</emphasis></screen>
</listitem>
<listitem>
<para>
Run the script and accept any proposed package changes.
<package>SUSEConnect</package> will be skipped.
<package>suseconnect-ng</package> will be skipped.
</para>
</listitem>
<listitem>
<para>
Run the script a second time. The package changes from the first attempt
can sometimes resolve the package dependency issues, allowing the second
attempt to successfully install <package>SUSEConnect</package>.
attempt to successfully install <package>suseconnect-ng</package>.
</para>
</listitem>
</orderedlist>
Expand Down

0 comments on commit 3bf05a6

Please sign in to comment.