当我启动 Nicotine Plus 时,我收到以下消息:
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。
转义字符为“^]”。
连接已由外部主机关闭。
我能做些什么?
答案1
尼古丁本身可以使用以下命令安装:
sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install nicotine
要修复有关堪培拉的警告,请使用以下命令:
sudo apt-get install libcanberra-gtk3-module libcanberra-gtk-module
Upnpc python 模块来自python-miniupnpc
包裹,安装使用
sudo apt-get install python-miniupnpc
尼古丁包依靠依赖于python-sexy
不适用于 Ubuntu 18.04 LTS 的软件包。此依赖项非常过时,最新版本在 Ubuntu 10.04 LTS 中可用。因此您可以忽略它而不会造成功能损失。
新鲜想法 -尼古丁网站列出了稳定版本的 PPA。你可以使用以下命令从中安装新的 Nicotine:
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
您可能需要检查截图。