1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.es/linux/apport-bug.md
2024-11-09 14:23:35 +05:30

20 lines
415 B
Markdown

# apport-bug
> Reporta un error (bug) de Ubuntu.
> Más información: <https://wiki.ubuntu.com/Apport>.
- Reporta un error respecto a todo el sistema:
`apport-bug`
- Reporta un error respecto a un paquete específico:
`apport-bug {{paquete}}`
- Reporta un error respecto a un programa específico:
`apport-bug {{ruta/a/programa}}`
- Reporta un error respecto a un proceso específico:
`apport-bug {{PID}}`