Downloads:
39,131
Downloads of v 2.3.1.5:
806
Last Update:
02 Oct 2018
Package Maintainer(s):
Software Author(s):
- LyX Team
Tags:
tex latex document publishing admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
LyX
This is not the latest version of LyX available.
- 1
- 2
- 3
2.3.1.5 | Updated: 02 Oct 2018
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
39,131
Downloads of v 2.3.1.5:
806
Maintainer(s):
Software Author(s):
- LyX Team
LyX 2.3.1.5
This is not the latest version of LyX available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by LyX Team. The inclusion of LyX Team trademark(s), if any, upon this webpage is solely to identify LyX Team goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Are Exempted or Have Failed
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Exemption:
Installation takes too longer than the allotted time and times out the verification test.
Scan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install LyX, run the following command from the command line or from PowerShell:
To upgrade LyX, run the following command from the command line or from PowerShell:
To uninstall LyX, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download lyx --internalize --version=2.3.1.5 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade lyx -y --source="'INTERNAL REPO URL'" --version="'2.3.1.5'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade lyx -y --source="'INTERNAL REPO URL'" --version="'2.3.1.5'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install lyx
win_chocolatey:
name: lyx
version: '2.3.1.5'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'lyx' do
action :install
source 'INTERNAL REPO URL'
version '2.3.1.5'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller lyx
{
Name = "lyx"
Version = "2.3.1.5"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'lyx':
ensure => '2.3.1.5',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 02 Oct 2018.
LyX combines the power and flexibility of TeX/LaTeX with the ease of use of a graphical interface. This results in world-class support for creation of mathematical content (via a fully integrated equation editor) and structured documents like academic articles, theses, and books. In addition, staples of scientific authoring such as reference list and index creation come standard. But you can also use LyX to create a letter or a novel or a theatre play or film script. A broad array of ready, well-designed document layouts are built in.
LyX is for people who want their writing to look great, right out of the box. No more endless tinkering with formatting details, “finger painting” font attributes or futzing around with page boundaries. You just write. On screen, LyX looks like any word processor; its printed output — or richly cross-referenced PDF, just as readily produced — looks like nothing else.
LyX is released under a Free Software/Open Source license, runs on Linux/Unix, Windows, and Mac OS X, and is available in several languages.
$packageName = 'lyx'
$softwareName = "$packageName*"
$installerType = 'exe'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
[array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName
$key | ForEach-Object {
Uninstall-ChocolateyPackage -PackageName $packageName `
-FileType $installerType `
-SilentArgs $($silentArgs) `
-File $($_.UninstallString.Replace('"','')) `
-ValidExitCodes $validExitCodes
}
Log in or click on link to see number of positives.
- lyx.2.3.1.5.nupkg (483b6f0df96a) - ## / 61
- LyX-231-Installer-5.exe (85aab55cfd2b) - ## / 58
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
LyX 2.4.3.1 | 329 | Thursday, January 16, 2025 | Approved | |
LyX 2.4.2.1 | 553 | Friday, October 4, 2024 | Approved | |
LyX 2.4.1.1 | 484 | Friday, July 5, 2024 | Approved | |
LyX 2.4.0.1 | 426 | Saturday, June 1, 2024 | Approved | |
LyX 2.3.8.1 | 244 | Sunday, May 19, 2024 | Approved | |
LyX 2.3.7.1 | 2459 | Sunday, January 8, 2023 | Approved | |
LyX 2.3.6.1 | 3091 | Saturday, January 30, 2021 | Approved | |
LyX 2.3.5.4 | 2084 | Wednesday, July 1, 2020 | Approved | |
LyX 2.3.5.3 | 1766 | Monday, June 8, 2020 | Approved | |
LyX 2.3.4.4 | 982 | Tuesday, March 17, 2020 | Approved | |
LyX 2.3.4.3 | 564 | Tuesday, February 18, 2020 | Approved | |
LyX 2.3.4.2 | 220 | Wednesday, February 12, 2020 | Approved | |
LyX 2.3.4.1 | 884 | Saturday, February 1, 2020 | Approved | |
LyX 2.3.3.1 | 6020 | Sunday, July 28, 2019 | Approved | |
LyX 2.3.2 | 6391 | Tuesday, February 5, 2019 | Approved | |
LyX 2.3.1.5 | 806 | Tuesday, October 2, 2018 | Approved | |
LyX 2.3.0 | 708 | Thursday, August 2, 2018 | Approved | |
LyX 2.2.3.2 | 5053 | Tuesday, December 19, 2017 | Approved | |
LyX 2.2.3.1 | 1256 | Wednesday, May 24, 2017 | Approved | |
LyX 2.2.2.2 | 1123 | Thursday, October 20, 2016 | Approved | |
LyX 2.2.1.2 | 1219 | Thursday, July 28, 2016 | Approved | |
LyX 2.2.0.3 | 454 | Sunday, June 12, 2016 | Approved | |
LyX 2.2.0 | 493 | Saturday, May 28, 2016 | Approved | |
LyX 2.1.4 | 638 | Friday, July 31, 2015 | Approved | |
LyX 2.1.3 | 802 | Friday, March 13, 2015 | Approved |
http://www.lyx.org/Credits#toc1
Ground Rules:
- This discussion is only about LyX and the LyX 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 LyX, 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.