pages*: fix various proper names, acronyms and initialisms (#12494)

This commit is contained in:
Vitor Henrique
2024-03-14 02:01:06 -03:00
committed by GitHub
parent 33770df77d
commit 935d605998
243 changed files with 415 additions and 415 deletions

View File

@@ -1,17 +1,17 @@
# apt-add-repository
> ควบคุมและจัดการที่อยู่ของคลัง apt.
> ควบคุมและจัดการที่อยู่ของคลัง APT.
> ข้อมูลเพิ่มเติม: <https://manpages.debian.org/latest/software-properties-common/apt-add-repository.1.html>
- เพิ่มที่หมายของคลัง apt:
- เพิ่มที่หมายของคลัง APT:
`apt-add-repository {{ที่อยู่จำเพาะของคลัง}}`
- ลบคลัง apt:
- ลบคลัง APT:
`apt-add-repository --remove {{ที่อยู่จำเพาะของคลัง}}`
- อัพเดตข้อมูลแคชหลังจากเพิ่มคลัง apt:
- อัพเดตข้อมูลแคชหลังจากเพิ่มคลัง APT:
`apt-add-repository --update {{ที่อยู่จำเพาะของคลัง}}`