Module apt#

Entities#

entity apt::Repository#

Parents: std::Entity

An apt repository

attribute string name#
attribute string base_url#
attribute string release#
attribute string repo#
attribute bool trusted=false#
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