Wez’s Terminal is a free and open source terminal emulator and multiplexer application for Linux, macOS, Windows and FreeBSD. It comes with multiple windows, tabs, mouse support, splits, panes, xterm style text selection, hyperlink support, SSH client, kitty and sixel graphics support, ligatures, Color Emoji, dynamic color schemes and more. It is written in Rust and released under MIT License.
Install Wez’s Terminal on Ubuntu Linux
Wez’s Terminal is available as a flatpak, native deb and portable AppImage file formats. If you don’t have flatpak in your system then follow below link and install the latest version of flatpak and flathub on your system.
Restart your system after the flatpak and flathub installation. Now open the terminal app (ctrl+alt+t) and run below Wez’s Terminal flatpak install command.
flatpak install flathub org.wezfurlong.wezterm
Start Wez’s Terminal using this command.
flatpak run org.wezfurlong.wezterm
And uninstall Wez’s Terminal app using
sudo flatpak uninstall org.wezfurlong.wezterm
That’s all.
Install Wez’s Terminal via DEB:
Download the Wez’s Terminal app in .deb file format from the above Wez’s Terminal Download link and save in your Downloads folder. And in terminal app run below command to install it.
sudo apt install ./Downloads/wezterm-20220807-113146-c2fee766.Ubuntu22.04.deb
Here “wezterm-20220807-113146-c2fee766.Ubuntu22.04.deb” is the downloaded file name. You can change based on your file name.
sudo apt install ./Downloads/wezterm*.deb
Install Wez’s Terminal via AppImage:
Download Wez’s Terminal app’s .deb installation file from the above Wez’s Terminal Download link and save in your Downloads folder. Now open the terminal app and run below commands one by one.
Note: WezTerm-20220807-113146-c2fee766-Ubuntu18.04.AppImage is the downloaded file name and Downloads is the path. Change based on yours.
cd Downloads
sudo chmod +x ~ WezTerm-20220807-113146-c2fee766-Ubuntu18.04.AppImage
./WezTerm-20220807-113146-c2fee766-Ubuntu18.04.AppImage
That’s it.