Menú alternativo
Toggle preferences menu
Menú alternativo personal
No has accedido
Tu dirección IP será visible si haces alguna edición

Diferencia entre revisiones de «Arch Linux»

De TechShareRoom wiki
 
(No se muestran 11 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
 
{| class=prettytable
{| class=wikitable
|-
|-
! KDE
! KDE
|-
|-
| style=height:5em | [[Archivo:kdeneon.png|120x120px|link=KDE]]
| [[Archivo:kdeneon.png|link=KDE]]
|}
|}
= Tutoriales =


== Recursos ==
 
= Recursos =
*[https://github.com/yorkox0/autoAwesome autoAwesome]
*[https://github.com/yorkox0/autoAwesome autoAwesome]
**[https://www.youtube.com/watch?v=fshLf6u8B-w ASÍ es el ENTORNO de un HACKER - s4vitar]
**[https://www.youtube.com/watch?v=fshLf6u8B-w ASÍ es el ENTORNO de un HACKER - s4vitar]
===== Repositorios recomendados =====
*[https://github.com/adgellida/ArchMatic ArchMatic]


== Mantenimiento ==
= Mantenimiento =
*[[Mantenimiento Arch Linux básico]]
*[[Mantenimiento Arch Linux básico]]
*[[Mantenimiento Arch Linux avanzado]]
*[[Mantenimiento Arch Linux avanzado]]


== Reparación ==
= Solución a problemas =
 
== Solución a problemas ==
=== Downgrade a package ===
*[https://ostechnix.com/downgrade-package-arch-linux/ How To Downgrade A Package]
*[https://ostechnix.com/downgrade-package-arch-linux/ How To Downgrade A Package]
*[https://www.makeuseof.com/prevent-packages-from-getting-updated-arch-linux/ How to Prevent Packages From Getting Updated in Arch Linux]
*[https://www.makeuseof.com/prevent-packages-from-getting-updated-arch-linux/ How to Prevent Packages From Getting Updated in Arch Linux]
*[[Failed to commit transaction]]
*[[Failed to prepare transaction (could not satisfy dependencies)]]
*[[Failed to write file]]
*[[Possibly missing firmware]]


=== Failed to commit transaction ===
= Comandos =
<nowiki>error: failed to commit transaction (conflicting files)
<syntaxhighlight lang="bash">
python-commonmark: /usr/lib/python3.10/site-packages/commonmark-0.9.1.dist-info/LICENSE exists in filesystem</nowiki>
#Install a package
 
pacman -S packagename
or
</syntaxhighlight>
 
<nowiki>error: failed to commit transaction (conflicting files)
node-gyp: /usr/lib/node_modules/node-gyp/node_modules/tar/node_modules/minipass/index.mjs exists in filesystem</nowiki>
 
Solución 1:
 
<nowiki>sudo pacman -S npm --overwrite '/usr/lib/node_modules/npm/*'</nowiki>
 
Solución 2:
 
<nowiki>sudo rm /usr/lib/python3.10/site-packages/commonmark-0.9.1.dist-info/LICENSE</nowiki>
 
or
 
<nowiki>sudo rm /usr/lib/node_modules/node-gyp/node_modules/tar/node_modules/minipass/index.mjs</nowiki>
 
=== Failed to prepare transaction (could not satisfy dependencies)  ===
For example you have this message:
 
installing kio5 (5.111.0-1) breaks dependency 'kio' required by kfiredragonhelper
 
You have to:
 
<nowiki>sudo pacman -R kfiredragonhelper</nowiki>
 
Then, update your system normally and remove each time required packages if you don´t use them.
 
=== Failed to write file ===
<nowiki>Failed to write file "/sys/module/pcie_aspm/parameters/policy": Operation not permitted
error: command failed to execute correctly</nowiki>
 
Solución:
 
You have to use pcie_aspm=force as boot parameter if support, or use pcie_aspm=off if not support.
 
=== Possibly missing firmware ===
<nowiki>WARNING: Possibly missing firmware for module</nowiki>
 
Solución: Pendiente

Revisión actual - 01:29 28 ago 2025