如何安装 Nemo 文件管理器(Linux Mint 团队开发的 nautilus 3.4 的一个分支)?
答案1
自他们将其添加到 13.04+ 版本的存储库以来,就有说明!
sudo apt-get update
sudo apt-get install nemo
如果您想要稍微更新一点的版本,请使用下面的版本。
请不要在 13.10 中使用这些,除非您没有使用基于统一的 Ubuntu 版本。
要安装 Nemo 的稳定版本:
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update
sudo apt-get install nemo
要安装最新版本:
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-nightly
sudo apt-get update
sudo apt-get install nemo
注意:Nemo 也会在仪表盘中显示为 Files,因此 Files 的第一个实例应该是 Nemo。
如果您想继续使用 Nautilus 绘制桌面图标:
显示所有启动应用程序:
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/nemo-autostart.desktop
然后,取消选中启动应用程序下的项目:
文件
登录时启动 Nemo 桌面
答案2
不加肉桂的尼莫
版本 1.8.4
sudo add-apt-repository ppa:noobslab/mint
sudo apt-get update
sudo apt-get install nemo
额外的插件
sudo apt-get install nemo-compare nemo-dropbox nemo-fileroller nemo-pastebin nemo-seahorse nemo-share nemo-preview nemo-rabbitvcs
来源菜鸟实验室:http://www.noobslab.com/2013/10/nemo-file-manager-with-extensions-for.html
要安装版本(最新版本)2.0.3,请查看 webupd8 中的这个新帖子:http://www.webupd8.org/2013/10/install-nemo-with-unity-patches-and.html
答案3
安装尼莫适用于带有 Unity 的 Ubuntu。
注意:如果您在 Ubuntu 中使用 Cinnamon,请不要使用此 PPA。
PPA 提供 Nemo 2.8对于 Ubuntu15.10、15.04 和 14.04。
sudo add-apt-repository ppa:webupd8team/nemo
sudo apt-get update
sudo apt-get install nemo nemo-fileroller
Nemo
要启动 Nemo,请在 Dash 中搜索。
可选扩展:
sudo apt-get install nemo-compare nemo-dropbox nemo-media-columns nemo-pastebin nemo-seahorse nemo-share nemo-emblems nemo-image-converter nemo-audio-tab
要安装 RabbitVCS 扩展(需要RabbitVCS PPA) 执行 :
sudo apt-get install nemo-rabbitvcs
参考这里
答案4
安装尼莫对于 Ubuntu 和鹦鹉螺补丁:
为了统一可以像这样安装:
sudo add-apt-repository ppa:daschuer/nemo-merge
sudo apt update
sudo apt install nemo
xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search
为了肉桂可以像这样安装:
sudo add-apt-repository ppa:daschuer/nemo-nautilus-merge-cinnamon
sudo apt update
sudo apt install nemo
它包括来自 Web Upd8 版本的 Gnome 补丁,以及大量 Nautilus 修复和改进(前面有 2819 个提交)。最值得注意的是改进的搜索行为。
完整列表如下: https://github.com/linuxmint/nemo/pull/1041
源代码可以在这里找到: https://github.com/daschuer/nemo/tree/nemo_314_merge_nemo_base