If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
To fix a problem I'm having it was suggested that I downgrade libtool to version 1.5.2. Is there a way to go about this within the framework of apt? The current version installed is 2.2.4.
after the downgrade you may want to pin it > Pinning version
Be careful, simulate first. The apt has the -s option:
man apt-get:
-s, --simulate, --just-print, --dry-run, --recon, --no-act
No action; perform a simulation of events that would occur but do not actually change the system.
or download the package: libtool (1.5.26-1ubuntu1) and use the dpkg...
Comment