当我启动“尼古丁加”时,我会收到以下信息:
Gtk-Message: 21:10:30.657: Failed to load module "canberra-gtk-module"
lun 21:10 Disabled UPnP support due to errors: Failed to import miniupnpc
module: No module named miniupnpc. Also: Failed to run upnpc binary:
Problem while executing command ['upnpc'] (1 of 1)
lun 21:10 Note: Python Bindings for libsexy were not found. To enable spell
checking, get them from http://www.chipx86.com/wiki/Libsexy or your
distribution's package manager. Look for sexy-python or python-sexy.我试图连接到telnet服务器
telnet server.slsknet.org 2242但我得到了这样的信息:
连接到vps.slsknet.org。逃逸字符是“^]”由外国主机关闭的.连接。
我能做什么?
发布于 2021-06-29 06:02:31
尼古丁本身可以通过以下命令安装:
sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install nicotine若要修复有关堪培拉的警告,请使用以下命令:
sudo apt-get install libcanberra-gtk3-module libcanberra-gtk-moduleUpnpc python模块来自python-miniupnpc套餐,要安装它,请使用
sudo apt-get install python-miniupnpc尼古丁包装取决于依赖于python-sexy包,这是Ubuntu18.04LTS不可用的。这种依赖关系非常过时,Ubuntu10.04LTS提供了最后一个版本。所以你可以忽略它而不会失去功能。
新鲜的想法- 尼古丁网站列出了稳定版本的PPA。您可以使用以下命令从其中安装新鲜尼古丁:
sudo apt install software-properties-common
sudo add-apt-repository ppa:nicotine-team/stable
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6CEB6050A30E5769
sudo apt update
sudo apt install nicotine您可能需要检查截图。
https://askubuntu.com/questions/1348823
复制相似问题