Skip to content
Carlos Rafael Ramirez edited this page May 12, 2020 · 2 revisions

Sometimes we need a full Linux Terminal, in this how-to we explain how to install one of them. Terminator

  • Install any X-Server like VcXSrv or X410.
  • Install terminator
sudo dnf install dbus-x11 terminator
  • Create a shorcut in your Windows desktop
wslusc --gui --icon /usr/share/pixmaps/terminator.png  --name Terminator /usr/bin/terminator

You can start it, typing terminator, at command prompt or using the shortcut

Clone this wiki locally