Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Feb 04 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Feb 04

You do not run as root as in Debian or Fedora in Ubuntu where you can log on
as root or switch user to root. In Ubuntu you use sudo before the command
that requires root permissions. In this case preface your alien command with
the word sudo.

sudo alien -d package-name.rpm

Share: