texmacs on AUR (Arch User Repository)

Last updated: May 07,2024

1. Install "texmacs" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install texmacs on Arch using YAY

$ yay -S texmacs

* (Optional) Uninstall texmacs on Arch using YAY

$ yay -Rns texmacs

2. Manually Install "texmacs" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone texmacs's git locally

$ git clone https://aur.archlinux.org/texmacs.git ~/texmacs

c. Go to ~/texmacs folder and install it

$ cd ~/texmacs $ makepkg -si

3. Information about the texmacs package on Arch User Repository (AUR)

ID: 1354234
Name: texmacs
PackageBaseID: 177603
PackageBase: texmacs
Version: 2.1.2-1
Description: Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, Pari, Qcl, R and Yacas) in one.
URL: http://www.texmacs.org
NumVotes: 8
Popularity: 0.043826
OutOfDate:
Maintainer: carlosal1015
Submitter: arojas
FirstSubmitted: 1648838941
LastModified: 1700142619
URLPath: /cgit/aur.git/snapshot/texmacs.tar.gz

5. The same packages on other Linux Distributions