之前尝试一个第三方的客户端 Everpad (github),在 Ubuntu 11.10 下我没成功跑起来,放弃。尝试过 wine,感觉有点渣。然后,今天尝试了 nixnote,目前看来还算满意。
安装过程中遇到点问题,记录一下。
sudo dpkg -i /home/too/Downloads/nixnote-1.4_i386.deb
dpkg: dependency problems prevent configuration of nixnote:
nixnote depends on libssl0.9.8; however:
Package libssl0.9.8 is not installed.
其实系统已经是有了libssl 1.0.0版本的。Google 了一下:
Nixnote 1.3 dependency not satisfiable libssl(>=0.9.8)
1.3 dependency not satisfiable libssl(>=0.9.8)
其中第二链接提到了把 deb 包解压后,修改 control 文件里的 dependency,然后重新用 dpkg-deb -b build-directory 来打包。修改成 1.0.0 就可以了。
Ubuntu 12.10 可以通过 ppa 安装。 如下:
http://www.ubuntubuzz.com/2011/10/how-to-install-evernotenixnote-in.html
For ubuntu user, Nixnote also available to install via PPA, do following on terminal :
- $ sudo add-apt-repository ppa:vincent-c/nevernote
- $ sudo apt-get update
- $ sudo apt-get install nixnote