I am new to ubuntu.I have a 16.04 LTS ubuntu.I have make 4.1.I need to downgrade it to 3.81 or 3.82.I have tried a lot of solutions but none of them seem to work.
I have tried using the synaptic manager too but it doesnt show force version option.
I am new to ubuntu.I have a 16.04 LTS ubuntu.I have make 4.1.I need to downgrade it to 3.81 or 3.82.I have tried a lot of solutions but none of them seem to work.
I have tried using the synaptic manager too but it doesnt show force version option.
We can download make 3.81 (or 3.82, or any other) and install it.
Go to this folder and install like this (see also detailed how to install a .tar.gz file):
./configure
make
sudo make install
make
on ubuntu 16.04 using linked answer and copied the binary.
this gave segfault errors, so this patch was needed aswell:
https://askubuntu.com/questions/1424919/gun-make-3-82-run-error-on-ubuntu-20-04-segmentation-fault-core-dumped
– Flo
Sep 15 '22 at 05:20