[GH-ISSUE #224] copy-router-config : Depends: perl-cisco-copyconfig #187

Open
opened 2026-02-26 04:30:42 +03:00 by kerem · 1 comment
Owner

Originally created by @remithzu on GitHub (Jan 14, 2020).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/224

when i want to install all package it's showing this message

Reading package lists... Done
Building dependency tree Reading state information... Done
Some packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies: 
copy-router-config : Depends: perl-cisco-copyconfig but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

how to solve this?
PC: Ubuntu 18.04.3

Originally created by @remithzu on GitHub (Jan 14, 2020). Original GitHub issue: https://github.com/LionSec/katoolin/issues/224 when i want to install all package it's showing this message ```bash Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: copy-router-config : Depends: perl-cisco-copyconfig but it is not going to be installed E: Unable to correct problems, you have held broken packages. ``` how to solve this? PC: Ubuntu 18.04.3
Author
Owner

@s-h-3-l-l commented on GitHub (Jan 14, 2020):

Maybe installing copy-router-config with aptitude helps since aptitude has better dependency management.
Try

sudo aptitude install copy-router-config;

and choose the solution that you think is best or post the error message.

If the above succeeds installing all tools from katoolin should work again.

<!-- gh-comment-id:574357315 --> @s-h-3-l-l commented on GitHub (Jan 14, 2020): Maybe installing ```copy-router-config``` with aptitude helps since aptitude has better dependency management. Try ``` sudo aptitude install copy-router-config; ``` and choose the solution that you think is best or post the error message. If the above succeeds installing all tools from katoolin should work again.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/katoolin-LionSec#187
No description provided.