Two things you can do to make it easier for others to see what is going on and help if they can.
- Post code as code with the </> icon. Example:
$ sudo dnf upgradel
- Preface commands with ‘LC_ALL=C’ so the output is in English. Example:
$ LC_ALL=C sudo dnf upgrade