Cara Instal Aplikasi di Linux Ubuntu
The installation applications files for Ubuntu are
different. File instalasi aplikasi untuk Ubuntu berbeda. Here you will learn
how to install application in Ubuntu Linux , including several different
types of files, .deb, .rpm, .bin, .tar.gz, INSTALL, .sh, etc. Here will take
install RPM files as an example. Di sini Anda akan belajar cara menginstal
aplikasi di Ubuntu Linux, termasuk berbagai jenis file,. Deb,. Rpm,. Bin,..
Tar.gz, INSTALL, sh, dll Berikut akan menginstal file RPM sebagai contoh. After
the steps, you can install applications in Linux Ubuntu freely. Setelah
langkah-langkah, Anda dapat menginstal aplikasi di Linux Ubuntu secara bebas.
Related Tutorials : Tutorial
Terkait:
- How to Run Windows Applications in Ubuntu Linux Cara Jalankan Aplikasi Windows di Linux Ubuntu
- How to install Azureus in Linux? Bagaimana menginstal Azureus di Linux?
- How to install and use QuickTime Player in Windows 7 Cara menginstal dan menggunakan QuickTime Player di Windows 7
- How to install ATI HD 3050 AGP Video Card in Windows 7 Bagaimana menginstal ATI HD 3050 AGP Video Card pada Windows 7
- How To Block Websites in Your Firefox Cara Blok Situs-situs Web di Firefox Anda

Step
1. Langkah 1. Call out RPM Install Alien Panggilan keluar RPM Install Alien
To start converting, open the
Terminal and type in "sudo apt" to get install alien. Untuk memulai
konversi, buka Terminal dan ketik "sudo apt" untuk mendapatkan
install asing. And then enter your password. Dan kemudian masukkan sandi Anda.
After entering, press the return key. Setelah masuk, tekan tombol kembali. You
will see some code scroll by quickly, Type "Y" to continue and press
the return key. Anda akan melihat beberapa gulir kode dengan cepat, Ketik
"Y" untuk melanjutkan dan tekan tombol kembali.
Step
2. Langkah 2. Move the RPM File to Desktop Pindahkan RPM File untuk Desktop
Wait the Alien application
installing for a few minutes. Tunggu Alien menginstal aplikasi selama beberapa
menit. Once finished, move the RPM file to your Desktop and open the Terminal.
Setelah selesai, memindahkan file RPM ke Desktop dan membuka Terminal. Type: cd
Desktop. Jenis: Desktop cd. This will point your Terminal to your Desktop
directory where the RPM file saved. Hal ini akan mengarahkan Anda ke direktori
Terminal Desktop Anda di mana RPM file yang disimpan.
Step
3. Langkah 3. Convert RPM File to DEB Files RPM Mengkonversi File untuk DEB
File
Now, to install the RPM file, in the
Terminal, type: sudo alien -k filename.rpm. Sekarang, untuk menginstal file
RPM, di Terminal, ketik: sudo alien-k filename.rpm. Replace filename.rpm with
the real RPM file name, press the return key. filename.rpm Ganti dengan nama
file RPM riil, tekan tombol kembali. It will convert the RPM file to a DEB
file. Ini akan mengkonversi file RPM ke file DEB. Once finished, you just need
to install the DEB file. Setelah selesai, Anda hanya perlu menginstal file DEB.
Step
4. Langkah 4. Install DEB Files to Ubuntu Install DEB File untuk Ubuntu
DEB files are the default
installation file for Ubuntu. file DEB adalah default file instalasi untuk
Ubuntu. If allowed, you should choose a .deb file over any other file type.
Jika diizinkan, Anda harus memilih file deb. Atas semua jenis file lain. It's
easy to install the .deb file on Ubuntu . Sangat mudah untuk menginstal
Ubuntu deb. File di. When you are given an option for the types of files to
download, you should save the file to your desktop. Bila Anda diberi pilihan
untuk jenis file untuk men-download, Anda harus menyimpan file ke desktop Anda.
Double click on the file and then click "Install Package" to install
the file. Double klik pada file dan kemudian klik "Install Paket"
untuk menginstal file. Close the window when finished. Tutup jendela ketika
selesai.
Tips
on BIN file and Tar.Gz Archive Installing Tips untuk file BIN dan tar.gz Arsip
Instalasi
To install BIN file is similar to
install RPM file. Untuk menginstal file BIN mirip untuk menginstal file RPM.
Just do the similar steps.In addition, many programs are still wrapped in a
tar.gz archive folder. Lakukan saja penambahan steps.In serupa, banyak program
masih terbungkus dalam folder arsip tar.gz. The steps on how to install an
application from tar.gz in Ubuntu Linux are in the following. Langkah-langkah
tentang cara menginstal aplikasi dari tar.gz di Ubuntu Linux di bawah ini.
- Download the tar.gz to your desktop Download tar.gz pada desktop Anda
- Open the Terminal and type: cd desktop Buka Terminal dan ketik: cd desktop
- In the same Terminal window, type: cd foldername. Pada jendela Terminal yang sama, ketik foldername: cd. Within the folder you can extract the tar.gz files. Dalam folder Anda dapat mengekstrak file tar.gz.
- Find the program-installer file inside the folder. Cari file program-installer di dalam folder. To install this, type in the Terminal: sh program-installer Untuk menginstal, ketik di Terminal: program installer-sh
Comments
Post a Comment