首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Ubuntu 18.10升级后的断扣系统

Ubuntu 18.10升级后的断扣系统
EN

Ask Ubuntu用户
提问于 2018-12-09 08:43:26
回答 2查看 309关注 0票数 0

请帮助安装所有需要的软件包以运行snap文件并与Store集成

以下是我的错误:

代码语言:javascript
复制
snap list
2018/12/09 11:36:41.694959 main.go:162: argument "abort"'s "<смена ID>s" should be wrapped in <>s
2018/12/09 11:36:41.695044 main.go:162: argument "ack"'s "<файл подтверждения>s" should be wrapped in <>s
2018/12/09 11:36:41.695158 main.go:162: argument "tasks"'s "<смена ID>s" should be wrapped in <>s
2018/12/09 11:36:41.695197 main.go:162: argument "create-key"'s "<имя ключа>s" should be wrapped in <>s
2018/12/09 11:36:41.695229 main.go:162: argument "create-user"'s "<отослать>s" should be wrapped in <>s
2018/12/09 11:36:41.695245 main.go:162: argument "delete-key"'s "<имя ключа>s" should be wrapped in <>s
2018/12/09 11:36:41.695307 main.go:162: argument "export-key"'s "<имя ключа>s" should be wrapped in <>s
2018/12/09 11:36:41.695351 main.go:162: argument "find"'s "<запрос>s" should be wrapped in <>s
2018/12/09 11:36:41.695383 main.go:162: argument "get"'s "<ключ>s" should be wrapped in <>s
2018/12/09 11:36:41.695463 main.go:162: argument "interface"'s "<интерфейс>s" should be wrapped in <>s
2018/12/09 11:36:41.695506 main.go:162: argument "known"'s "<тип подтверждения>s" should be wrapped in <>s
2018/12/09 11:36:41.695517 main.go:162: argument "known"'s "<фильт заголовков>s" should be wrapped in <>s
2018/12/09 11:36:41.695549 main.go:162: argument "login"'s "<отослать>s" should be wrapped in <>s
2018/12/09 11:36:41.695614 main.go:162: argument "prepare-image"'s "<модель подтверждения>s" should be wrapped in <>s
2018/12/09 11:36:41.695626 main.go:162: argument "prepare-image"'s "<корневая директория>s" should be wrapped in <>s
2018/12/09 11:36:41.695676 main.go:162: argument "services"'s "<сервис>s" should be wrapped in <>s
2018/12/09 11:36:41.695714 main.go:162: argument "logs"'s "<сервис>s" should be wrapped in <>s
2018/12/09 11:36:41.695738 main.go:162: argument "start"'s "<сервис>s" should be wrapped in <>s
2018/12/09 11:36:41.695766 main.go:162: argument "stop"'s "<сервис>s" should be wrapped in <>s
2018/12/09 11:36:41.695789 main.go:162: argument "restart"'s "<сервис>s" should be wrapped in <>s
2018/12/09 11:36:41.695812 main.go:162: argument "set"'s "<конфигурационное значение>s" should be wrapped in <>s
2018/12/09 11:36:41.695856 main.go:162: argument "sign-build"'s "<имя файла>s" should be wrapped in <>s
2018/12/09 11:36:41.696189 main.go:162: argument "wait"'s "<ключ>s" should be wrapped in <>s
2018/12/09 11:36:41.696230 main.go:162: argument "watch"'s "<смена ID>s" should be wrapped in <>s
Name                  Version                    Rev   Tracking  Publisher   Notes
core                  16-2.36.2+git1055.114a76a  6095  edge      canonical✓  core
core18                18                         468   edge      canonical✓  base
gnome-calculator      3.30.1                     260   stable    canonical✓  -
gnome-characters      3.30.0                     139   stable    canonical✓  -
gnome-system-monitor  3.30.0                     57    stable    canonical✓  -
gtk-common-themes     0.1-4-g88bc1b2             818   stable    canonical✓  -
EN

回答 2

Ask Ubuntu用户

发布于 2019-01-18 06:04:50

解决这一问题的最佳方法是将地区设置为/etc/default/locale,例如:

代码语言:javascript
复制
sudo update-locale LANG=en_US.UTF-8

用cat /etc/default/locale检查更改

代码语言:javascript
复制
LANG=en_US.UTF-8
LC_COLLATE=C
LC_MESSAGES=C
LC_ALL=en_US.UTF-8

或者编辑bash /etc/bash.bashrc

代码语言:javascript
复制
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
票数 1
EN

Ask Ubuntu用户

发布于 2018-12-09 16:37:58

在Ubuntu18.10中,Snap似乎遇到了外语方面的问题。据报道,该漏洞是这里

到目前为止,简单的解决办法是:

代码语言:javascript
复制
sudo rm /usr/share/locale-langpack/ru/LC_MESSAGES/snappy.mo

或在任何snap命令之前使用LANG=C

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1099514

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档