<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Yofre</title>
    <description>The latest articles on DEV Community by Yofre (@yofreor).</description>
    <link>https://dev.to/yofreor</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1079939%2F28dc1c03-2ffc-4df6-b73d-c67d256e7c05.jpg</url>
      <title>DEV Community: Yofre</title>
      <link>https://dev.to/yofreor</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yofreor"/>
    <language>en</language>
    <item>
      <title>How to install Maven (Apache Maven) on Windows 11?</title>
      <dc:creator>Yofre</dc:creator>
      <pubDate>Sat, 24 May 2025 22:08:28 +0000</pubDate>
      <link>https://dev.to/yofreor/how-to-install-maven-apache-maven-on-windows-11-33e8</link>
      <guid>https://dev.to/yofreor/how-to-install-maven-apache-maven-on-windows-11-33e8</guid>
      <description>&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Download the Apache Maven binary distribution file in the ‘Files’ section, preferably the .zip (Go to &lt;a href="https://maven.apache.org/download.cgi" rel="noopener noreferrer"&gt;https://maven.apache.org/download.cgi&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1jvftknjvmexelicqt5i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1jvftknjvmexelicqt5i.png" alt="Screenshot of Maven download page (Apache Maven)" width="800" height="267"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Extract the distribution file to the C:\ directory (you can do the extraction using WinRAR)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Copy the bin directory path from the created directory apache-maven-AnyVersion-bin&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb0wp4ujte90zzcovtz9w.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb0wp4ujte90zzcovtz9w.png" alt="Screenshot showing the copied bin directory path" width="624" height="134"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add the bin directory of the created directory apache-maven-AnyVersion-bin to the PATH environment variable. &lt;strong&gt;How to do it?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Press the Windows key and enter ‘&lt;strong&gt;Environment variables&lt;/strong&gt;’&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdyqnvys7dfmhqpi2xutz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdyqnvys7dfmhqpi2xutz.png" alt="Screenshot of the Environment Variables tool from the Windows menu" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Then press the Environment Variables button&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fisbgqzupgsqv9qsd5att.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fisbgqzupgsqv9qsd5att.png" alt="Screenshot showing the click on the environment variables button" width="412" height="468"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Double-click on the PATH environment variable&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3wl5ykuhuhe2zsmcrdxg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3wl5ykuhuhe2zsmcrdxg.png" alt="Screenshot showing the double-click on the PATH environment variable" width="545" height="596"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Press New, and paste the path to the bin directory&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fidj86dk9qbtlfzz7khif.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fidj86dk9qbtlfzz7khif.png" alt="Screenshot showing click on the button again and pasting of the path to the bin directory just copied" width="533" height="506"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Press accept, accept, and accept on each window to close them&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Finally enter in the CMD &lt;code&gt;mvn -v&lt;/code&gt; to confirm its correct installation and its installed version&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft18u2onuzgl8p6663pyk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft18u2onuzgl8p6663pyk.png" alt="Screenshot showing the mvn -v command in the CMD to verify the version and the correct installation of Maven (Apache Maven)" width="800" height="163"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;That's all!&lt;/strong&gt; 💻&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F23zeadcwgc3xasmru6ea.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F23zeadcwgc3xasmru6ea.jpg" alt="Image of mouse with sunglasses in front of pc" width="736" height="736"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>sql</category>
      <category>java</category>
      <category>windows</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>¿Cómo habilitar los toques del touchpad en Arch Linux? - Spanish</title>
      <dc:creator>Yofre</dc:creator>
      <pubDate>Thu, 15 Aug 2024 15:12:14 +0000</pubDate>
      <link>https://dev.to/yofreor/como-habilitar-los-toques-del-touchpad-en-arch-linux-spanish-415j</link>
      <guid>https://dev.to/yofreor/como-habilitar-los-toques-del-touchpad-en-arch-linux-spanish-415j</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2FyofreOrmaza%2Fimgsformyanki%2Fmain%2F1308-touch-pad%2520%281%29.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2FyofreOrmaza%2Fimgsformyanki%2Fmain%2F1308-touch-pad%2520%281%29.gif" alt="touchpad taps" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💡 &lt;em&gt;Todo lo siguiente será ejecutado desde el terminal del sistema.&lt;/em&gt;&lt;/p&gt;



&lt;h2&gt;
  
  
  1. Instalar libinput
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2FyofreOrmaza%2Fimgsformyanki%2Fmain%2F2024-08-13_191930-.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2FyofreOrmaza%2Fimgsformyanki%2Fmain%2F2024-08-13_191930-.png" alt="image install" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Crear el archivo 40-libinput.conf
&lt;/h2&gt;

&lt;p&gt;Puedes usar Vim u otro editor de texto de terminal como nano o neovim, en mi caso usaré Vim.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;sudo vim /etc/X11/xorg.conf.d/40-libinput.conf&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Agrega las siguientes instrucciones:&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;Section &lt;span class="s2"&gt;"InputClass"&lt;/span&gt;
    Identifier &lt;span class="s2"&gt;"libinput touchpad catchall"&lt;/span&gt;
    MatchIsTouchpad &lt;span class="s2"&gt;"on"&lt;/span&gt;
    MatchDevicePath &lt;span class="s2"&gt;"/dev/input/event*"&lt;/span&gt;
    Driver &lt;span class="s2"&gt;"libinput"&lt;/span&gt;
    Option &lt;span class="s2"&gt;"Tapping"&lt;/span&gt; &lt;span class="s2"&gt;"on"&lt;/span&gt;
    Option &lt;span class="s2"&gt;"TappingDrag"&lt;/span&gt; &lt;span class="s2"&gt;"on"&lt;/span&gt;
    Option &lt;span class="s2"&gt;"TappingButtonMap"&lt;/span&gt; &lt;span class="s2"&gt;"lrm"&lt;/span&gt;
EndSection
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  3. Guarde el archivo y salga de Vim (:wq)
&lt;/h2&gt;

&lt;h2&gt;
  
  
  4. Reinicia tu ordenador
&lt;/h2&gt;

&lt;p&gt;That's it! 💻&lt;/p&gt;

</description>
      <category>archlinux</category>
      <category>bspwm</category>
      <category>tutorial</category>
      <category>linux</category>
    </item>
    <item>
      <title>How to enable touchpad taps on Arch Linux?</title>
      <dc:creator>Yofre</dc:creator>
      <pubDate>Wed, 14 Aug 2024 01:03:46 +0000</pubDate>
      <link>https://dev.to/yofreor/how-to-enable-touchpad-taps-on-your-arch-linux-system-586m</link>
      <guid>https://dev.to/yofreor/how-to-enable-touchpad-taps-on-your-arch-linux-system-586m</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2FyofreOrmaza%2Fimgsformyanki%2Fmain%2F1308-touch-pad%2520%281%29.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2FyofreOrmaza%2Fimgsformyanki%2Fmain%2F1308-touch-pad%2520%281%29.gif" alt="touchpad taps" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💡 &lt;em&gt;All of the following will be executed from the system terminal&lt;/em&gt;&lt;/p&gt;



&lt;h2&gt;
  
  
  1. Install libinput
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2FyofreOrmaza%2Fimgsformyanki%2Fmain%2F2024-08-13_191930-.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2FyofreOrmaza%2Fimgsformyanki%2Fmain%2F2024-08-13_191930-.png" alt="image install" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Create the 40-libinput.conf file
&lt;/h2&gt;

&lt;p&gt;You can use Vim or another terminal text editor like nano or neovim, in my case I will use Vim.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;sudo vim /etc/X11/xorg.conf.d/40-libinput.conf&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add the following instructions:&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;Section &lt;span class="s2"&gt;"InputClass"&lt;/span&gt;
    Identifier &lt;span class="s2"&gt;"libinput touchpad catchall"&lt;/span&gt;
    MatchIsTouchpad &lt;span class="s2"&gt;"on"&lt;/span&gt;
    MatchDevicePath &lt;span class="s2"&gt;"/dev/input/event*"&lt;/span&gt;
    Driver &lt;span class="s2"&gt;"libinput"&lt;/span&gt;
    Option &lt;span class="s2"&gt;"Tapping"&lt;/span&gt; &lt;span class="s2"&gt;"on"&lt;/span&gt;
    Option &lt;span class="s2"&gt;"TappingDrag"&lt;/span&gt; &lt;span class="s2"&gt;"on"&lt;/span&gt;
    Option &lt;span class="s2"&gt;"TappingButtonMap"&lt;/span&gt; &lt;span class="s2"&gt;"lrm"&lt;/span&gt;
EndSection
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  3. Save the file and exit Vim (:wq)
&lt;/h2&gt;

&lt;h2&gt;
  
  
  4. Reboot your computer
&lt;/h2&gt;

&lt;p&gt;That's it! 💻&lt;/p&gt;

</description>
      <category>archlinux</category>
      <category>bspwm</category>
      <category>tutorial</category>
      <category>linux</category>
    </item>
    <item>
      <title>Instalar Wine en Arch Linux</title>
      <dc:creator>Yofre</dc:creator>
      <pubDate>Wed, 10 May 2023 05:03:40 +0000</pubDate>
      <link>https://dev.to/yofreor/instalar-wine-en-arch-linux-4bok</link>
      <guid>https://dev.to/yofreor/instalar-wine-en-arch-linux-4bok</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;1&lt;/strong&gt; Habilitar el repositorio &lt;code&gt;multilib&lt;/code&gt;:
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;sudo &lt;/span&gt;nvim /etc/pacman.conf
     vim
     nano
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Descomentar las líneas&lt;br&gt;
&lt;code&gt;[multilib]&lt;/code&gt; &lt;code&gt;Include=/etc/pacman.d/mirrorlist&lt;/code&gt;&lt;/p&gt;



&lt;h2&gt;
  
  
  &lt;strong&gt;2&lt;/strong&gt; Actualizar el sistema
&lt;/h2&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;sudo &lt;/span&gt;pacman &lt;span class="nt"&gt;-Syy&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;(opcional)&lt;/strong&gt; Listar todos los paquetes del repositorio &lt;strong&gt;multilib&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pacman &lt;span class="nt"&gt;-Sl&lt;/span&gt; multilib
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;h2&gt;
  
  
  &lt;strong&gt;3&lt;/strong&gt; Instalar &lt;code&gt;winetricks&lt;/code&gt;
&lt;/h2&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;sudo &lt;/span&gt;pacman &lt;span class="nt"&gt;-S&lt;/span&gt; winetricks
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;blockquote&gt;
&lt;p&gt;💡 &lt;strong&gt;winetricks:&lt;/strong&gt; Script que permite instalar los requisitos básicos necesarios para ejecutar programas de Windows.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Por lo general, &lt;strong&gt;winetricks instala Wine automáticamente&lt;/strong&gt;&lt;/p&gt;



&lt;h2&gt;
  
  
  &lt;strong&gt;4&lt;/strong&gt; Instalar &lt;code&gt;zenity&lt;/code&gt;
&lt;/h2&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;sudo &lt;/span&gt;pacman &lt;span class="nt"&gt;-S&lt;/span&gt; zenity
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;blockquote&gt;
&lt;p&gt;💡 &lt;strong&gt;zenity:&lt;/strong&gt; Permite usar wine mediante GUI&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;En este momento Wine ya se encuentra instalado, y si se quiere acceder a su configuración debe ser mediante el comando: &lt;code&gt;winecfg&lt;/code&gt;&lt;/p&gt;



&lt;h2&gt;
  
  
  &lt;strong&gt;5&lt;/strong&gt; Conexiones TLS o HTTPS
&lt;/h2&gt;

&lt;p&gt;Después de la instalación es posible que sea necesario instalar el paquete &lt;code&gt;lib32-gnutls&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;sudo &lt;/span&gt;pacman &lt;span class="nt"&gt;-S&lt;/span&gt; lib32-gnutls
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Esto para que funcionen las aplicaciones que realizan conexiones TLS o HTTPS&lt;/p&gt;



&lt;h2&gt;
  
  
  Configuración para entornos de 32 bits
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;⚠️ NO es necesario para entornos de 64 bits&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Wine iniciará un entorno de 64 bits, este comportamiento puede cambiar utilizando la variable de entorno &lt;code&gt;WINEARCH&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;WINEARCH&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;win32 winecfg
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;p&gt;&lt;strong&gt;Extra&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Instalar wine-mono
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;sudo &lt;/span&gt;pacman &lt;span class="nt"&gt;-S&lt;/span&gt; wine-mono
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;blockquote&gt;
&lt;p&gt;💡 &lt;strong&gt;wine-mono:&lt;/strong&gt; Es un paquete que proporciona una implementación de la plataforma .NET de Microsoft, instalar wine-mono y habilitarlo permite la ejecución de aplicaciones de Windows que requieren .NET framework (Aplicaciones Microsoft Office, herramientas de desarrollo de software de Microsoft, Aplicaciones de escritorio: Adobe, AutoCAD)&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;&lt;strong&gt;Recursos:&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;a href="https://wiki.archlinux.org/title/wine" rel="noopener noreferrer"&gt;wine&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;a href="https://wiki.archlinux.org/title/Official_repositories#multilib" rel="noopener noreferrer"&gt;multilib&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;a href="https://wiki.winehq.org/Winecfg" rel="noopener noreferrer"&gt;winecfg&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;a href="https://archlinux.org/packages/?name=lib32-gnutls" rel="noopener noreferrer"&gt;lib32-gnutls&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;a href="https://wiki.winehq.org/Winetricks" rel="noopener noreferrer"&gt;winetricks&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;a href="https://archlinux.org/packages/?name=wine-mono" rel="noopener noreferrer"&gt;wine-mono&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>archlinux</category>
      <category>vim</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
