Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
I'm new to linux and I'm trying to learn everything still, the problem is my roommates won't show me what they are doing to fix any problem I have. so ...
  1. #1
    Just Joined!
    Join Date
    Oct 2006
    Posts
    27

    little embarrassed

    I'm new to linux and I'm trying to learn everything still, the problem is my roommates won't show me what they are doing to fix any problem I have. so i don't want to ask them what I am doing wrong so I know what to do next time. I am trying to install a program called automatix but when I use the sudo apt-get install (i think i am doing that right) it looks like this

    daniel@daniel-laptop:~$ sudo apt-get install automatix
    Password:
    Reading package lists... Done
    Building dependency tree... Done
    E: Couldn't find package automatix

    so can you please help me?

    p.s. I am using kubuntu

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    In order to install automatix, you first have to add the automatix repository to your /etc/apt/sources.list file. You can do that using synaptic (in setup->repositories I believe), or simply following those instructions :
    http://ubuntuguide.org/wiki/Dapper#H...2C_and_Xubuntu
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    open terminal/konsole, execute this code one by one... machine should be connected to internet.

    Code:
    wget http://www.getautomatix.com/files/automatix-installer
    chmod 755 ~/automatix-installer
    ./automatix-installer
    now, look for Automatix in Menu. if you can't find it, reboot... it should be there now....
    click on it and.........install watever you need.........

    check this thread too


    EDIT: antidrugue... you are fast... as usual...



    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Oct 2006
    Posts
    27
    thanks guys that worked....

  5. #5
    Just Joined!
    Join Date
    Oct 2006
    Posts
    27
    well i thought it did but when i went to open it. i got this "this virsion of automatix is for edgy only"

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    how did you install it ? through code i posted or some other commands... ?





    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Oct 2006
    Posts
    27
    i tried both ways and it would downlaod and everything with out an error until i would open it and then i got the error about that version only being for edgy

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    thats strange...... first of all remove automatix
    Code:
    sudo apt-get remove automatix
    now add source for automatix in sources.list

    Code:
    sudo kate /etc/apt/sources.list
    add this line in the file

    deb http://www.getautomatix.com/apt dapper main

    Now from terminal do the following:

    Code:
    wget http://www.getautomatix.com/apt/key.gpg.asc
    gpg --import key.gpg.asc
    gpg --export --armor 521A9C7C | sudo apt-key add -
    sudo apt-get update
    sudo apt-get install automatix2



    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Wow there is a mistake in the link I gave you. I'll correct the wiki right now. Thanks for pointing that out. Follow casper instructions to repair it.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  10. #10
    Just Joined!
    Join Date
    Oct 2006
    Posts
    27
    ok followed those instructions but automatix is not in the system area of the menu anymore so where do i need to go to get it now?


    sorry i know i am annoying but i really thank you guys for helping me

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...