J'essaie d'installer des packages à l'aide de zypper, mais le serveur Amazon qui exécute Ubuntu ne semble pas avoir installé zypper. Comment puis-je installer zypper?
code: zypper install git gcc gcc-c++
Erreur:
> unsupported locale setting
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/CommandNotFound/util.py", line 24, in crash_guard
callback()
File "/usr/lib/command-not-found", line 69, in main
enable_i18n()
File "/usr/lib/command-not-found", line 40, in enable_i18n
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python3.3/locale.py", line 541, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting