Apt transport https kali linux

How To Install apt-transport-https on Kali Linux

In this tutorial we learn how to install apt-transport-https on Kali Linux.

What is apt-transport-https

This is a dummy transitional package — https support has been moved into the apt package in 1.5. It can be safely removed.

There are three ways to install apt-transport-https on Kali Linux . We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.

Install apt-transport-https Using apt-get

Update apt database with apt-get using the following command.

After updating apt database, We can install apt-transport-https using apt-get by running the following command:

sudo apt-get -y install apt-transport-https 

Install apt-transport-https Using apt

Update apt database with apt using the following command.

After updating apt database, We can install apt-transport-https using apt by running the following command:

sudo apt -y install apt-transport-https 

Install apt-transport-https Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.

Читайте также:  Выдать права root пользователю linux

After updating apt database, We can install apt-transport-https using aptitude by running the following command:

sudo aptitude -y install apt-transport-https 

How To Uninstall apt-transport-https on Kali Linux

To uninstall only the apt-transport-https package we can use the following command:

sudo apt-get remove apt-transport-https 

Uninstall apt-transport-https And Its Dependencies

To uninstall apt-transport-https and its dependencies that are no longer needed by Kali Linux, we can use the command below:

sudo apt-get -y autoremove apt-transport-https 

Remove apt-transport-https Configurations and Data

To remove apt-transport-https configuration and data from Kali Linux we can use the following command:

sudo apt-get -y purge apt-transport-https 

Remove apt-transport-https configuration, data, and all of its dependencies

We can use the following command to remove apt-transport-https configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge apt-transport-https 

References

Summary

In this tutorial we learn how to install apt-transport-https using different package management tools like apt, apt-get and aptitude.

Источник

HackWare.ru

Этичный хакинг и тестирование на проникновение, информационная безопасность

Поддержка HTTPS репозиториями Kali Linux

Недавно в инфраструктуре Kali расширена поддержка HTTPS. Хотя страница загрузки Kali Linux и shasums всегда обслуживались через HTTPS, редиректор зеркал не использовал HTTPS. Теперь, когда образы генерируются еженедельно, безопасный доступ к редиректору зеркал стал важным.

https://cdimage.kali.org

Это адрес редиректора зеркал на образы Kali. Этот сервер принимает ваши запросы на загрузку с официальной страницы загрузки Kali Linux, и затем перенаправляет вас для загрузки запрошенного файла с самого географически близкого зеркала. Это также точка загрузки еженедельных сборок Kali – теперь с поддержкой HTTPS. Переход на этот редиректор через HTTPS перенаправит вас на сервер загрузки с включённым SSL, а незашифрованный HTTP запрос перенаправит на сервер с HTTP. Поддержка HTTP не убрана по той причине, что не все зеркала поддерживают HTTPS, поэтому выбор HTTPS в качестве единственной альтернативы может замедлить скорости скачивания. Критично ли для безопасности загружать образ Kali через HTTP? Нет, если вы делаете GPG верификацию скаченного образа.

Читайте также:  Can you run linux on iphone

https://http.kali.org

В качестве побочного продукта включения HTTPS на cdimage.kali.org, теперь также поддерживается доставка apt пакетов через HTTPS. Это означает, что репозитории пакетов Kali могут поддерживать HTTPS – т.е. теперь обновления Kali пересылаются по зашифрованному каналу. Отсутствие HTTPS при обновлении пакетов не является критичной проблемой, поскольку все скаченные обновления в любом случае проверялись на целостность и подлинность, но дополнительный уровень безопасности никогда не бывае лишним. Чтобы включить передачу apt HTTPS убедитесь, что установлен пакет apt-transport-https (он по умолчанию установлен в еженедельные образы и свежие релизы) и включите HTTPS передачу в вашем файле sources.list как это показано ниже:

sudo apt-get install apt-transport-https cat /etc/apt/sources.list deb https://http.kali.org/kali kali-rolling main non-free contrib # deb-src https://http.kali.org/kali kali-rolling main non-free contrib

Теперь информация о новых пакетах и сами обновления будут передаваться с зеркал, на которых включён HTTPS:

sudo apt-get update Сущ:1 https://mirrors.dotsrc.org/kali kali-rolling InRelease Чтение списков пакетов… Готово

Переход на HTTPS не является обязательным. В настоящее время, пока многие зеркала ещё не поддерживают HTTPS, переход на безопасное соединение может замедлить скорость скачивания пакетов.

Источник

apt-transport-https on Kali Linux

Please follow the steps below to install apt-transport-https package:

2. Uninstall / Remove apt-transport-https package

Please follow the guidelines below to uninstall apt-transport-https package:

3. Details of apt-transport-https package

Package: apt-transport-https
Source: apt
Version: 2.5.2
Installed-Size: 166
Maintainer: APT Development Team
Architecture: all
Depends: apt (>= 1.5~alpha4)
Size: 164096
SHA256: 344c8b717043d2cbad740b79fe2af9f601c63aea7869ab858fc05af3ec79b6e2
SHA1: 66fc1913d7092c0d72e1a6cd7ebb42f31e28e1bb
MD5sum: cc932e5c1007437c4972b9c35cae0659
Description: transitional package for https support
This is a dummy transitional package — https support has been moved into
the apt package in 1.5. It can be safely removed.
Description-md5: 42fb3fe23b1b826709a68809c25a3897
Multi-Arch: foreign
Tag: role::shared-lib
Section: oldlibs
Priority: optional
Filename: pool/main/a/apt/apt-transport-https_2.5.2_all.deb

4. References on Kali Linux

5. The same packages on other Linux Distributions

apt-transport-https (1.6.14) Ubuntu 18.04 LTS (Bionic Beaver)

apt-transport-https (1.2.35) Ubuntu 16.04 LTS (Xenial Xerus)

apt-transport-https (2.2.3) Ubuntu 21.04 (Hirsute Hippo)

Читайте также:  Удалить линукс минт терминала

apt-transport-https (2.1.10ubuntu0.3) Ubuntu 20.10 (Groovy Gorilla)

apt-transport-https (2.3.9) Ubuntu 21.10 (Impish Indri)

apt-transport-https (2.4.7) Ubuntu 22.04 LTS (Jammy Jellyfish)

apt-transport-https (1.8.2.3) Debian 10 (Buster)

Источник

5 tips to fix slow apt-get update or upgrade on Kali Linux

Every Kali Linux user have faced slower internet speed’s problem in apt-get update or apt-get upgrade or apt-get install with the official repository. Using unofficial repository is not safe for a user, we strongly recommended to use the official repository but it is very slow, it took hours to archive a major update or download a bigger tool, then How we can fix the slow apt-get update or upgrade in Kali Linux ?

fix slow apt-get update or upgrade on Kali Linux

In this tutorial we are going to cover the ways how we can fix apt-get update or upgrade on our Kali Linux system.

Good internet speed.

Choose a proper DNS server

Check for Domain Name Server by using following command :

sudo mousepad /etc/resolv.conf

This command will open a window like following:

kali default DNS

Here we will add Google’s Domain Name Server
8.8.8.8
8.8.4.4
This will look like following:

Google

Then we can save and close the config file.

Then we can clean by using following command:

Check the right repository.

We should check our repository by using following command:

sudo mousepad /etc/apt/sources.list

The screenshot of the command is following:

kali linux official repository

Download via the http secure protocol

We need to install a tool called apt-transport-https by using following command in our Kali Linux system:

sudo apt-get install apt-transport-https -y

http to https

    Then we save and close it, and run apt update command to update the repository. Then we can check the internet speed of downloading big tools or upgrading system we’re sure that the speed will increase.

5. Changing the HTTP

sudo mousepad /etc/apt/sources.list

These tricks should should help every user. So don’t forget to comment and follow us to stay updated. Now we are also available on Twitter & Medium.

Источник

Оцените статью
Adblock
detector