Testing question

Asked by Daryl Hughes

Hello.

Is there a possible way to run some sort of command or program to run a Link tester or something,
Like it would check on every program and file u have installed that will check the Links that the program it has in it and check if any thing is broken like an image or non workin button?

Im not talkin about HTML Linkchecker... But is there something like that for Programs in Ubuntu?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

The packages system manages that for you, so that the deps are met. It's one of the strengths in package based OSes rather than source. You can use ldd to show what libs a binary needs and uses.

Revision history for this message
Daryl Hughes (zorw2016) said :
#2

Thanks actionparsnip, that solved my question.