{"id":16065292,"url":"https://github.com/shnatsel/everything-dbg","last_synced_at":"2025-03-18T05:30:56.202Z","repository":{"id":68760244,"uuid":"122736267","full_name":"Shnatsel/everything-dbg","owner":"Shnatsel","description":"Install all debug symbols for a Debian package in one command","archived":false,"fork":false,"pushed_at":"2018-02-25T09:58:40.000Z","size":10,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T07:32:22.741Z","etag":null,"topics":["debian-scripts","debugging","ubuntu-scripts"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shnatsel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-24T11:53:57.000Z","updated_at":"2021-08-22T17:59:31.000Z","dependencies_parsed_at":"2023-04-14T12:53:28.968Z","dependency_job_id":null,"html_url":"https://github.com/Shnatsel/everything-dbg","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"119a7e3bc64ca0d05d1c4de2dc7299f33895cc04"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shnatsel%2Feverything-dbg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shnatsel%2Feverything-dbg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shnatsel%2Feverything-dbg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shnatsel%2Feverything-dbg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shnatsel","download_url":"https://codeload.github.com/Shnatsel/everything-dbg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902995,"owners_count":20366387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debian-scripts","debugging","ubuntu-scripts"],"created_at":"2024-10-09T05:12:12.661Z","updated_at":"2025-03-18T05:30:56.195Z","avatar_url":"https://github.com/Shnatsel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# everything-dbg\nInstall all debug symbols for a Debian package in one command.\n\n## Why?\n\nLet's say you want to debug or profile `xfce4-terminal`. To get debugging symbols for it on Debian (and its derivatives like Ubuntu or elementary OS) you'd run:\n\n`$ sudo apt install xfce4-terminal-dbg`\n\nHowever, debugger still shows a lot of unknown function calls! What do?\n\nTurns out you have only installed debugging symbols for xfce4-terminal itself, but not for any of its libraries (gtk+, libvte, etc) which shoulder most of the actual work. There was no easy way to install debugging symbols for all the dependencies... until now.\n\n## Introducing everything-dbg\n\n`$ everything-dbg xfce4-terminal` will print names of -dbg packages for all dependencies of the specified package. Simply pass it to `apt install` to install them.\n\nFeatures:\n\n1. Fetches debugging symbols for dependencies of dependencies and so on all the way down to libc6-dbg.\n1. Supports [-dbgsym packages](https://wiki.debian.org/AutomaticDebugPackages): uses -dbgsym package if it's available, otherwise uses -dbg\n1. Checks that every -dbg package is actually installable, prints warnings and skips the ones that cannot be installed (Ubuntu has a bunch of -dbg packages which cannot be installed due to dependency issues)\n1. Clean output on stdout, all messages go to stderr, so it can be easily combined with other tools.\n\n## Installation\n\n```\nsudo apt install apt-rdepends\ngit clone https://github.com/Shnatsel/everything-dbg.git\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshnatsel%2Feverything-dbg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshnatsel%2Feverything-dbg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshnatsel%2Feverything-dbg/lists"}