Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 2953  / 1 Year ago, sat, march 18, 2023, 10:59:55

I find myself with a use for GNU Make's grouped target feature which made its appearance in 4.3. I am only running Ubuntu 20.04 though, so I still have 4.2.1. Is it possible to find that version of make without upgrading to 21.04?


More From » 20.04

 Answers
5

You can simply download newer deb-package from 21.10 repository and install it by using commands below:


cd ~/Downloads
wget -c http://archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make_4.3-4ubuntu1_amd64.deb
sudo apt-get install ./make_4.3-4ubuntu1_amd64.deb

[#861] Sunday, March 19, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
freezidepu

Total Points: 394
Total Questions: 105
Total Answers: 118

Location: Libya
Member since Mon, Dec 7, 2020
3 Years ago
freezidepu questions
Tue, Apr 19, 22, 16:03, 2 Years ago
Fri, Nov 11, 22, 18:04, 2 Years ago
;