Ví dụ, ta cần sử dụng lệnh sau:
# add-apt-repository ppa:numix/ppa
root@kali:~# add-apt-repository ppa:numix/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
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
Lấy thông tin repository:
Ta chú ý vào chữ màu đỏ numix và màu xanh ppa, thay tương tự vào link sau:
https://launchpad.net/~numix/+archive/ubuntu/ppa
Sau đó truy cập vào link có được:https://launchpad.net/ |
Technical details about this PPA |
Như vậy là ta đã có đầy đủ thông tin cần thiết.
Thêm repository vào hệ thống:
Chú lại hình trên, ta hãy lấy nội dung trong khung:
deb http://ppa.launchpad.net/numix/ppa/ubuntu xenial main
deb-src http://ppa.launchpad.net/numix/ppa/ubuntu xenial main
Và thêm vào cuối file /etc/apt/sources.listdeb-src http://ppa.launchpad.net/numix/ppa/ubuntu xenial main
Tiếp theo là nội dung dòng Signing key:
1024R/0F164EEB
Chú ý phần màu hồng ta hãy thay nó vào lệnh phía dưới và chạy nó:
# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0F164EEB
Như vậy là xong!
1 Comments
Van khong duoc anh a.Lam xong van khong the cai duoc goi kali-linux-full
ReplyDelete