
4,146
Downloads
2,996
Downloads of v 2.32.0.145001
8/22/2016
Last update
Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application.
Evince is specifically designed to support the file following formats: PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt).
To install Evince, run the following command from the command line or from PowerShell:
C:\> choco install evince
To upgrade Evince, run the following command from the command line or from PowerShell:
C:\> choco upgrade evince
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'evince' $fileType = 'msi' $silentArgs = '/quiet' $url = 'ftp://ftp.gnome.org/pub/gnome/binaries/win32/evince/2.32/evince-2.32.0.145.msi' #update will fail if evince is on $ProcessActive = Get-Process evince* -ErrorAction SilentlyContinue if($ProcessActive -ne $null) { Stop-Process -ProcessName evince* } Install-ChocolateyPackage $packageName $fileType $silentArgs $url -Checksum 04fe2776a98fe8bc0c73a685aabab26a29382336ebffb2c8073710d12e97f76c -ChecksumType 'sha256'
- tools\chocolateyUninstall.ps1
Show
$packageName = 'evince' #evince doesn't have an uninstaller. didn't know how to handle it otherwise $app = Get-WmiObject -Class Win32_Product | Where-Object {$_.Name -match "evince"} $app.Uninstall()
Virus Scan Results
- evince.2.32.0.145001.nupkg (fd97a7cfa3a1) - ## / 56 - Log in or click on link to see number of positives
- evinceInstall.msi (04fe2776a98f) - ## / 56 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Evince 2.32.0.145001 | 2996 | Monday, August 22, 2016 | approved |
Evince 2.32.0.145 | 1150 | Tuesday, December 30, 2014 | approved |
Discussion for the Evince Package
Ground rules:
- This discussion is only about Evince and the Evince package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Evince, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.