Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Google Guetzli

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
frank11
Posts: 3
Joined: 2014-06-23 08:04

Google Guetzli

#1 Post by frank11 »

Hi,
i want to install the paket "guetzli" on my Debian 8.8 Server. https://packages.debian.org/de/sid/guetzli

what can be the reason why debian can not locate the pakage?

Code: Select all

root@v22017051618749892:~# apt-get install guetzli
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package guetzli

frank11
Posts: 3
Joined: 2014-06-23 08:04

Re: Google Guetzli

#2 Post by frank11 »

Hi,
i found the error. i Need to Change to the suóurce unsatble.

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: Google Guetzli

#3 Post by GarryRicketson »

by frank11 » i want to install the paket "guetzli" on my Debian 8.8 Server
by frank11 »i found the error. i Need to Change to the suóurce unsatble.
I don't think that is a very good solution.
https://wiki.debian.org/DontBreakDebian
Repositories that can create a FrankenDebian if used with Debian Stable:

Debian testing release (currently stretch)

Debian unstable release (also known as sid)
Debian 8.8 is the current stable release,
https://www.debian.org/releases/The current "stable" distribution of Debian is version 8, codenamed jessie. It was initially released as version 8 on April 25th, 2015 and its latest update, version 8.8, was released on May 6th, 2017.

User avatar
orythem27
Posts: 252
Joined: 2017-05-11 07:59
Location: P.R. China

Re: Google Guetzli

#4 Post by orythem27 »

"guetzli" is not avalible in Debian 8. The package from sid is not installable on Debian 8 due to numerous dependency mismatches.

If you have indeed changed software sources to unstable and performed `apt install guetzli`, I guess your system is pretty much broken by now due to newer versions of libstdc++6, gcc-6 and other stuff being pulled in.

To install "guetzli" in Debian 8 you'd better build it yourself or try to backport the sid package.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Google Guetzli

#5 Post by stevepusser »

It's a very simple backport as long as you backport asciidoc first. Asciidoc is also dead simple to backport.

I hope you had a backup of your server.
MX Linux packager and developer

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Google Guetzli

#6 Post by stevepusser »

I realized with a little tweaking, it really didn't need a backport of asciidoc to build, so put it into a repo for Debian 8 and some Ubuntu releases: https://build.opensuse.org/package/show ... li/guetzli
MX Linux packager and developer

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Google Guetzli

#7 Post by debiman »

sounds very useful:
Guetzli is a JPEG encoder that aims for excellent compression density at high visual quality. Guetzli-generated images are typically 20-30% smaller than images of equivalent quality generated by libjpeg. Guetzli generates only sequential (nonprogressive) JPEGs due to faster decompression speeds they offer.
- so, thumbs up s. pusser!

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Google Guetzli

#8 Post by stevepusser »

I think the description should have added that it uses huge gobs of RAM while taking a long, long time to complete. So much for our modern computers being fast enough for anything. I wonder if they can leverage GPU processing into it somehow.
MX Linux packager and developer

Post Reply