V
V
Vincent Moro2020-02-25 21:45:50
linux
Vincent Moro, 2020-02-25 21:45:50

Is it possible to download the program of the version you want in ubuntu?

Since no one answered my last question ( https://qna.habr.com/q/721153), I have to go around workarounds. Is it possible to install the program of the version that is more needed. Let's say Atom has version 1.26, but I want 1.41.0-dev. Is there such a command in the linux ubuntu terminal?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
neol, 2020-02-25
@Vincent_Moro29A

Atom has an official repository. You can connect it according to the instructions and update to the latest version via apt-get or find a package there with the exact version you need and install it manually.

A
Andrey, 2020-02-25
@VladimirAndreev

https://github.com/atom/atom/releases/download/v1....
2 minutes of searching...

C
CityCat4, 2020-02-26
@CityCat4

Let's say Atom has version 1.26, but I want 1.41.0-dev. Is there such a command in the linux ubuntu terminal?

Wanting is not harmful :)
Download the sources, collect, install. True, the new version may require new libraries, the layout of the configs and the installation of patches will not be done - but this is all on your responsibility.
Teams?
Usually:
configure
make
make install

Although cmake is now ubiquitous - it can be used

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question