Navigating the folders and sub folders in the same window
My question is quite similar to How can I see a folder and a subfolder in the same window? but It is not working for ubuntu 16.04
is there any alternatives ?
That image is also from the same URL
I love the present system of architecture of Ubuntu
but I work with many folders opening and navigating taking me more time so I found this kinda feature in mac
so ,is one having for ubuntu too?
After trying the @jadenPete answer it raised the following errors
sudo sed 's/xenial/saucy/g' /etc/apt/sources.list.d/marlin-devs-marlin-daily-xenial.list
andsudo mv /etc/apt/sources.list.d/marlin-devs-marlin-daily-xenial.list /etc/apt/sources.list.d/marlin-devs-marlin-daily-saucy.list
these two commands raised no such file or directory error – Ankanna Jul 12 '16 at 03:16sudo rm -rf /var/lib/apt/lists/*; sudo apt-get update
. If that doesn't work trysudo apt-get update
one more time. This error happens to me sometimes. – jadenPete Jul 12 '16 at 03:20Failed to fetch http://ppa.launchpad.net/marlin-devs/marlin-daily/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
this is the error – Ankanna Jul 12 '16 at 03:53sudo apt-get clean
? – jadenPete Jul 12 '16 at 04:05