A
A
Asya2019-03-06 13:00:51
linux
Asya, 2019-03-06 13:00:51

How to install programs on linux kali?

How to install anything on linux kali?

[email protected]:~# 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/"

I tried to do it like this:
[email protected]:~# gdebi google-chrome-stable_current_amd64.deb
bash: gdebi: command not found

[email protected]:~# 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?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Talyan, 2019-03-06
@flapflapjack

why do you use gdebi in a system with apt?
And to avoid 404 Not Found, do apt-get update Update
the distribution kit at the very least.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question