This commit is contained in:
kyodev 2018-04-20 17:10:11 +02:00
parent 924153c19a
commit fa634131c8
1 changed files with 2 additions and 2 deletions

View File

@ -232,8 +232,8 @@ linux-libc-dev_...deb # entêtes pour certaines bibliothèques de code en espa
```shell
su
dpkg -P linux-headers-x.x.x-architecture
dpkg -P linux-image-x.x.x-architecture
dpkg -i linux-headers-x.x.x-architecture
dpkg -i linux-image-x.x.x-architecture
exit
```