On Thu, Jul 19, 2007 at 05:17:27PM -0700, Andrew Sackville-West wrote: > On Thu, Jul 19, 2007 at 04:30:40PM -0700, stuseven wrote: > > > > My question is: what libraries need to be refreshed or replaced > > to get Inkscape in Debian working again ? Note - reinstalling > > Inkscape does not fix this problem. > > no, you need to reinstall its dependencies, most likely. > > My bash/sed/awk foo is pretty weak, but this produces what I think are > the desired results: > > andrew@basement:~$ apt-cache show inkscape | grep -i depends | sed -e > 's/,/\n/g' -e 's/Depends://' | awk ' {print $1} ' | xargs aptitude -s > reinstall hmmm... this is better apt-cache depends inkscape | awk '/Depends/{ print $2 }' | xargs \ aptitude reinstall A
Attachment:
signature.asc
Description: Digital signature