![Kali/kali-rolling :gns3에서 설치한 배포 템플릿을 찾을 수 없나요?](https://linux55.com/image/130802/Kali%2Fkali-rolling%20%3Agns3%EC%97%90%EC%84%9C%20%EC%84%A4%EC%B9%98%ED%95%9C%20%EB%B0%B0%ED%8F%AC%20%ED%85%9C%ED%94%8C%EB%A6%BF%EC%9D%84%20%EC%B0%BE%EC%9D%84%20%EC%88%98%20%EC%97%86%EB%82%98%EC%9A%94%3F.png)
kali를 사용하여 GNS3를 설정하려고 합니다.
sudo add-apt-repository ppa:gns3/ppa
하지만 다음과 같은 오류가 발생했습니다
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 95, in <module>
sp = SoftwareProperties(options=options)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 109, in __init__
self.reload_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 599, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 93, in get_sources
(self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Kali/kali-rolling
답변1
칼리로 무엇을 해야 할까요?
최신 패키지를 다운로드할 수 있습니다(2018년 3월 업데이트).https://drive.google.com/drive/folders/1in6S35GpPGvge5t_2B-36_X_uDJuxX2x?usp=sharing...다음 순서로 설치합니다.
cd Downloads/
apt install gns3/ubridge_0.9.14-1~xenial1_amd64.deb
apt install gns3/gns3-server_2.1.4~xenial1_amd64.deb
apt install gns3/gns3-gui_2.1.4~xenial1_amd64.deb
apt install gns3/vpcs_0.6.1-1~xenial1_amd64.deb
apt install gns3/dynamips_0.2.17-1~xenial1_amd64.deb
dpkg --add-architecture i386
gdebi gns3/iouyap_0.97-1~xenial3_amd64.deb
gdebi libssl1.0.0_1.0.1t-1+deb7u4_i386.deb // from oldoldstable Wheezy →
gdebi gns3/gns3-iou_0.0.1~xenial2_amd64.deb
(테스트 설치에는 Debian 9 Stretch를 사용했습니다.)
업데이트: 매달 다시 확인하세요.http://ppa.launchpad.net/gns3/ppa/ubuntu/pool/main/...최신 패키지를 원한다면.