Electerm is a free and open source Terminal, ssh, sftp client for Linux, MacOS and Windows. You can use this as a terminal app, File manager, ssh client and sftp client. It is released under MIT license and it is based on electron framework, ssh2, node-pty, xterm, antd and subx library. It comes with serial port and quick command support. You can edit remote and local files with the build in editor. Some other features are sync support, Zmodem(rz, sz) support and proxy support.
Install Electerm on Ubuntu
You can install electerm via snap and deb file package on Ubuntu. In your terminal (ctrl+alt+t) run this code to install it via snappy package manager.
sudo snap install electerm --classic
If needed enter your Ubuntu user password to confirm the electerm installation. After the successful installation of electerm on Ubuntu, run this below command to start it.
electerm
Install Electerm via DEB:
It is also available as deb package file format. First download electerm in a .deb file format from the above electerm download link and save in your Downloads folder.Then run below command in your terminal app (ctrl+alt+t).
sudo apt install ./Downloads/electerm*.deb
[OR]
sudo apt install ./Downloads/electerm-1.39.35-linux-amd64.deb
You can change above command based on your file name.