0

I am using Debian 8 jessie-backports, how can I install the package libdrm2-dev? I tried apt install libdrm2-dev/jessie-backports but I get:

E: Unable to locate package libdrm2-dev

Sinval
  • 103
  • 3

1 Answers1

0

You need to install libdrm-dev instead:

sudo apt install libdrm-dev/jessie-backports

I’m assuming you have updated your repository configuration for Jessie backports; see Failed to fetch jessie backports repository for details.

Stephen Kitt
  • 411,918
  • 54
  • 1,065
  • 1,164