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?

Léo Léopold Hertz 준영
  • 4,617
  • 20
  • 77
  • 153

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,315
  • 12
  • 49
  • 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
  • 347
  • 2
  • 5
  • 12
  • 1
    Confirm that `apt` has 3.7.4.1 version. Which are reasons you need the newer `gv`? - - Can you please give source which states that the `gv` is outdated in Linux in comparison to Windows? Maybe, we can send an email to the maintainer of Linux `gv` and ask for an update. – Léo Léopold Hertz 준영 Apr 20 '17 at 03:57