기술 성공, 실패 기록소

kernel upgrade, graphic driver issue 본문

linux 및 기타 os

kernel upgrade, graphic driver issue

sunlab 2021. 7. 21. 19:56
728x90

kernel을 5.2 로 업그레이드 공홈에 있는거 참고

 

package libssl1.1 is not installed

라며

 

linux-headers-5.2.14-050214-generic-..

linux-headers-5.2.14-050214-lowlatency_..

두개가 설치 안되는데

 

https://stackoverflow.com/questions/68148246/broken-php-and-libssl1-1-installation-on-ubuntu-16-04

 

Broken php and libssl1.1 installation on Ubuntu 16.04

I have been using Ubuntu 16.04. Recently I did some experiments with my PHP installation and I'm afraid I have broken things badly. I tried sudo apt install php7.0 But it's showing a dependency and

stackoverflow.com

sudo apt install libssl1.1

해준뒤 다시 설치시도하면 됨

 

그이후 nvidia driver 설치시도 시

gcc 버전 관련해서 에러가 발생

 

https://jacking.tistory.com/1078

 

 

[펌] Ubuntu에서 gcc 버전업 하기

출처:http://charette.no-ip.com:81/programming/2011-12-24_GCCv47/ * 아래 글은 4.6에서 4.7로 업하는 것인데 버전에 맞게 숫자만 바꾸어주면 된다. 만약 4.6 에서 4.8로 올리고 싶으면 4.7 대신 4.8을 적는다 S..

jacking.tistory.com

 

https://promobile.tistory.com/377

 

[Ubuntu]gcc, g++ 다른 버전 추가 및 패키지 관리

■ gcc, g++ 다른 버전 추가 및 패키지 관리 사용 OS : Ubuntu 16.04 LTS Ubuntu 에서 개발을 진행하다보면, gcc 및 g++ 버전을 변경해야 하는 경우가 자주 발생 하게 됩니다. 특히, 오픈소스를 활용해야 하는

promobile.tistory.com

위 두 링크 참조해서 gcc, g++ 버전업 해주면 됨.

'linux 및 기타 os' 카테고리의 다른 글

Broken php and libssl1.1 installation on Ubuntu 16.04  (0) 2021.07.22
NVIDIA NVML Driver/library version mismatch  (0) 2021.07.22
gcc, g++ 업그레이드  (0) 2021.07.21
linux kernel 공식홈피  (0) 2021.07.21
linux kernel downgrade  (0) 2021.07.21