How do I install "Double Commander" or "Midnight Commander" file managers in Ubuntu 18.04?
I tried to install Midnight Commander with sudo apt-get install mc
but got
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mc is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'mc' has no installation candidate
Is there some working file managers for Ubuntu 18.04?
sudo apt-get install mc
? – Thomas Ward Jul 31 '18 at 16:51Reading state information... Done Package mc is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'mc' has no installation candidate
– Loctarogar Jul 31 '18 at 16:52sudo apt-get update && sudo apt-get install mc
. It sounds like your system doesn't know what's available in the repositories. Once it finishes its "Update" task, it should then be able to installmc
– Thomas Ward Jul 31 '18 at 16:56apt-get update
yet – Thomas Ward Jul 31 '18 at 17:04doublecmd-gtk
anddoublecmd-qt
. – N0rbert Jul 31 '18 at 19:41