How to install electerm on Ubuntu-terminal, file manager, ssh, sftp client
Electerm is a free and open source terminal, ssh and sftp client for Linux, MacOS and Windows. You can use this as a terminal app, file manager, ssh client, sftp client. It is released under the MIT license and is based on the electron framework, ssh2, node-pty, xterm, antd and subx libraries. Comes with serial port and quick command support. You can edit remote and local files in the build editor. Other features include synchronization support, Zmodem (rz, sz) support, and proxy support.
Install electerm on Ubuntu.
You can install electerm via Ubuntu snap and deb file packages. Run this code in terminal (ctrl + alt + t) and install via snappy package manager.
sudo snap install electerm
If necessary, enter the Ubuntu user password to confirm the installation of electerm. After successfully installing electerm on Ubuntu, execute the following command to start it.
electerm
Install electerm via deb.
It can also be used as a deb package file format. First, download electerm in .deb file format from the following electerm download link and save it in the download folder.
Recommended Recommendation: How to Install Transition DJ on Ubuntu-DJ Mixing Software
Next, go to the download folder.
cd Downloads
Then run this command.
sudo dpkg -i electerm-1.3.8-linux-amd64.deb
You can modify the above command based on the downloaded file name. Then do this
sudo apt-get install -f
.