SUMMARY when i wanna update or install some apps and packages on bash Konsole always this error does not allow me! " Unexpected exception. /etc/zypp/repos.d/atom.repo: Section [Atom]: Line 4 contains garbage (no '=' or ':/?|,\' in key) also i removed the atom but didn't solved Please file a bug report about this. " STEPS TO REPRODUCE 1. 2. 3. OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: yes (available in About System) KDE Plasma Version: 5.18.5 KDE Frameworks Version: 5.71.0 Qt Version: 5.12.7 ADDITIONAL INFORMATION
i just wanna remove the atom and tried but didn't success and this error always happen!
This is not related to Konsole, this looks like a problem with Zypper (OpenSuse) and/or it's configuration files. I understand that filling a bug report takes time, and that someone saying "it's not our fault" is not really reassuring. Konsole is the application that run's a command line interpreter, like bash and zsh. If you have problems running commands from that interpreter, the issue is not with konsole. If, on the other hand, the output generated by those applications are displaying incorrectly on the screen, that would be a bug for konsole.
The obvious way to fix your problem, would be to delete the file /etc/zypp/repos.d/atom.repo (e.g. via "sudo rm /etc/zypp/repos.d/atom.repo"). According to zypper's error message, that file contains garbage instead of a valid repository configuration. (In reply to Arvand from comment #0) > Please file a bug report about this. " The actual message should be like this though: Unexpected exception. /etc/zypp/repos.d/xxx.repo: Section [xxx]: Line 4 contains garbage (no '=' or ':/?|,\' in key) Please file a bug report about this. See http://en.opensuse.org/Zypper/Troubleshooting for instructions. So please go to the mentioned URL to see how to file a bug about zypper if you want to report that error. (although a broken repo file is IMHO not really a good reason to file a bug report)