On Sun, 19 Jul 2020, SAIFI wrote:
On Sat, 18 Jul 2020, Ajay kumar Gaddam wrote:
Warning: arch-dependent data dir
'/home/strikr/root/emacs/libexec/emacs/28.0.50/x86_64-pc-linux-gnu/': No
such file or directory
The installation directory has been set to '/opt/root' for now.
Please extract the package within '/opt/root'.
The URL to download the updated package
https://sourceforge.net/projects/strikr/files/emacs/
the steps to setup and extract are,
ID=$(whoami)
sudo mkdir /opt/root
sudo chown ${ID}:${ID} /opt/root
cd /
xz --decompress /path/to/emacs.tar.xz
tar xvf /path/to/emacs.tar
export PATH=/opt/root/emacs/bin:${PATH}
warm regards
Saifi.