On Fri, 2016-07-01 at 06:59 +0000, Devon Richardson wrote: > On Thursday, June 30, 2016 5:09 AM, Thomas Pfundt wrote: > > If you want to install nautilus, just open a terminal and enter:> > > sudo apt-get install nautilus > I was not able to properly explain the problem because of being a > newbie
Since you are a novice you need to know, that you not simply can run the above command to install Nautilus, instead you at least must run sudo apt-get update && sudo apt-get install nautilus The first command updates the information about the available packages. It's even better if you run sudo apt-get update && apt-get dist-upgrade && apt-get autoremove && sudo apt-get install nautilus > I don't understand exactly what nautilus is but Google gave me an > idea. Screenshots should explain what Thunar and Nautilus, file managers are: https://projects.gnome.org/nautilus/screenshots.html > Anything else you may wish to add I would be very grateful for, I > really want 16.04 to be good. It's not recommended for greenhorns to replace 14.04 by 16.04 yet. Beginners should wait and switch from 14.04 to 16.04.1. Btw. did you upgrade from 14.04 to 16.04 or did you make a fresh install? Unfortunately removing Thunar would remove the ubuntustudio-desktop meta package and you perhaps should keep the meta package, otherwise I would recommend to remove Thunar, to avoid that you use it by accident, instead of using the replacement Thunar. A note to the developers, perhaps it's better to make the depends packages, excepted of packages such as alsa-base, recommends packages and the recommend packages, suggests packages. Anyway, I don't know if a default Ubuntu Studio automatically upgrades, if not once a day run sudo apt-get update && apt-get dist-upgrade && apt-get autoremove at least until 16.04.1 is released. Regards, Ralf -- ubuntu-studio-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
