0

Is qlmanage command is present in Ubuntu? Or is there any similar commands?

Radu Rădeanu
  • 169,590
  • 1
    Are you asking about Quick Look? If you specify what qlmanage does, it will make this easier to answer. – Ben Williams May 06 '14 at 06:45
  • qlmanage - Displays the Quick Look generated thumbnails (if available) for the specified files in commandline. – Ganesha May 06 '14 at 10:55

1 Answers1

0

Quick Look doesn't exist in Ubuntu, so I'm going to say no to something like qlmanage.

There's gloobus, which apparently provides something similar, though I've never used it.

Nautilus (the file manager) has thumbnails, and according to this answer you can reset the cache by deleting ~/.cache/thumbnails or ~/thumbnails depending on what version of Ubuntu you're running.

Ben Williams
  • 1,320