Jump to content

Ubuntu:Konversi paket .rpm ke .deb: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 January 2023

24 January 2023

  • curprev 17:3517:35, 24 January 2023 Kangtain talk contribs 541 bytes −7 Software Tag: Visual edit
  • curprev 17:3417:34, 24 January 2023 Kangtain talk contribs 548 bytes +548 Created page with "Langkah-langkah untuk mengonversi file RPM Nmap ke debformat Debian/Ubuntu untuk instalasi di Debian/Ubuntu ==Software== <syntaxhighlight lang="bash"> sudo apt-get install alien </syntaxhighlight> Ubah .rpm ke .deb masukan perintah berikut <syntaxhighlight lang="bash"> sudo alien nmap-5.21-1.x86_64.rpm </syntaxhighlight> Install paket yang sudah dikonversi menjadi .deb dengan perintah berikut <syntaxhighlight lang="bash"> sudo dpkg --install nama-packet.deb </syntax..."