All Projects → cybozu-go → Aptutil

cybozu-go / Aptutil

Licence: mit
Go utilities for Debian APT repositories

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Aptutil

Apt Smart
apt-smart: Smart, automated, robust apt-get mirror selection for Debian, Ubuntu and Linux Mint
Stars: ✭ 153 (+61.05%)
Mutual labels:  mirror, ubuntu, debian, apt
Aptly
aptly - Debian repository management tool
Stars: ✭ 2,065 (+2073.68%)
Mutual labels:  ubuntu, debian, apt
Aptsources Cleanup
Detects and interactively deactivates duplicate Apt source entries and deletes sources list files without valid enabled source entries (as requested in https://askubuntu.com/a/762815/175814).
Stars: ✭ 381 (+301.05%)
Mutual labels:  ubuntu, debian, apt
Switch Apt Mirror.ansible.role
switch apt mirror for Debian & Ubuntu with Ansible role.
Stars: ✭ 5 (-94.74%)
Mutual labels:  ubuntu, debian, apt
Linux face unlock
A face authentication system for Ubuntu that works while logging in and running "sudo" commands with a friendly CLI to operate it.
Stars: ✭ 55 (-42.11%)
Mutual labels:  ubuntu, debian
Molior
Molior - Debian Build System
Stars: ✭ 53 (-44.21%)
Mutual labels:  debian, apt
Ansible Wordpress
Ansible role to set up (multiple) wordpress installations in Debian-like systems (using wp-cli)
Stars: ✭ 58 (-38.95%)
Mutual labels:  ubuntu, debian
Ucaresystem
An all-in-one, one click system maintenance application for Ubuntu/Debian operating systems and derivatives
Stars: ✭ 69 (-27.37%)
Mutual labels:  ubuntu, debian
Debootstick
Generate a bootable live image from any Debian/Ubuntu filesystem tree.
Stars: ✭ 48 (-49.47%)
Mutual labels:  ubuntu, debian
Hardware
The devices I have, what runs on them, their configurations, issues, solutions, and associated projects
Stars: ✭ 67 (-29.47%)
Mutual labels:  ubuntu, debian
Debreate
A utility for creating Debian packages.
Stars: ✭ 70 (-26.32%)
Mutual labels:  ubuntu, debian
Spocon
SpoCon - A Spotify Connect Client for Debian , Ubuntu and Raspberry Pi based on librespot-java
Stars: ✭ 51 (-46.32%)
Mutual labels:  ubuntu, debian
Certbot Install
Install the latest Certbot in a breeze. Great for Ubuntu Focal 20.04, and other Linux/Mac.
Stars: ✭ 50 (-47.37%)
Mutual labels:  ubuntu, debian
Dockstarter
DockSTARTer helps you get started with home server apps running in Docker.
Stars: ✭ 1,265 (+1231.58%)
Mutual labels:  ubuntu, debian
Ansible Mariadb Galera Cluster
Stars: ✭ 49 (-48.42%)
Mutual labels:  ubuntu, debian
Jdk switcher
A yet another Ubuntu/Debian-specific tool that makes switching between multiple JDK versions a one liner
Stars: ✭ 69 (-27.37%)
Mutual labels:  ubuntu, debian
Linux Baytrail Flexx10
Install GNU/Linux on NextBook Flexx 10.1
Stars: ✭ 73 (-23.16%)
Mutual labels:  ubuntu, debian
Jlivecd
Live cd/dvd customization tool
Stars: ✭ 72 (-24.21%)
Mutual labels:  ubuntu, debian
Packer Templates
Stars: ✭ 90 (-5.26%)
Mutual labels:  ubuntu, debian
Zfs Installer
Shell script program that prepares ZFS on a system, and installs Linux
Stars: ✭ 88 (-7.37%)
Mutual labels:  ubuntu, debian

GitHub release GoDoc CircleCI Go Report Card

go-apt-cacher is a caching reverse proxy built specially for Debian (APT) repositories.
This repository also contains a mirroring utility go-apt-mirror.

Blog: Introducing go-apt-cacher and go-apt-mirror

Status

This project is currently in maintenance mode and is not expected to receive feature updates. Bugfixes and such will still be performed if needed.

Features

go-apt-cacher

  • Checksum awareness
    go-apt-cacher recognizes APT indices and checks downloaded files automatically.
  • Reverse proxy for http and https repositories
  • LRU-based cache eviction
  • Smart caching strategy specialized for APT

go-apt-mirror

  • Atomic update of mirrors
    Clients will never see incomplete/inconsistent mirrors.
  • Checksum validation of mirrored files
  • Ultra fast update compared to rsync
  • Parallel download
  • Partial mirror

Install

Pre-built binaries are available on releases.

Unpack one and follow usage instructions.

Usage

Deploy

Both go-apt-cacher and go-apt-mirror can be deployed via the jacksgt/aptutil Docker Image. For more information head over to the source repository.

Build

Use an officially supported version of Go.

Run the command below exactly as shown, including the ellipsis. They are significant - see go help packages.

go get -u github.com/cybozu-go/aptutil/...

License

MIT

Authors & Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].