Post

Fix "apt-transport-https" Could Not Installed On Kali Linux

How To Solved “Is The Package apt-transport-https installed” After Typing The Command “apt-get update” On Kali Linux

My Little Notes - This problem just happened on Kali Linux mine. After change the repository on Kali Linux suddenly when it want update a message like this “N: Is the package apt-transport-https installed?” 

I trying to install this package with command “apt-get install apt-transport-https” and package can’t show to installing.

In the beginning i will install Virtualbox-Guest-addition on Kali Linux, before install has been type command for install kernel-headers but nothing.

I’m using Kali Linux 64 bit on Virtualbox, and finally i find on repository debian for download this package. Following the way download package “apt-transport-https” :

For Kali Linux 32 Bit

wget http://ftp.us.debian.org/debian/pool/main/a/apt/apt-transport-https_1.0.9.8.2i386.deb
copy paste this command for download above to your terminal
After downloaded, try this command with _“dpkg -i apt-transport-https_1.0.9.8.2_i386.deb”

For Kali Linux 64 Bit

wget http://ftp.us.debian.org/debian/pool/main/a/apt/apt-transport-https_1.0.9.8.2amd64.deb
copy paste this command for download above to your terminal
After downloaded, try this command with _“dpkg -i apt-transport-https_1.0.9.8.2_amd64.deb”

I don’t know why kali-linux not use latest version apt-transpot-https, maybe kali linux debian based so all packages or library still using old version.
And you’ll get this output like this screenshot below :

information : make sure your repository on /etc/apt/sources.list has inserted corectly.

Thanks

This post is licensed under CC BY 4.0 by the author.