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 ...
- 10-23-2006 #1Just 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
- 10-23-2006 #2
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
- 10-23-2006 #3
open terminal/konsole, execute this code one by one... machine should be connected to internet.
now, look for Automatix in Menu. if you can't find it, reboot... it should be there now....Code:wget http://www.getautomatix.com/files/automatix-installer chmod 755 ~/automatix-installer ./automatix-installer
click on it and.........install watever you need.........
check this thread too
EDIT: antidrugue... you are fast... as usual...
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-23-2006 #4Just Joined!
- Join Date
- Oct 2006
- Posts
- 27
thanks guys that worked....
- 10-23-2006 #5Just 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"
- 10-23-2006 #6
how did you install it ? through code i posted or some other commands... ?
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-23-2006 #7Just 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
- 10-23-2006 #8
thats strange...... first of all remove automatix
now add source for automatix in sources.listCode:sudo apt-get remove automatix
add this line in the fileCode:sudo kate /etc/apt/sources.list
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
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-23-2006 #9
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-23-2006 #10Just 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


Reply With Quote