As you know, installing programs on Linux systems is traditionally done using the command line from the repository. However, now many systems provide visual software repositories, for example, Ubuntu Software Center. But we will consider the first method. To work with the report generator FastReport.Mono, you will need a development environment. There are not many options - monoDevelop. In this IDE, you can compile FastReport.Mono projects and create your own, using the components.
Let's install monoDevelop.
To do this, you need to switch to the root user, because only he is allowed to install programs. This is done with the su command. Then enter the password and here it is.
First of all, we add a repository, where from we will install monoDevelop:
rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
...