Diferencia entre revisiones de «Arch Linux»
De TechShareRoom wiki
Sin resumen de edición |
Sin resumen de edición |
||
Línea 1: | Línea 1: | ||
{| class=wikitable | {| class=wikitable | ||
|- | |- | ||
Línea 25: | Línea 24: | ||
=== Failed to commit transaction === | === Failed to commit transaction === | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
error: failed to commit transaction (conflicting files) | error: failed to commit transaction (conflicting files) | ||
Línea 72: | Línea 70: | ||
=== Failed to write file === | === Failed to write file === | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
Failed to write file "/sys/module/pcie_aspm/parameters/policy": Operation not permitted | Failed to write file "/sys/module/pcie_aspm/parameters/policy": Operation not permitted | ||
Línea 89: | Línea 86: | ||
Solución: Pendiente | Solución: Pendiente | ||
=== Comandos === | |||
<syntaxhighlight lang="bash"> | |||
#Install a package | |||
pacman -S packagename | |||
</syntaxhighlight> |