Обьясните, пожалуйста, как пропатчить рпм nmap в deb? И еще вопрос: nmap попытался определить версию ОС, выдал 5 ос с шансом около 90%, это так всегда? всегда такой разброс?
Steps for converting Nmap RPM files to Debian/Ubuntu deb format for installation on Debian/Ubuntu 1. If you don't have the alien command, install it with a command such as sudo apt-get install alien 2. Download the Nmap RPMs for your platform (x86 or x86-64) from http://nmap.org/download.html. This description will use nmap-5.21-1.x86_64.rpm 3. Verify the download integrity as described in the section called “Verifying the Integrity of Nmap Downloads”. 4. Generate a Debian package with a command such as sudo alien nmap-5.21-1.x86_64.rpm 5. Install the Debian package with a command such as sudo dpkg --install nmap_5.21-2_amd64.deb Вот как это описывается на оф. сайте. но я совсем не понял, как это сделать=\
Чем не устраивает пакет из репозитория? Если тебе установить из rpm надо, то примерно так: sudo apt-get install alien sudo alien -kci <package.rpm>