I need a version of skopeo later than 1.6 when it run apt-get update and install i get 1.4.1 how can I get a later version?
Asked
Active
Viewed 358 times
1
-
Does this answer your question? Why don't the Ubuntu repositories have the latest versions of software? – user535733 Jun 14 '23 at 22:31
-
No that does not answer my question, I am asking if there is a way I can install the newer version even if it is not included in the apt library – Yehuda Schwartz Jun 14 '23 at 22:55
-
Sure: Download it from upstream and read the INSTALL file to figure out how to install it (since it won't be packaged). Note that this defeats the entire purpose of using an LTS --stability through unchanged software-- as you will be changing the software. – user535733 Jun 14 '23 at 22:57
-
To avoid hard-coded (i.e. strictly correct but not future-proof) answers specifying the targeted Ubuntu version should be probably accompanied by changing "a later" to "the latest" which is probably what was meant? – mirekphd Jan 06 '24 at 12:16
1 Answers
0
You could install Ubuntu 23.04.
The 23.04 repositories include Skopeo 1.9.

user535733
- 62,253
-
-
2@Levente this directly answers the question that was asked: "How can I get a later version?" Other answers are welcome, even short answers if little explanation is required. – user535733 Jun 15 '23 at 03:53