In previous Ubuntu versions there was a Nemo version without cinnamon dependencies but the PPA does not (yet?) include a version for Ubuntu 18.04 Bionic Beaver.
Is there another way to install the (latest version of) Nemo in Ubuntu 18.04 without cinnamon dependencies?
Doug provided a PPA for install the Nemo in Ubuntu 18.04 (only) without cinnamon dependencies (see his comment).
For newer Ubuntu versions: A unity session using Nemo in 20.04 can be set up to work reasonably well, especially if you use a modified nemo.desktop in the launcher (see Doug's comment).
He recommends to purge the installed nemo files before installing the new version. I did the following:
Then added the PPA:
Then install Nemo:
To make Nemo the default file manager:
To handle the desktop just disable nautilus:
Reboot or log out
Thank you, Doug, for this great option.
I had the same problem, and the only (temporary) solution is to use the artful packages which should work (they're working for me) since Ubuntu 17.10 uses Gnome Shell anyway.
Just change
/etc/apt/sources.list.d/webupd8team-ubuntu-nemo3-bionic.list
to readdeb http://ppa.launchpad.net/webupd8team/nemo3/ubuntu artful main
You can also use the GUI by opening "Software & Updates" and editing the repo there, by changingbionic
toartful
.Eventually, a Bionic repo will be available and then we can change the source again.
Moilleadóir you are right. Sudo apt install nemo would install the standard repo version (along with Cinnamon desktop).
To install nemo=3.6.5-1~webupd8~artful01 you need libgnome-desktop-3.so.12. In Bionic default is libgnome-desktop-3.so.17. Without this package (libgnome-desktop-3.so.12) nemo (3.6.5-1~webupd8~artful01) won’t start.
I found workaround (but you do it on your own risks):
First off all you need to add nemo artful packages (Felipe presnts how to do it)
Secend step: you need to manual install libgnome-desktop-3.so.12
You can found it here: https://packages.ubuntu.com/artful/amd64/libgnome-desktop-3-12/download
Next step:
To avoid actualization to sdandard repo version:
Since 16.04, I've more or less followed Filibuntu's answer, just with different PPAs along the way. (I never bother replacing the desktop though. Just add the PPA, install, and go.) Even in 18.04 I never ran into the problem of the stock repo version being newer than the PPA.
That's all different now with Focal and it took me forever to figure it out. Some of these suggestions seemed promising but ultimately didn't work. This is what I got working:
This should be adaptable to future versions of *buntu and Darovic's Nemo build, within reason.
[This was a comment but it was too long!]
I have doubts about this working as it used to. The versions of Nemo in the webupd8team repo and the standard Universe repo are the same, but the Universe repo (version
3.6.5-1
) is marked ‘bionic’ whereas the webupd8team one (version3.6.5-1~webupd8~artful01
) is marked ‘artful’. My guess is thatsudo apt install nemo
would install the standard repo version (along with Cinnamon desktop).You could use Package | Force Version… in Synaptic to force the webupd8team version. I’m not sure if
sudo apt install nemo=3.6.5-1~webupd8~artful01
would work or not asapt-cache policy nemo
doesn’t list it as a candidate (i.e. it’s the wrong release).If you run
apt-cache policy nemo
what version does it show is installed?EDIT: I decided to gradually create a new 18.04 install in a VM, rather than upgrading 16.04 in August, so I’ve just got back to looking at this. The Nemo version in the standard repos does not install the Cinnamon desktop (unlike Caja which does look like it installs Mate). In my (limited) testing so far it seems to run fine.