problem in installing automatix2

Status
Not open for further replies.

DR RANJAN

Broken In
i am ubuntu user.i have got an error in installing automatix2. plz someone help !
terminal
Code:
root@vikas:~# wget *www.getautomatix.com/keys/automatix2.key
--20:01:15--  *www.getautomatix.com/keys/automatix2.key
           => `automatix2.key'
Resolving www.getautomatix.com... 216.120.255.9
Connecting to www.getautomatix.com|216.120.255.9|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,706 (1.7K) [application/pgp-keys]

100%[====================================>] 1,706         --.--K/s             

20:01:32 (47.85 MB/s) - `automatix2.key' saved [1706/1706]

root@vikas:~# gpg --import automatix2.key
gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key E23C5FC3: public key "Arnav Ghosh (Automatix Team Lead) <greyrod@gmail.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1
root@vikas:~# gpg --export --armor E23C5FC3 | sudo apt-key add -
OK
root@vikas:~# gpg --keyserver subkeys.pgp.net --recv CC919A31E23C5FC3
gpg: requesting key E23C5FC3 from hkp server subkeys.pgp.net
gpg: key E23C5FC3: "Arnav Ghosh (Automatix Team Lead) <greyrod@gmail.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
root@vikas:~# gpg --export --armor CC919A31E23C5FC3 | sudo apt-key add -
OK
root@vikas:~# 
root@vikas:~# sudo aptitude update
E: Malformed line 37 in source list /etc/apt/sources.list (dist)
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
E: Malformed line 37 in source list /etc/apt/sources.list (dist)
E: The list of sources could not be read.
root@vikas:~# sudo aptitude update
E: Malformed line 37 in source list /etc/apt/sources.list (dist)
E: Malformed line 37 in source list /etc/apt/sources.list (dist)
E: The list of sources could not be read.
root@vikas:~# sudo aptitude update
E: Malformed line 34 in source list /etc/apt/sources.list (dist)
E: Malformed line 34 in source list /etc/apt/sources.list (dist)
E: The list of sources could not be read.
root@vikas:~# sudo aptitude install automatix2
E: Malformed line 34 in source list /etc/apt/sources.list (dist)
E: Malformed line 34 in source list /etc/apt/sources.list (dist)
E: The list of sources could not be read.
root@vikas:~# sudo aptitude install automatix2
E: Malformed line 37 in source list /etc/apt/sources.list (dist)
E: Malformed line 37 in source list /etc/apt/sources.list (dist)
E: The list of sources could not be read.
root@vikas:~#

source.list
Code:
deb ftp://ftp.videolan.org/pub/videolan/ubuntu dapper universe

deb *archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
deb-src *archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse

## Major bug fix updates produced after the final release of the
## distribution.
deb *archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src *archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# deb *in.archive.ubuntu.com/ubuntu/ edgy universe
# deb-src *in.archive.ubuntu.com/ubuntu/ edgy universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb *in.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
# deb-src *in.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse

deb *security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
deb-src *security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
# deb *security.ubuntu.com/ubuntu edgy-security universe
# deb-src *security.ubuntu.com/ubuntu edgy-security universe

## Automatix repo
deb *www.getautomatix.com/apt
 
Status
Not open for further replies.
Top Bottom