apt-get -o DPkg::options::=--force-confmiss --reinstall install <package>
Thanks to skanx, the original post can be found at Force apt-get to reinstall config files | 6log
A bit of everything.
Topics may include electronics, Linux/Debian, ...
- A little reminder and information page for friends,
myself and maybe visitors from around the world ;-)
apt-get -o DPkg::options::=--force-confmiss --reinstall install <package>
pdfTeX warning: pdflatex (file ./fig/fig_FooBar.pdf): PDF inclusion: found PDF version <1.5>, but at most version <1.4> allowed [...]Then give pdfTeX this command:
\pdfminorversion=5This way pdfTeX builds the document with pdf Version 1.5 instead of 1.4.
> file document.pdfAfter:
document.pdf: PDF document, version 1.4
> file document.pdfand no more warnings.
document.pdf: PDF document, version 1.5