Hello friends, we installed Pardus and we wanted to set up our own programs on Pardus, but some programs are published as .deb and .rpm.. I also faced such a problem, for example, I did some research because the program I wanted to install did not support AVG Antivirus Pardus.. I saw that as I said in my previous article, Pardus does not have RPM support yet.. unfortunately. Currently, it only supports the installation of programs in its own repository folder.
A program that I came across while surfing the Internet caught my attention.
Name: Kendikur
So what is it, what does Kendikur do? ?
Let me talk about it right away …
You can see the project at this website. Project Admins : A program written by dcelasun, aiming to install packages that are not yet available for Pardus.. So you understand, a solution for RPM and DEB packages …
It only supports .deb packages for now, but I’m sure it will support RPM and other packages from now on.. The installation and operation of the program is very simple.
For this program, which provides the installation of RPM and DEB packages for Pardus, you can download the program at the following address.
When we download the program, we see immediately-pre-alpha- Package 0.0.3.tar.gz is coming. I downloaded this package to my desktop, namely /home/TEAkolik/desktop directory.
After downloading the program, I enter the console
cd /home and enter the home folder. From the Home folder, I went to the desktop with cd TEAkolik and cd Desktop, that is, the directory where I downloaded the package. Actually, you can simply call it cd /home/TEAkolik/Desktop I can say that this is my routine that I have made a habit of. Anyway, let’s skip this and continue.
tar -xzvf immediatelykur-pre-alpha-0.0.3.tar.gz
We enable the package to be converted from compressed form to folder. In short, we open the package.
After giving this command
we enter the opened directory.
cd immediately*
Now the name of the package as in the above command I wrote it by putting a * sign at the end without giving it completely, it will be easier for you, you can write some of the long package names instead of writing * and press enter. This is a way I make a habit of saving it from labor
Or you can write cd immediatelykur-pre-alpha-0.0.3 and press enter.
Yes, we are in our folder now.
[email protected] immediatelykur-pre-alpha-0.0.3 $
While you are here
If you give the ls command and press enter, you can see the files in the folder.
toolbox.py BENI_OKU debian.py immediatelykur immediatekur_kur LICENSE.txt
Among these files, we will install our program on our system with the immediatekur_install command.. But before that, we have to login to the system with Root.
su root
If you type the command and press Enter, it will ask you for the root password.. We type the root password in the console and press Enter and continue the installation after we get Root privileges.
./instant_install
I gave the command and it came up
[email protected] immediatekur-pre-alpha-0.0.3 $ su root
Password:
TEAkolik immediate-pre-alpha-0.0.3 # ./hemenkur_kur
———————
Installing KendiKur pre-alpha 0.0.3
Duru Can Celasun 2007
————————
Please note ! This program is in its infancy at the very beginning of the development process!
It should not be used except for those who want to test it!
Every precaution has been taken not to damage the system stability, but the system owner is responsible for any errors that may arise from use!
If you want to continue despite the warning above and accept the GPLv3 license (you can find it in the package), type “yes” and press enter: yes
Creating installation directories…
Copying files…
—————————
Installation is complete!
You can run immediateInstallation from the console with the “instantly” command.
For detailed information “immediately –help”
A screen like this will appear on this screen, as you can see above, it will ask you YES to complete the installation.. If you write yes in small letters and press enter, we will have finished the installation.
We have installed the immediate package on our system.. After immediatekur installation, in my next article, I will explain the usage and the installation of the DEB package to the system with an example.