Diferencia entre revisiones de «Arch Linux»
De TechShareRoom wiki
Más acciones
Sin resumen de edición |
|||
(No se muestran 15 ediciones intermedias del mismo usuario) | |||
Línea 1: | Línea 1: | ||
== Recursos | {| class=prettytable | ||
|- | |||
! KDE | |||
|- | |||
| [[Archivo:kdeneon.png|link=KDE]] | |||
|} | |||
= Tutoriales = | |||
= 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 Arch Linux básico]] | *[[Mantenimiento Arch Linux básico]] | ||
*[[Mantenimiento Arch Linux avanzado]] | *[[Mantenimiento Arch Linux avanzado]] | ||
= Solución a problemas = | |||
*[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] | |||
* | *[[Failed to commit transaction]] | ||
*[[Failed to prepare transaction (could not satisfy dependencies)]] | |||
* | *[[Failed to write file]] | ||
*[[Possibly missing firmware]] | |||
*Failed to | |||
*Possibly missing firmware | |||
= Comandos = | |||
<syntaxhighlight lang="bash"> | |||
#Install a package | |||
pacman -S packagename | |||
</syntaxhighlight> |
Revisión actual - 01:29 28 ago 2025
KDE |
---|
![]() |
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