APT /etc/apt/apt.conf.d/01-vendor-ubuntu

Original 📋 Ubuntu 18.04 LTS (Bionic Beaver) 1 lines

Works On

Viewing:
Ubuntu 18.04 LTS (Bionic Beaver)
Same on:
Other versions:

Details

Size
1 lines
MD5
5232396660502461fc834c0a1229dbe4
SHA256
01dd1795725cd8756921fb782733e38b53d8cd5b91c48a81397185d45babedc6
/etc/apt/apt.conf.d/01-vendor-ubuntu
Acquire::Changelogs::AlwaysOnline "true";

Copy & Paste

curl:
curl https://exampleconfig.com/api/v1/config/original/5232396660502461fc834c0a1229dbe4?hint=01-vendor-ubuntu
wget:
wget -O 01-vendor-ubuntu https://exampleconfig.com/api/v1/config/original/5232396660502461fc834c0a1229dbe4?hint=01-vendor-ubuntu

For AI Agents

<prompt><role>DevOps agent</role><source url='https://exampleconfig.com/api/v1/config/original/5232396660502461fc834c0a1229dbe4?hint=01-vendor-ubuntu' /><config><app>APT</app><os>Ubuntu 18.04 LTS (Bionic Beaver)</os><location>/etc/apt/apt.conf.d/01-vendor-ubuntu</location><lines>1</lines><md5>5232396660502461fc834c0a1229dbe4</md5><sha256>01dd1795725cd8756921fb782733e38b53d8cd5b91c48a81397185d45babedc6</sha256></config></prompt>

Paste into Claude, ChatGPT, or any AI assistant.

Install APT

Debian

sudo apt update && sudo apt install apt

Ubuntu

sudo apt update && sudo apt install apt

File Location

File Path
/etc/apt/apt.conf.d/01-vendor-ubuntu
Directory
/etc/apt/apt.conf.d/
Significance
System-wide configuration directory
Description
Files in /etc/ contain system-wide configuration settings that affect all users.

FAQ

When should I use this 01-vendor-ubuntu?

Use it to restore a missing default, confirm what shipped, or diff against your current APT config.

How do I restore APT defaults?

Download the file, back up the current one in /etc/apt/apt.conf.d/01-vendor-ubuntu, replace it, then reload or restart APT.

Is 01-vendor-ubuntu safe for production?

It is the vendor default for Ubuntu 18.04 LTS (Bionic Beaver). Treat it as a baseline and review security and performance settings before production use.

How does this differ from other OS versions?

Defaults vary by distro and version. This copy matches Ubuntu 18.04 LTS (Bionic Beaver).

Can I use this for APT troubleshooting?

Yes. Diff it against yours to find drift, then restore only the sections you need.