「Ubuntu 笔记」常见错误提示整理

吐槽/反馈/建议:我的咸鱼心  爱发电-@wdssmq

错误提示:

manpath: can't set the locale; make sure $LC_* and $LANG are correct

解决:

1、分别执行 localelocalectl list-locales 查看数输出:

locale
# locale: Cannot set LC_CTYPE to default locale: No such file or directory
# locale: Cannot set LC_MESSAGES to default locale: No such file or directory
# locale: Cannot set LC_ALL to default locale: No such file or directory
# LANG=en_US.UTF-8
# LANGUAGE=
# LC_CTYPE="en_US.UTF-8"
# LC_NUMERIC="en_US.UTF-8"
# LC_TIME="en_US.UTF-8"
# LC_COLLATE="en_US.UTF-8"
# LC_MONETARY="en_US.UTF-8"
# LC_MESSAGES="en_US.UTF-8"
# LC_PAPER="en_US.UTF-8"
# LC_NAME="en_US.UTF-8"
# LC_ADDRESS="en_US.UTF-8"
# LC_TELEPHONE="en_US.UTF-8"
# LC_MEASUREMENT="en_US.UTF-8"
# LC_IDENTIFICATION="en_US.UTF-8"
# LC_ALL=

localectl list-locales
# C.UTF-8

2、修改文件/etc/locale.gen,在其中搜索en_US.UTF-8对应的项目,移除前边的#注释;

# 编辑如下文件
code /etc/locale.gen
# —— # en_US.UTF-8 UTF-8 修改为 en_US.UTF-8 UTF-8

3、执行 locale-gen

# locale-gen
locale-gen

# 重新执行查看命令验证效果
localectl list-locales
# C.UTF-8
# en_US.utf8

locale
# LANG=en_US.UTF-8
# LANGUAGE=
# …………

错误提示:

Package docker-ce is not available, but is referred to by another package.

解决方法:

sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
sudo apt update
sudo apt install docker-ce

错误提示:

Failed to execute child process "dbus-launch" (No such file or directory)

解决方法:

apt-get remove golang-docker-credential-helpers


错误提示:

sudo: unable to resolve host localhost.localdomain

解决方法:

编辑/etc/hosts,将

127.0.0.1 localhost

修改为:

127.0.0.1 localhost localhost.localdomain

//也可以加上你的域名,如

127.0.0.1 localhost localhost.localdomain vps.wdssmq.com


错误提示:

Missing: Digest::SHA1

解决方法:

cd /tmp

wget http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-2.13.tar.gz

tar -zxvf Digest*.tar.gz

cd Digest*

perl Makefile.PL

make

make test

make install


错误提示:

requires either NcursesW or Ncurses library

Could not build sigc++-2.0

解决方法:

//在安装 rtorrent + rutorrent 时遇到的两种错误提示,,精简版系统少太多东西,,统一安装一下

sudo apt-get install libtool automake build-essential libssl-dev libsigc++-2.0-dev libc6-dev libncurses5-dev subversion libcppunit-dev unzip unrar-free curl


错误提示:

WARNING: failed to autodetect C++ compiler version (CXX=g++)

WARNING: failed to autodetect C compiler version (CC=gcc)

ERROR: No acceptable C compiler found!
Please make sure you have a C compiler installed on your system and/or
consider adjusting the CC environment variable if you installed
it in a non-standard prefix.

解决:

sudo apt-get install gcc
sudo apt-get install build-essential

错误提示:

error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory

error while loading shared libraries: libunwind.so.1: cannot open shared object file: No such file or directory

解决:

sudo apt-get update
sudo apt-get install -y libc++1 libunwind-dev


爱发电

本文标题:《「Ubuntu 笔记」常见错误提示整理》作者:沉冰浮水
原文链接:https://www.wdssmq.com/post/20131101035.html
特别注明外均为原创,转载请注明。

分享到微信

扫描二维码

可在微信查看或分享至朋友圈。

相关文章

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

网站分类

  • 订阅本站的 RSS 2.0 新闻聚合

搜索

本周旧文

nuc 四个口插硬盘都识别不到,有亮灯。。最后试出别插到底。。

绿联的硬盘盒。。另外一个联想的没问题。。

近期观影记录:超级马里奥,死侍与金刚狼。。

搬家也告一段落,虽然搬过来的东西还得归置,新衣柜虽说已经散俩月味儿了,但还是不想放衣服进去。

要不我每年汇总整理一次??碎雨集_沉冰浮水_第1页

所以,不带这条的话,2024 年目前只发了 13 条嘟????

VSCode 内 git 操作卡住的时候没办法主动取消一直是个痛点,一般都是推送或拉取,今天连提交都卡了。。

又一个夏天过去了,所以今年也没买防水鞋套;然后天凉了,为了应对踢被子买了睡袋,不知道 1.2 米会不会略窄。。

《五至七时的克莱奥》,2018 年 6 月加入列表,21 年 11 月底发现 B 站上线了这部,直到前几天才看完,还是分两次看的。。接下来有五项是 2019 年的,都是电影 —— 略长的待办列表。。

有用程序自动抓取自己带 tag 的嘟,然后按年备份后从线上删除;刚发现去年的数据有备份但是没删线上??和本地数据对比后发现线上的还少一条,Why??

本质上,每个人需要的是「让自己面临的问题得到解决」的能力。。

这又涉及到直接能力和间接能力,,缺乏直接能力很正常,视情况可以通过学习来掌握直接能力,或者「请」有直接能力的人来帮自己解决。。

缺乏间接能力的情况是真没救,尤其是对「这是**我自己**面临的问题」这一前提没有明确认知的人。。

最新留言

友情链接