View Issue Details

IDProjectCategoryView StatusLast Update
0007657Kali LinuxKali Websites & Docspublic2022-08-29 21:32
ReporterMd Junayed Hossain Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version2020.3 
Summary0007657: Docbug on webpage "8.3. Advanced APT Configuration and Usage"
Description

Consulted documentation for Kali 2020.3 on how to configure apt to utilize an HTTP proxy. Consulted documentation on:

https://kali.training/topic/advanced-apt-configuration-and-usage/

specifically, the section that specifies how to add an HTTP or FTP proxy:

There are many other helpful configuration options and we certainly can’t cover them all, but one we will touch on involves network connectivity. For example, if you can only access the web through a proxy, add a line like Acquire::http::proxy "http://yourproxy:3128". For an FTP proxy, use Acquire::ftp::proxy "ftp://yourproxy".

The instructions don't mention it, but in order for those configuration options to be valid, they need to be terminated with a semi-colon (;). The paragraph should read:

There are many other helpful configuration options and we certainly can’t cover them all, but one we will touch on involves network connectivity. For example, if you can only access the web through a proxy, add a line like Acquire::http::proxy "http://yourproxy:3128";. For an FTP proxy, use Acquire::ftp::proxy "ftp://yourproxy";.

Steps To Reproduce

N/A

Additional Information

N/A

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-04-05 14:24 Md Junayed Hossain New Issue
2022-04-05 14:24 Md Junayed Hossain Issue generated from: 0006683
2022-04-05 17:15 Md Junayed Hossain Issue cloned: 0007658
2022-08-29 21:32 Gamb1t Assigned To Gamb1t =>
2022-08-29 21:32 Gamb1t Status assigned => closed
2022-08-29 21:32 Gamb1t Resolution open => duplicate