파이썬 바이너리를 삭제했는데 apt-get을 사용하여 복구 할 수 없습니다. 어떻게해야합니까?


11

잘. 네. 의존성 혼란이 있었기 때문에 새로운 시작을 원했기 때문에 "whereis python"을 실행하고 문자 그대로 모든 파일과 디렉토리를 지 웠습니다. 그런 다음 apt-get install python을 실행하면 물론 많은 오류가 발생합니다. 깨끗하게 닦지 않고 우분투에 파이썬을 다시 설치할 수 있습니까?

파이썬 바이너리를 설치하려고 시도한 결과는 다음과 같습니다.

root@ubuntu14-server:/home/kpoole# apt-get install python
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python is already the newest version.
The following packages were automatically installed and are no longer required:
libexpat1-dev libpython-dev libpython2.7-dev
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
15 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up python-chardet (2.0.1-2build2) ...
/var/lib/dpkg/info/python-chardet.postinst: 6: /var/lib/dpkg/info/python-chardet.postinst: pycompile: not found
dpkg: error processing package python-chardet (--configure):
subprocess installed post-installation script returned error exit status 127
Setting up python-colorama (0.2.5-0.1ubuntu1) ...
/var/lib/dpkg/info/python-colorama.postinst: 6: /var/lib/dpkg/info/python-colorama.postinst: pycompile: not found
dpkg: error processing package python-colorama (--configure):
subprocess installed post-installation script returned error exit status 127
Setting up python-distlib (0.1.8-1) ...
/var/lib/dpkg/info/python-distlib.postinst: 6: /var/lib/dpkg/info/python-distlib.postinst: pycompile: not found
dpkg: error processing package python-distlib (--configure):
subprocess installed post-installation script returned error exit status 127
Setting up python-django (1.6.1-2ubuntu0.5) ...
/var/lib/dpkg/info/python-django.postinst: 6: /var/lib/dpkg/info/python-django.postinst: pycompile: not found
dpkg: error processing package python-django (--configure):
subprocess installed post-installation script returned error exit status 127
No apport report written because MaxReports is reached already
                                              dpkg: dependency problems prevent configuration of python-django-tables2:
python-django-tables2 depends on python-django (>= 1.4.5); however:
Package python-django is not configured yet.

dpkg: error processing package python-django-tables2 (--configure):
dependency problems - leaving unconfigured
Setting up python-six (1.5.2-1) ...
No apport report written because MaxReports is reached already
                                              /var/lib/dpkg/info/python-six.postinst: 6: /var/lib/dpkg/info/python-six.postinst: pycompile: not found
dpkg: error processing package python-six (--configure):
subprocess installed post-installation script returned error exit status 127
No apport report written because MaxReports is reached already
                                              dpkg: dependency problems prevent configuration of python-html5lib:
python-html5lib depends on python-six; however:
Package python-six is not configured yet.

dpkg: error processing package python-html5lib (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                              Setting up python-lxml (3.3.3-1ubuntu0.1) ...
/var/lib/dpkg/info/python-lxml.postinst: 6: /var/lib/dpkg/info/python-lxml.postinst: pycompile: not found
dpkg: error processing package python-lxml (--configure):
subprocess installed post-installation script returned error exit status 127
No apport report written because MaxReports is reached already
                                              Setting up python-minimal (2.7.5-5ubuntu3) ...
/var/lib/dpkg/info/python-minimal.postinst: 4: /var/lib/dpkg/info/python-minimal.postinst: python2.7: not found
dpkg: error processing package python-minimal (--configure):
subprocess installed post-installation script returned error exit status 127
Setting up python-pkg-resources (3.3-1ubuntu1) ...
No apport report written because MaxReports is reached already
                                              /var/lib/dpkg/info/python-pkg-resources.postinst: 6: /var/lib/dpkg/info/python-pkg-resources.postinst: pycompile: not found
dpkg: error processing package python-pkg-resources (--configure):
subprocess installed post-installation script returned error exit status 127
No apport report written because MaxReports is reached already
                                              dpkg: dependency problems prevent configuration of python-setuptools:
python-setuptools depends on python-pkg-resources (= 3.3-1ubuntu1); however:
Package python-pkg-resources is not configured yet.

dpkg: error processing package python-setuptools (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                              dpkg: dependency problems prevent configuration of python-urllib3:
python-urllib3 depends on python-six; however:
Package python-six is not configured yet.

dpkg: error processing package python-urllib3 (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                              dpkg: dependency problems prevent configuration of python-requests:
python-requests depends on python-chardet; however:
Package python-chardet is not configured yet.
python-requests depends on python-urllib3 (>= 1.7.1); however:
Package python-urllib3 is not configured yet.

dpkg: error processing package python-requests (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                              dpkg: dependency problems prevent configuration of python-pip:
python-pip depends on python-colorama; however:
Package python-colorama is not configured yet.
python-pip depends on python-distlib; however:
Package python-distlib is not configured yet.
python-pip depends on python-html5lib; however:
Package python-html5lib is not configured yet.
python-pip depends on python-pkg-resources; however:
Package python-pkg-resources is not configured yet.
python-pip depends on python-setuptools (>= 0.6c1); however:
Package python-setuptools is not configured yet.
python-pip depends on python-six; however:
Package python-six is not configured yet.
python-pip depends on python-requests; however:
Package python-requests is not configured yet.

dpkg: error processing package python-pip (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                              dpkg: dependency problems prevent configuration of python-virtualenv:
python-virtualenv depends on python-pkg-resources; however:
Package python-pkg-resources is not configured yet.
python-virtualenv depends on python-setuptools; however:
Package python-setuptools is not configured yet.

dpkg: error processing package python-virtualenv (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                              Errors were encountered while processing:
python-chardet
python-colorama
python-distlib
python-django
python-django-tables2
python-six
python-html5lib
python-lxml
python-minimal
python-pkg-resources
python-setuptools
python-urllib3
python-requests
python-pip
python-virtualenv
E: Sub-process /usr/bin/dpkg returned an error code (1)

ike가 제안한 경로로 이동 한 후 :

root@ubuntu14-server:/home/kpoole# apt-get install --reinstall python
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
python : Depends: python2.7 (>= 2.7.5-1~) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@ubuntu14-server:/home/kpoole# apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libexpat1-dev libpython-dev libpython2.7-dev
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
python python2.7
Suggested packages:
python-doc python-tk python2.7-doc
The following NEW packages will be installed:
python python2.7
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
14 not fully installed or removed.
Need to get 0 B/330 kB of archives.
After this operation, 1,042 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Selecting previously unselected package python2.7.
(Reading database ... 73738 files and directories currently installed.)
Preparing to unpack .../python2.7_2.7.6-8_amd64.deb ...
Unpacking python2.7 (2.7.6-8) ...
Selecting previously unselected package python.
Preparing to unpack .../python_2.7.5-5ubuntu3_amd64.deb ...
Unpacking python (2.7.5-5ubuntu3) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Setting up python-minimal (2.7.5-5ubuntu3) ...
/var/lib/dpkg/info/python-minimal.postinst: 4: /var/lib/dpkg/info/python-minimal.postinst: python2.7: not found
dpkg: error processing package python-minimal (--configure):
subprocess installed post-installation script returned error exit status 127
Setting up python2.7 (2.7.6-8) ...
/var/lib/dpkg/info/python2.7.postinst: 9: /var/lib/dpkg/info/python2.7.postinst: python2.7: not found
dpkg: error processing package python2.7 (--configure):
subprocess installed post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of python:
python depends on python2.7 (>= 2.7.5-1~); however:
Package python2.7 is not configured yet.
python depends on python-minimal (= 2.7.5-5ubuntu3); however:
Package python-minimal is not configured yet.

dpkg: error processing package python (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-chardet:
python-chardet depends on python (>= 2.7); however:
Package python is not configured yet.
python-chardet depends on python (<< 2.8); however:
Package python is not configured yet.
python-chardet depends on python:any (>= 2.7.1-0ubuntu2); however:
Package python is not configured yet.

dpkg: error processing package python-chardet (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-colorama:
python-colorama depends on python (>= 2.7); however:
Package python is not configured yet.
python-coNo apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
        No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
                    lorama depends on python (<< 2.8); however:
Package python is not configured yet.
python-colorama depends on python:any (>= 2.7.1-0ubuntu2); however:
Package python is not configured yet.

dpkg: error processing package python-colorama (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-distlib:
python-distlib depends on python:any (<< 2.8); however:
Package python is not configured yet.
python-distlib depends on python:any (>= 2.7.5-5~); however:
Package python is not configured yet.

dpkg: error processing package python-distlib (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-django:
python-django depends on python (>= 2.7); however:
Package python is not configured yet.
python-django depends on python (<< 2.8); however:
Package python is not configured yet.
python-django depends on python:any (>= 2.7.1-0ubuntu2); however:
Package pythNo apport report written because MaxReports is reached already
on is not configured yet.

dpkg: error processing package python-django (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-django-tables2:
python-django-tables2 depends on python (>= 2.7); however:
Package python is not configured yet.
python-django-tables2 depends on python (<< 2.8); however:
Package python is not configured yet.
python-django-tables2 depends on python:any (>= 2.7.1-0ubuntu2); however:
Package python is not configured yet.
python-django-tables2 depends on python-django (>= 1.4.5); however:
Package python-django is not configured yet.

dpkg: error processing package python-django-tables2 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-six:
python-six depends on python (>= 2.7); however:
Package python is not configured yet.
python-six depends on python (<< 2.8); however:
Package python is not configured yet.
python-six depends on python:any (>= 2.7.1-0ubuntu2); however:
Package python is not configured yet.

dpkg: error processing package python-six (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-html5lib:
python-html5lib depends on python:any (<< 2.8); however:
Package python is not configured yet.
python-html5lib depends on python:any (>= 2.7.5-5~); however:
Package python is not configured yet.
python-html5lib depends on python-six; however:
Package python-six is not configured yet.

dpkg: error processing package python-html5lib (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-lxml:
python-lxml depends on python (>= 2.7); however:
Package python is not configured yet.
python-lxml depends on python (<< 2.8); however:
Package python is not configured yet.
python-lxml depends on python:any (>= 2.7.1-0ubuntu2); however:
Package python is not configured yet.

dpkg: error processing package python-lxml (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-pkg-resources:
python-pkg-resources depends on python:any (>= 2.7); however:
Package python is not configured yet.
python-pkg-resources depends on python:any (<< 2.8); however:
Package python is not configured yet.

dpkg: error processing package python-pkg-resources (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-setuptools:
python-setuptools depends on python:any (>= 2.7); however:
Package python is not configured yet.
python-setuptools depends on python:any (<< 2.8); however:
Package python is not configured yet.
python-setuptools depends on python-pkg-resources (= 3.3-1ubuntu1); however:
Package python-pkg-resources is not configured yet.

dpkg: error processing package python-setuptools (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-urllib3:
python-urllib3 depends on python:any (>= 2.7.5-5~); however:
Package python is not configured yet.
python-urllib3 depends on python:any (<< 2.8); however:
Package python is not configured yet.
python-urllib3 depends on python-six; however:
Package python-six is not configured yet.

dpkg: error processing package python-urllib3 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-requests:
python-requests depends on python:any (>= 2.7.5-5~); however:
Package python is not configured yet.
python-requests depends on python:any (<< 2.8); however:
Package python is not configured yet.
python-requests depends on python-chardet; however:
Package python-chardet is not configured yet.
python-requests depends on python-urllib3 (>= 1.7.1); however:
Package python-urllib3 is not configured yet.

dpkg: error processing package python-requests (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-pip:
python-pip depends on python (>= 2.7); however:
Package python is not configured yet.
python-pip depends on python (<< 2.8); however:
Package python is not configured yet.
python-pip depends on python:any (>= 2.7.1-0ubuntu2); however:
Package python is not configured yet.
python-pip depends on python-colorama; however:
Package python-colorama is not configured yet.
python-pip depends on python-distlib; however:
Package python-distlib is not configured yet.
python-pip depends on python-html5lib; however:
Package python-html5lib is not configured yet.
python-pip depends on python-pkg-resources; however:
Package python-pkg-resources is not configured yet.
python-pip depends on python-setuptools (>= 0.6c1); however:
Package python-setuptools is not configured yet.
python-pip depends on python-six; however:
Package python-six is not configured yet.
python-pip depends on python-requests; however:
Package python-requests is not c
dpkg: error processing package python-pip (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
python-minimal
python2.7
python
python-chardet
python-colorama
python-distlib
python-django
python-django-tables2
python-six
python-html5lib
python-lxml
python-pkg-resources
python-setuptools
python-urllib3
python-requests
python-pip
E: Sub-process /usr/bin/dpkg returned an error code (1)

python : Depends: python2.7 (>= 2.7.5-1~) but it is not going to be installed. 이전의 종속성 충돌로 인해 여전히 문제가 있다고 생각합니다. 당신은 또한 출력 줄 수dpkg -l | grep python
cnvzmxcvmcx

답변:


20

앞으로는 이렇게하지 마십시오. 패키지 관리 도구를 통해 설치된 파일을 수동으로 제거하거나 엉망으로 만들지 마십시오 (예 : 구성 파일 등과 같이 명시 적으로 설정되지 않은 경우).

apt-get파이썬이 이미 설치되어 있다고 기대하는 프로세스의 일부가 있기 때문에이 상황에서 복구하는 데 사용할 수없는 경우 (이 경우처럼 보일 수 있음) 말하지만 몇 가지 옵션이 있습니다. 반드시 작동합니다).

파이썬 (및 관련) .deb파일을 수동으로 가져오고 수동으로 dpkg설치하는 데 사용할 수 있습니다 (종속성 순서를 수동으로 해결하여 올바르게 작동하는지 확인해야 함). 다음과 같은 것 :

apt-get download python2.7-minimal ## at least this package is necessary
sudo touch /usr/bin/python2.7 && sudo chmod +x /usr/bin/python2.7
sudo dpkg --unpack python2.7-minimal*

와 같은 다른 누락 된 바이너리를 확인 pycompile하고 동일한 솔루션을 적용해야합니다.

그런 다음, dpkg 데이터베이스를 검사하여 구성되지 않은, 반 구성되고 포장이 풀린 패키지를 찾으십시오.

sudo dpkg --check

메시지를 읽고 수정 사항을 적용하십시오. 그러나 일반적으로 요청합니다 sudo dpkg --configure -a. sudo apt-get -f install상황에 따라 도움 이 될 수 있습니다.

설치 미디어 복구 모드 (또는 재설치)를 사용하여이 문제를 해결할 수도 있습니다.


4

깨끗하게 닦지 않고 우분투에 파이썬을 다시 설치할 수 있습니까?

예. 포맷하지 않고 다시 설치하십시오.

아마 이미 라이브 DVD를 가지고 있기 때문에 이것을 해결하는 가장 빠른 방법이 될 것입니다.


3
이 경우 우분투를 다시 설치하는 것이 약간 지나친 것 같습니다.
ike

2
거의 모든 것이 파이썬에 의존하고 "apt"는 더 이상 작동하지 않기 때문에 (파이썬 의존성 때문에) 다른 방법은 더 오래 걸립니다. 현재 시스템에서 포맷없이 다시 설치하는 데 약 10, 15 분이 걸립니다. @ike
Rinzwind 2014

3
apt는 파이썬이 아닌 다른 패키지에서 작동합니다. 각 패키지를 다시 설치하여이 문제를 해결하는 것은 어렵지 않습니다.
ike

1
시스템 바이너리를 삭제하는 것은 대격변 일 수 있지만 세상의 끝은 아닙니다. 쉽게 제거 rm하고 복구 할 수 있습니다 . 파이썬은 공원에서 산책입니다.
Braiam

1

터미널을 열고 다음 명령을 입력하십시오.

첫 시도

sudo apt-get -f install 

그래도 문제가 해결되지 않으면

sudo dpkg --configure -a 

여전히 문제가 남아 있으면 다음을 실행하십시오.

sudo apt-get install --reinstall python python-chardet python-colorama python-distlib python-django python-django-tables2 python-six python-html5lib python-lxml python-minimal python-pkg-resources python-setuptools python-urllib3 python-requests python-pip python-virtualenv

최후의 수단으로 다음 명령을 사용하여 이러한 패키지를 제거한 다음 위 명령을 사용하여 해당 패키지를 다시 설치해야합니다. 이 경우 매우주의를 기울여야합니다. 다음 명령으로 제거 된 패키지 목록이 있습니다. 이 목록을 복사하여 gedit에 붙여 넣어야합니다. gedit을 열고 패키지를 gedit에 붙여 넣은 상태에서 ctrl+ h를 누르고 \ n을 입력 한 다음 "검색 대상"에 두 개의 공백을 입력하고 "바꾸기"에 하나의 공백을 두어 단락과 추가 공백을 모두 제거하기 전에 모든 단락과 추가 공백을 제거하십시오. list는 단일 공백으로 구분 된 패키지 목록을 포함합니다.

sudo apt-get purge python-chardet python-colorama python-distlib python-django python-django-tables2 python-six python-html5lib python-lxml python-minimal python-pkg-resources python-setuptools python-urllib3 python-requests python-pip python-virtualenv

마지막으로 :을 실행 sudo apt-get install하고 gedit에서 패키지 목록에 붙여 넣어 모든 것을 다시 설치하십시오.


모든 python- * 패키지가 python 메타 패키지에 포함되어 있다고 확신합니다. OP는 (un) / install을 위해 패키지 목록을 설정하고 유지할 필요가 없습니다. apt-get install --reinstall python그것을 커버해야합니다.
amanthethy

@amanthethy 내가 언급 한 "목록"은 통일, 모든 범위, 계정 관리자 등과 같이 제거 될 수있는 수백 가지의 다른 패키지입니다. .
mchid

1
아니요, 이상한 카펠 터널을 제외하고는 누구에게도 해를 끼치 지 않지만 불필요합니다. 또한 python-pip는 python 프로그램 용 패키지 관리자입니다. 언어 자체의 기능이 아닌 파이썬을 사용하여 빌드 된 응용 프로그램입니다.
amanthethy

1
sudo apt-get install --reinstall ubuntu-desktop당신이 언급 한 모든 엑스트라를 다룰 것입니다. [유니티, 스코프, 파이썬, 계정 관리자 등]
amanthethy

1
걱정 마세요. 다운 보트는 OP를 도울 수있는 한 나에게 큰 의미가 없습니다 :)
amanthethy

0

어려움이있는 각 패키지를 제거한 다음 다시 설치해야합니다.

의존성을 제거하지 않고 제거 하려면 /ubuntu//a/32899/176376 을 참조 하십시오 .

sudo dpkg -r --force-depends "package"

sudo apt-get install "package"

모든 문제를 먼저 제거한 다음 다시 설치해야합니다.

실행 sudo apt-get install -fsudo dpkg --configure -a모든 몇 가지 명령을.


0

다음과 같은 오류가 있습니다.

python2.7: not found

python 2.7 실행 파일을 찾을 수 없음을 의미합니다. 나는이 명령을 사용하여 패키지를 포함하는 패키지를 찾았습니다 (그러나 아마도 깨진 시스템에서는 작동하지 않을 것입니다)

$ which python2.7
/usr/bin/python2.7
$ dpkg -S /usr/bin/python2.7
python2.7-minimal: /usr/bin/python2.7

다시 설치해야하지만 먼저 종속성을 확인해야합니다. 이 명령을 사용하여 다음을 나열하십시오.

$ apt-cache depends python2.7-minimal
python2.7-minimal
  Depends: libpython2.7-minimal
  Depends: zlib1g
  PreDepends: libc6
  Suggests: binfmt-support
    binfmt-support:i386
  Recommends: python2.7
  Conflicts: binfmt-support
  Conflicts: binfmt-support:i386
  Replaces: python2.7
  Replaces: python2.7:i386
  Conflicts: python2.7-minimal:i386

libpython2.7- 최소가 손상되었을 수 있습니다. 먼저 다음을 발행하는 것이 좋습니다.

sudo apt-get install --reinstall libpython2.7-minimal

그때:

sudo apt-get install --reinstall python2.7-minimal

그리고 희망적으로 당신의

sudo apt-get -f install

성공할 것이다.


-1

그것은 예상되는 행동입니다. 파일을 삭제하는 것은 패키지 또는 프로그램을 제거하는 것과 다릅니다.

설치에서 모든 파이썬 관련 항목을 삭제했지만 패키지 관리자가 이것을 알지 못합니다. 파이썬을 다시 설치하려고 할 때, apt는 모든 파일이 여전히 존재할 것으로 예상하고 다시 다운로드하려고하지 않습니다. apt와 관련하여 모든 Python은 여전히 ​​설치되어 있습니다. 당신은 달리 말하지 않았습니다.

이 문제를 해결하기 위해 다음을 시도 할 수 있습니다.
sudo apt-get install --reinstall python

향후, 제거 패키지를 사용 apt-get remove하거나 apt-get purge우분투 소프트웨어 센터에서 그래픽 또는.


3
파이썬 제거는 많은 종속성을 제거하며, 다시 설치하면 모든 종속성이 다시 설치되지 않습니다.
oldfred

1
두 번째 단락까지 옳습니다. 문제를 "수정"하는 방법은 대부분 OP 시스템 패키지를 제거 할 수 있습니다.
Braiam

@Braiam 당신이 맞아요. apt-get remove 패키지는 apt-get install 패키지가 반드시 복원 할 필요가없는 패키지를 제거 할 수 있다고 당연했습니다. 편집했지만 여전히 꺼져있는 경우 언제든지 수정하십시오.
amanthethy
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.