리눅스
-
리눅스 docker 설치 오류리눅스 2022. 7. 23. 05:12
참고 사이트 : https://stackoverflow.com/questions/48002345/docker-ce-depends-libseccomp2-2-3-0-but-2-2-3-3ubuntu3-is-to-be-installe docker-ce : Depends: libseccomp2 (>= 2.3.0) but 2.2.3-3ubuntu3 is to be installed I'm installing Docker on my Ubuntu machine and I'm following this tutorial Install Docker Engine on Ubuntu When I run sudo apt-get install -y docker-ce it does not install Docker on my mach..
-
다음 패키지의 의존성이 맞지 않습니다.리눅스 2022. 7. 19. 07:13
가상머신에서 리눅스를 설치하고 터미널에서 마리아DB를 설치하려는데 에러창이 떴다. 이유는 잘 모르겠는데 apt 명령어로 설치하기 전에 디렉토리가 존재하기라도 하는지 파일은 없는게 분명한데 어디선가 충돌이 일어난다. 블로그를 뒤져보니 그냥 한 번 깔끔하게 민 다음에(삭제한 다음에) 다시 설치하면 된다고해서 sudo apt-get remove mariadb-server mariadb-client mysql-server mysql-client 명령어를 입력해주니 경로가 없는건 없다고 뜨고, 경로가 존재하는건 삭제됐다고 메시지가 표시됐다. (난 이걸 설치한 기억이 없는데...) 아직도 아이러니하지만 해결됐으니 다행...! 설치 실패 시 떴던 메시지내용 : mariadb-server : 의존: mariadb-se..