5

I am trying to search GSview in Linux, but I cannot find it by apt-cache search gsview.


How can you install gsview in Ubuntu 14.04?

2 Answers2

7

There is no package called gsview, so you're not going to find it by searching that way. There is another package that serves the same function as GSView, called gv.

Install it by running sudo apt-get install gv.

TheWanderer
  • 19,525
  • 12
  • 52
  • 65
1

I did sudo apt-get install gv and installed GSView 3.7.4 which is relatively old version. So what I managed to do is to install Ghostscrip 9.21 and GSView 5.0 on wine 64bit version and works perfectly well.

Pekov
  • 367
  • 2
  • 5
  • 12