#!/bin/bash

#text=$(sed -n '/^Dependencies:/,/^Cached:/{$d;s/Dependencies: *//;p;}' file)

#echo "$text"

sed -n '/^Dependencies:/,/^Cached:/{$d;s/Dependencies: *//;p;}'