Skip to content

apt_package should support local installation of deb packages providing a less horrible interface than apt itself #5760

Description

@lamont-granquist

see #5685

the typical way that ubuntu/debian admins install a local package on the command line and get depsolving is to either:

  • apt-get install -f ./package.deb and have that fail
  • apt-get -yf install when the former fails

or to:

  • copy the deb to /var/cache/apt/archives/
  • apt-get install package

see https://unix.stackexchange.com/questions/159094/how-to-install-a-deb-file-by-dpkg-i-or-by-apt

we should fix it so that users can just:

apt_packge ./package.deb

and have it work the same way that yum supports localinstall of rpms transparently.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions