Module apt

Entities

entity apt::Repository

Parents: std::Entity

An apt repository

attribute string name
attribute string repo
attribute string base_url
attribute bool trusted=False
attribute string release
relation std::Host host [1]

other end: std::Host.repository [0:*]

The following implementations are defined for this entity:

The following implements statements select implementations for this entity:

Implementations

implementation apt::simpleRepo

Handlers

class apt.AptPackage

A Package handler that uses apt

TODO: add latest support