Announcement

Collapse
No announcement yet.

Automatix2 - solved

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

    Automatix2 - solved

    I'm trying to install Automatix2, using the method described here:
    http://www.getautomatix.com/wiki/ind...e=Installation

    Installing Automatix2 on (K,X)Ubuntu 7.04 i386,AMD64 (Feisty)

    From terminal do the following (ONE LINE AT A TIME HITTING ENTER AFTER EACH STEP):

    First Step:

    echo "deb http://www.getautomatix.com/apt feisty main" | sudo tee -a /etc/apt/sources.list

    Second Step:

    wget http://www.getautomatix.com/keys/automatix2.key

    Third Step:

    gpg --import automatix2.key

    Fourth Step:

    gpg --export --armor E23C5FC3 | sudo apt-key add -

    Fifth Step:

    sudo apt-get update

    Sixth Step:

    sudo apt-get install automatix2

    It all goes well - given a few more sudo - but in the end I get

    Code:
    nils@Kdugnad:/$ sudo apt-get install automatix2
    Leser pakkelister ... Ferdig
    Skaper oversikt over avhengighetsforhold
    Reading state information ... Ferdig
    Pakken automatix2 er ikke tilgjengelig, men en annen pakke henviser til den.
    Dette kan bety at pakken mangler, er utgått, eller bare finnes
    tilgjengelig fra en annen kilde.
    E: Pakken automatix2 har ingen installasjonskandidat
    nils@Kdugnad:/$
    Sorry, this is in Norwegian ...

    It says that the package automatix2 is not available etc. until E: The package automatix2 does not have any installation candidate.

    So, I'm stuck. What can I do?

    The problem was in my sources.list.

    Solved by using:

    http://www.ubuntu-nl.org/source-o-matic/

Working...
X