Xfce4 Terminal is a GTK+3 terminal emulator. This is useful for running commands or programs in the comfort of an Xorg window; you can drag and drop files into the Xfce4 Terminal or copy and paste text with your mouse.
![[Note]](../images/note.png) 
          Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://archive.xfce.org/src/apps/xfce4-terminal/1.1/xfce4-terminal-1.1.5.tar.xz
Download MD5 sum: d779b64ead82330b6bbc7d500f542490
Download size: 432 KB
Estimated disk space required: 10 MB
Estimated build time: 0.1 SBU
Install Xfce4 Terminal by running the following commands:
mkdir build &&
cd    build &&
meson setup ..      \
      --prefix=/usr \
      --buildtype=release &&
ninja
        This package does not come with a test suite.
          Now, as the root user:
        
ninja install