Now Codeblocks 20.03 is available. But I want to install codeblocks's previous version 17.12. Is it possible to install the previous version on ubuntu 20.04? If yes then how? Please help me to do it and If I install the previous version will it do any misbehave?
Asked
Active
Viewed 235 times
1
-
What happens when you use this https://sourceforge.net/projects/codeblocks/files/Binaries/17.12/Linux/Debian%20stable/ ? – kortewegdevries Sep 12 '20 at 11:52
-
1Does this answer your question? How to install latest Code::Blocks from tar.xz? Though the title says latest, the question was about 17.12. – Kulfy Sep 12 '20 at 14:56
1 Answers
1
At first you have to download the file that you want to install. As you says the version 17.12 is in tar.xz package.
So you have to extract it by using this command
tar xvf /filename/
. After extracting install all .deb file using sudo dpkg -i *.deb
.
Happy Coding.

Satyajit Roy
- 146
- 1
- 4