Как установить хоть что-нибудь на линукс kali?
root@kali:~# cat /etc/*release*
PRETTY_NAME="Kali GNU/Linux 1.0"
NAME="Kali GNU/Linux"
ID=kali
VERSION="1.0"
VERSION_ID="1.0"
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.kali.org/"
SUPPORT_URL="http://forums.kali.org/"
BUG_REPORT_URL="http://bugs.kali.org/"
Попробовала сделать так:
root@kali:~# gdebi google-chrome-stable_current_amd64.deb
bash: gdebi: command not found
root@kali:~# apt-get install gdebi
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libnfc3 libruby ruby-crack ruby-diff-lcs ruby-rspec ruby-rspec-core
ruby-rspec-expectations ruby-rspec-mocks ruby-simplecov ruby-simplecov-html
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
gdebi-core gir1.2-vte-2.90
The following NEW packages will be installed:
gdebi gdebi-core gir1.2-vte-2.90
0 upgraded, 3 newly installed, 0 to remove and 54 not upgraded.
Need to get 606 kB of archives.
After this operation, 1,860 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
gdebi-core gir1.2-vte-2.90 gdebi
Install these packages without verification [y/N]? y
Err http://http.kali.org/kali/ kali/main gdebi-core all 0.8.7
404 Not Found
Err http://http.kali.org/kali/ kali/main gir1.2-vte-2.90 amd64 1:0.32.2-1
404 Not Found
Err http://http.kali.org/kali/ kali/main gdebi all 0.8.7
404 Not Found
Failed to fetch http://http.kali.org/kali/pool/main/g/gdebi/gdebi-core_0.8.7_all.deb 404 Not Found
Failed to fetch http://http.kali.org/kali/pool/main/v/vte3/gir1.2-vte-2.90_0.32.2-1_amd64.deb 404 Not Found
Failed to fetch http://http.kali.org/kali/pool/main/g/gdebi/gdebi_0.8.7_all.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?