Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package m17n-cu can not be installed on Debian 11 #4

Open
petr-fedorov opened this issue Sep 10, 2021 · 2 comments
Open

Package m17n-cu can not be installed on Debian 11 #4

petr-fedorov opened this issue Sep 10, 2021 · 2 comments
Assignees
Labels

Comments

@petr-fedorov
Copy link

The following errors are reported by apt-get update :

E: Репозиторий «http://ppa.launchpad.net/aleksandr-andreev/sci/ubuntu impish Release» не содержит файла Release.
N: Обновление из этого репозитория нельзя выполнить безопасным способом, поэтому по умолчанию он отключён.
N: Информацию о создании репозитория и настройках пользователя смотрите в справочной странице apt-secure(8).
W: Ошибка GPG: http://www.ponomar.net/apt ./ Release: Следующие подписи неверны:     48C34E173826A9EDFC822569534C92AEAFB6446E
E: Репозиторий «http://www.ponomar.net/apt ./ Release» не подписан.
N: Обновление из этого репозитория нельзя выполнить безопасным способом, поэтому по умолчанию он отключён.
N: Информацию о создании репозитория и настройках пользователя смотрите в справочной странице apt-secure(8).
@petr-fedorov
Copy link
Author

I've found a workaround: add the following lines to /etc/apt/sources/list:

deb [trusted=yes] http://ppa.launchpad.net/aleksandr-andreev/sci/ubuntu bionic main 
deb-src [trusted=yes] http://ppa.launchpad.net/aleksandr-andreev/sci/ubuntu bionic main 

[trusted=yes] turns errors into warnings and it is now possible to install the package

@typiconman
Copy link
Owner

Looks like there's a bad GPG key. This needs to be fixed.

@typiconman typiconman added the bug label Sep 10, 2021
@typiconman typiconman self-assigned this Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants