How to extract files on XFCE?

Title, sorry if I am asking to many questions rn but I am new to freeBSD. How do I extract a (tar.xz) file? I am trying to follow this guide and add more themes to the desktop.
Thank you In advance
 
To do it by command line.
Code:
 xz -d <filename.xz>
(The -d is for decompress. You can look at man (1) xz and under the Operation mode sub-heading, it gives a brief explanation of how to use it. ) Getting used to using man pages is good practice, though they can be rather imposing for beginners. Though, at almost the beginning of xz's man page, it does, under COMMAND ALIASES, let you know that that you can use unxz to decompress a file.
 
When you miss something you can take a look at Mate it will bring you down lesser stuff than Gnome.

For instance rather than use file-roller you can install engrampa.

Engrampa (Mate)
Code:
The following 7 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    caja: 1.26.0_2
    engrampa: 1.26.0
    exempi: 2.5.2_1
    gtar: 1.34
    mate-desktop: 1.26.0
    mate-icon-theme: 1.26.0
    unzip: 6.0_8

Number of packages to be installed: 7

The process will require 73 MiB more space.
20 MiB to be downloaded.

File-Roller (Gnome)
Code:
New packages to be INSTALLED:
    cantarell-fonts: 0.301
    chromaprint: 1.5.0
    clutter-gst3: 3.0.27_1
    clutter-gtk3: 1.8.4_1
    fftw3-float: 3.3.10
    file-roller: 3.40.0_1,1
    geocode-glib: 3.26.2
    gjs: 1.70.0
    glade: 3.38.2
    gmime26: 2.6.23_1
    gmime30: 3.2.7
    gnome-autoar: 0.4.1
    gnome-desktop: 41.3
    gnome-icon-theme-symbolic: 3.12.0
    gnome-online-accounts: 3.40.1
    gnome-settings-daemon: 3.38.2
    gom: 0.4
    gpgme: 1.15.1
    grilo: 0.3.14
    grilo-plugins: 0.3.14
    gstreamer1-plugins-chromaprint: 1.16.2
    gtar: 1.34
    libcanberra-gtk3: 0.30_5
    libgdata: 0.17.13_1
    libgweather: 40.0_1
    libhandy: 1.4.0
    libmediaart: 1.9.5
    liboauth: 1.0.3_4
    libportal: 0.5
    libquvi-scripts09: 0.9.20131130_1
    libquvi09: 0.9.4_4
    libsndfile: 1.0.31_1
    libsoxr: 0.1.3_3
    lua52-bitop: 1.0.2_2
    lua52-json: 1.3.4_1
    lua52-lpeg: 1.0.2_1
    lua52-luaexpat: 1.3.0_5
    lua52-luasocket: 3.0.r1_5,1
    nautilus: 41.2
    pulseaudio: 14.2_3
    py38-libpeas: 1.26.0
    rest: 0.8.1
    speexdsp: 1.2.0
    totem: 3.38.2
    totem-pl-parser: 3.26.5
    tracker: 2.3.4_5
    tracker3: 3.1.2_1
    webrtc-audio-processing0: 0.3.1_2

Number of packages to be installed: 48

The process will require 123 MiB more space.
20 MiB to be downloaded.
 
Back
Top