View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017001 | CentOS-8 | emacs-auctex | public | 2020-02-03 18:58 | 2021-05-10 10:42 |
Reporter | cumthsc | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 8.1.1911 | ||||
Summary | 0017001: No emacs-auctex package for CentOS 8 | ||||
Description | AucTeX has been included in every CentOS release until now, but is not in the repo for CentOS 8 | ||||
Steps To Reproduce | sudo dnf install emacs-auctex | ||||
Additional Information | Last metadata expiration check: 0:21:32 ago on Mon 03 Feb 2020 01:35:50 PM EST. No match for argument: emacs-auctex Error: Unable to find a match: emacs-auctex | ||||
Tags | No tags attached. | ||||
The emacs-auctex package is not in RHEL-8. So it matches upstream. | |
So what repo should I enable to get the RPM? Thanks. |
|
Alternatively, how can I help package it as an add-on? Thanks. |
|
You can install auctex from elpa: M-x package-install (Return) auctex I encountered following issues in emacs 26.1 which comes with CentOS 8 1. Got a "bad request" error. Solution found in https://emacs.stackexchange.com/questions/58424/is-elpa-broken: (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") 2. Install package gnu-elpa-keyring-update |
|