0

I am currently running Ubuntu 12.04 LTS
I'm having gzip of version 1.4.

how do I get the latest version of it (say gzip 1.6)?

how to I upgrade to latest version of it?

Yaron
  • 13,173
  • 1
    Ubuntu 12.04 LTS reached its End of Life and is not supported anymore. See this post: https://meta.askubuntu.com/questions/16823/eol-notice-precise-pangolin-12-04-reached-end-of-life-on-april-28-2017 – pLumo Aug 08 '17 at 12:27

1 Answers1

0

Ubuntu 12.04 is End-Of-life and is not supported anymore.

You should upgrade to 16.04 (unless your system is running legacy code which can't run on 12.04)

Once you'll upgrade your Ubuntu to 16.04, you'll get newest version of gzip

Version 1.6 is the current version on 16.04

$ gzip --version
gzip 1.6
Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
Copyright (C) 1993 Jean-loup Gailly.

How to upgrade to to 16.04 LTS

Yaron
  • 13,173