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.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
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