在Ubuntu 19.04 (64位)的新安装中,当我尝试安装Tomboy时,这就是我得到的:
$ sudo apt install tomboy
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package tomboy is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'tomboy' has no installation candidatesources.list拥有Universe存储库(默认情况下),packages.ubuntu.com显示它不可用和apt缓存搜索都是空的,我无法安装它。
汤姆巴彻底消失了吗?在19.04有别的办法吗?
我希望能对此提出任何建议,因为我找不到以前关于这个问题的报告。
发布于 2019-04-19 15:23:33
Tomboy在Ubuntu19.04和更高版本中已经停止使用,但是Gnote与Tomboy几乎完全相同,实际上您可以导出Tomboy便笺,然后将它们全部复制到Gnote中。您还可以导出注释,然后将它们一起复制到Tomboy中。您可以使用Gnote作为备份应用程序来存储Tomboy便笺的备份,反之亦然,因为Tomboy notes和Gnote notes完全兼容。
要在所有当前支持的Ubuntu版本中安装Gnote,请打开终端并键入:
sudo apt install gnote 
发布于 2019-04-19 15:19:35
发布于 2019-08-31 13:44:29
我想tomboy从19.04中被删除的原因是libgconf2.0 2.0不再支持。这是一个相当大的黑客,但你可以下载这个包和tomboy构建的旧的ubuntu版本,并安装它们(自己的风险)。
https://launchpad.net/ubuntu/+source/tomboy/1.15.9-0ubuntu1/+build/13188678 https://packages.ubuntu.com/xenial/all/libgconf2.0-cil/download
wget https://launchpad.net/ubuntu/+source/tomboy/1.15.9-0ubuntu1/+build/13188678/+files/tomboy_1.15.9-0ubuntu1_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gnome-sharp2/libgconf2.0-cil_2.24.2-4_all.deb
sudo apt install libappindicator0.1-cil libdbus-glib2.0-cil libdbus2.0-cil libglib2.0-cil libgmime2.6-cil libgtk2.0-cil libgtkspell0 libmono-addins-gui0.2-cil libmono-addins0.2-cil libmono-cairo4.0-cil libmono-posix4.0-cil mono-runtime
sudo dpkg --install libgconf2.0-cil_2.24.2-4_all.deb
sudo dpkg --install tomboy_1.15.9-0ubuntu1_amd64.deb我更喜欢这个解决方案,因为我仍然希望在nextcloud上将我的笔记与我的grauphel (Tomboy notes服务器)同步。不过,我正在考虑切换到卡尼特。
https://askubuntu.com/questions/1135264
复制相似问题