I have a brand new installation of CentOS 7 on a Raspberry Pi 3B. (No customization whatsoever, actually using root as primary account at the moment).) Due to the hardware, the Linux OS is 32bit (x32). The OS is a minimal installation, with Xfce4 as the GUI. The microSD card is 128GB.
To date, I have been unable to install Sublime3. I would happily pay for a personal license, but I cannot figure out how to get this program installed.
The procedure used to attempt the installation:
(1) wget https://104.236.0.104/sublime_text_3_build_3126_x32.tar.bz2 --no-check-certificate
Note: the site download.sublimetext.com has an error, and wget will not resolve that site
(2) I unpack the package, then copy the entire structure to the /opt directory
sudo tar -vxjf sublime_text_3_build_3126_x32.tar.bz2 -C /opt
(3) create the symbolic link
sudo ln -s /opt/sublime_text_3/sublime_text /usr/bin/sublime3
(4) attempting to launch from the command line (terminal window)
sublime3
I receive the error message:
bash: /usr/local/bin/sublime3: cannot execute binary file
I would like to set this application as the default text editor, as well. Any assistance or direction will be greatly appreciated. Thank you.
thehelpdeskguy