Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

xtaran/curses-apt-key

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: Since apt-key itself is deprecated and gui-apt-key has been removed from Debian for multiple reasons, I've stopped working on curses-apt-key as well.

curses-apt-key

curses-apt-key is a (still very hackish) text-mode interface to Debian's APT key management tool apt-key.

It is written from scratch in Perl and basically a text-mode clone of Joey Schulze's Perl/GTK based gui-apt-key. It also reuses some of gui-apt-key's internal Perl modules.

Dependencies

curses-apt-key depends on:

  • libcurses-ui-perl
  • gui-apt-key (needs its GAK::Backend)

Download

For now, the most recent code should always be available on Github.

Copyright and License

curses-apt-key is Copyright 2012-2015 Axel Beckert abe@deuxchevaux.org

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

On Debian systems, the complete text of the GNU General Public License version 2 can be found in /usr/share/common-licenses/GPL-2.