1

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?

muru
  • 197,895
  • 55
  • 485
  • 740

1 Answers1

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