Announcement

Collapse
No announcement yet.

How to install Automatrix for Kubuntu

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to install Automatrix for Kubuntu

    I need a simple step by step instruction on how to install Automatrix for Kubuntu. The Automatrix site is great but frankly I got lost.

    I tried to download ubuntu ce ( I think that is correct or maybe cse) after reading that it comes with Automatrix. After burning the ISO and setting CMOS to make my CD Rom the primary boot device it would not autodetect. Ubuntu breezy is currently on the machine.

    Thanks

    #2
    Re: How to install Automatrix for Kubuntu

    Breezy.

    See this link http://ubuntuguide.org/wiki/Ubuntu#I...28Automatix.29
    "A problem well stated is a problem half solved." --Charles F. Kettering
    "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

    Comment


      #3
      Re: How to install Automatrix for Kubuntu

      Originally posted by clemkonan

      I need a simple step by step instruction on how to install Automatrix for Kubuntu.
      First off I am going to assume you mean Automatix (Graphical Installer Script for Kubuntu) instead of Automatrix.

      1: Edit your source list
      Code:
      kdesu kate /etc/apt/sources.list
      2: Add this to the bottom of your Source List
      Code:
      deb [url]http://www.getautomatix.com/apt[/url] breezy main
      3: Next put these codes in
      Code:
      wget [url]http://www.getautomatix.com/apt/key.gpg.asc[/url]
      Code:
      gpg --import key.gpg.asc
      Code:
      gpg --export --armor 521A9C7C | sudo apt-key add -
      4: Now update your source list
      Code:
      sudo apt-get update
      5: Now install Automatix
      Code:
      sudo apt-get install automatix
      6:Last but necessary
      Code:
      sudo apt-get install zenity
      I know you read the Automatix site but here is a link to what I just gave you http://getautomatix.com/wiki/index.p...6_.28Breezy.29

      Hope that helped!

      Comment

      Working...
      X