LoginSignup
0
0

More than 3 years have passed since last update.

Debianパッケージのデバッグシンボルを取得する

Last updated at Posted at 2020-10-20

対応するpkgnameに対し、[pkgname]-dbgsymをインストールする。

apt-line

deb http://debug.mirrors.debian.org/debian-debug stretch-debug main contrib non-free

手動

  1. http://debug.mirrors.debian.org/debian-debug/dists/stretch-debug/main/binary-amd64/ を確認する
  2. [pkgname]-dbgsym パッケージのエントリに対し、Filenameフィールドを確認する
  3. http://debug.mirrors.debian.org/debian-debug/pool/ 以下から取得する

cf: https://wiki.debian.org/DebugPackage

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0