Diferencia entre revisiones de «Arch Linux»
De TechShareRoom wiki
Más acciones
Sin resumen de edición |
Sin resumen de edición |
||
| (No se muestran 5 ediciones intermedias del mismo usuario) | |||
| Línea 1: | Línea 1: | ||
= Tutoriales = | = Tutoriales = | ||
| Línea 19: | Línea 13: | ||
= Solución a problemas = | = Solución a problemas = | ||
*[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]] | |||
= Comandos = | = Comandos = | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash" copy> | ||
#Install a package | #Install a package | ||
pacman -S packagename | pacman -S packagename | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revisión actual - 21:34 10 may 2026
Tutoriales
Recursos
Repositorios recomendados
Mantenimiento
Solución a problemas
- How To Downgrade A Package
- 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
Comandos
#Install a package
pacman -S packagename