반응형
Ubuntu 상요 도중,
apt update 및 apt upgrade 시에 아래의 오류가 발생하는 경우가 있었습니다.
---------------------------------------------------------------------------------------
dpdk: error processing package linux-firmware (--configure)
---------------------------------------------------------------------------------------
이 경우에는 아래의 명령으로 "linux-firmware" 패키지를
재 설치하여 해결 될 수 있습니다.
sudo apt install --reinstall linux-firmware
반응형
'Operating System > Linux' 카테고리의 다른 글
Check linux driver installation and remove it manually. (0) | 2022.07.21 |
---|---|
sed command: using valiables (0) | 2022.06.02 |
linux find : search multiful files. (0) | 2022.06.02 |
Git 최신 버전 설치하기 (ubuntu 20.04/CentOS 7) (0) | 2022.05.28 |
[CentOS] Error message, This system is not registered with an entitlement server. (0) | 2022.05.11 |
Shell Script 실행 시에 root 권한 확인 (0) | 2020.07.14 |
Linux firewall-cmd port add (0) | 2020.02.07 |
kernel source version check (0) | 2019.09.03 |
ffmpeg install (Ubuntu 14.04) (0) | 2014.07.22 |
ubuntu 11.04 root 자동 로그인 설정 하기.. (0) | 2011.07.14 |