1

enter image description here

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 enter image description here

Ankanna
  • 533

1 Answers1

0

The problem is that the PPA is intended for older releases. You can still use it though. Try using the following series of commands:

sudo apt-add-repository ppa:marlin-devs/marlin-daily
sudo sed 's/xenial/saucy/g' /etc/apt/sources.list.d/marlin-devs-marlin-daily-xenial.list
sudo mv /etc/apt/sources.list.d/marlin-devs-marlin-daily-xenial.list /etc/apt/sources.list.d/marlin-devs-marlin-daily-saucy.list
sudo apt-get update
sudo apt-get install marlin
jadenPete
  • 285