Search Criteria
Package Details: fresh-editor 0.1.76-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fresh-editor.git (read-only, click to copy) |
|---|---|
| Package Base: | fresh-editor |
| Description: | A lightweight, fast terminal-based text editor with LSP support and TypeScript plugins |
| Upstream URL: | https://sinelaw.github.io/fresh/ |
| Licenses: | GPL-2.0-only |
| Conflicts: | fresh-editor-bin |
| Provides: | fresh-editor |
| Submitter: | sinelaw |
| Maintainer: | sinelaw |
| Last Packager: | sinelaw |
| Votes: | 7 |
| Popularity: | 4.79 |
| First Submitted: | 2025-12-05 07:20 (UTC) |
| Last Updated: | 2026-01-11 16:46 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
Latest Comments
1 2 Next › Last »
Luigi commented on 2026-01-11 20:47 (UTC)
Problema in fase di installazione :(
Caused by: attempting to make an HTTP request, but --frozen was specified note: run with
RUST_BACKTRACE=1environment variable to display a backtrace ==> ERRORE: Si è verificato un errore in build(). L'operazione sta per essere interrotta... -> errore durante la creazione: fresh-editor-exit status 4 controllo delle dipendenze in corso... :: kate richiede facoltativamente clang: C and C++ LSP support :: qt6-tools richiede facoltativamente clang: for qdoc and lupdatePacchetti (1) clang-21.1.6-3
Dimensione totale dei pacchetti rimossi: 217,27 MiB
j_marinaro commented on 2026-01-04 22:30 (UTC)
scrap_md_tests
On version 0.1.70-1, I had to edit the PKGBUILD (everywhere it declared "--frozen" to "--locked"), because it complained (failed to build otherwise):
...so I changed anything in the PKGBUILD from "--frozen" to "--locked", and it compiled and installed just fine.
justapony commented on 2025-12-30 13:18 (UTC)
can't build?
AsukaMinato commented on 2025-12-27 16:15 (UTC)
tip
So the checksum can update.
Phydoux commented on 2025-12-26 22:22 (UTC) (edited on 2025-12-26 22:38 (UTC) by Phydoux)
I did try yoghurt114's solution here but it did not work for me for some reason. A little Google searching and I found this worked perfectly...
Tried installing this the other day and kept getting this error:
After doing a little research, I found out that I needed to change a line in the PKGBUILD file accordingly: (sorry, this is my first comment here so I don't know how to do the syntax coding thing just yet)
The original like looked like this:
So basically, I changed that line to look like this...
That fixed it. I was able to install fresh-editor by using that little fix.
Looks like I accidentally figured out the syntax highlighting. :)
yoghurt114 commented on 2025-12-25 20:22 (UTC) (edited on 2025-12-25 20:23 (UTC) by yoghurt114)
The package currently fails to build with two issues:
Workaround (for yay users):
ismet commented on 2025-12-19 22:03 (UTC)
bithooked commented on 2025-12-18 15:13 (UTC)
To get this to build, I had to modify the flags in PKGBUILD in ~/.cache/yay/fresh-editor/. On line 23, remove --locked, and on line 31 remove --frozen. Then "git add ." and "git commit -m "fixing build"", then rerun yay -S fresh-editor.
kbipinkumar commented on 2025-12-18 07:26 (UTC)
building the package in clean chroot is failing with following error
1 2 Next › Last »