Segmentation Fault when initializing Code Blocks in Fedora

0

Error presented:

  

Try to migrate conf-folder

     

The places where the configuration files and user-data files are   stored have been changed to be more standard-conform.

     

Now moving "/root/.codeblocks/share/codeblocks" to   "/root/.local/share/codeblocks" and "/root/.codeblocks" to   "/root/.config/codeblocks".

I am not able to install the codeblocks for a college project, the following error presented above at the end of the installation. The error occurred while running the system.

    
asked by anonymous 16.06.2016 / 01:28

1 answer

0

For me I was giving this same error in Fedora 24 using the official Fedora repository, I used the CodeBlocks repository, which always has the most current version and started working. Follow the script below to be happy: Home 1 - Download the file jenslody-codeblocks-fedora-24 .repo

2 - As root, copy the downloaded file to /etc/yum.repos.d/ folder,
3 - Still as root, run "dnf update codeblocks";
4 - Confirm the import of the public key from the CodeBlocks repository.

    
22.07.2016 / 01:06