in reply to OT: how to install rpm file in debian
Personally I don't understand why you want perl to do the install for you. Could you provide some more info on what you're trying to do? It would be alot easier just to type the command on the CLI.#! /usr/bin/perl use strict; use warnings; system("apt-get install vsftp"); # Note I don't actually know if this +is the correct syntax for apt-get as I usually use the evil RHEL
|
|---|