I am trying to get alien-and this is the page I am following:
http://ubuntuguide.org/wiki/Ubuntu_E...er_.28Alien.29
However, this is what I get:
root@kevanr:/home/kevan# aptitude install alien
Reading package lists... Done
Building dependency tree
Reading state information... Done
Initializing package states... Done
Building tag database... Done
The following NEW packages will be automatically installed:
debhelper dpkg-dev html2text libbeecrypt6 librpm4 rpm
The following packages have been kept back:
firefox firefox-gnome-support libnspr4 libnss3
The following NEW packages will be installed:
alien debhelper dpkg-dev html2text libbeecrypt6 librpm4 rpm
0 packages upgraded, 7 newly installed, 0 to remove and 4 not upgraded.
Need to get 1573kB/2490kB of archives. After unpacking 8327kB will be used.
Do you want to continue? [Y/n/?] Y
Writing extended state information... Done
Get:1
http://security.ubuntu.com edgy-security/main librpm4 4.4.1-9.1ubuntu0.1 [973kB]
Media Change: Please insert the disc labeled 'Ubuntu 6.10 _Edgy Eft_ - Release i386 (20061025.1)' in the drive '/cdrom/' and press enter
Get:2
http://security.ubuntu.com edgy-security/main rpm 4.4.1-9.1ubuntu0.1 [600kB]
Fetched 1573kB in 1m19s (19.8kB/s)
Selecting previously deselected package dpkg-dev.
(Reading database ... 117510 files and directories currently installed.)
Unpacking dpkg-dev (from .../dpkg-dev_1.13.22ubuntu7_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ...
Selecting previously deselected package debhelper.
Unpacking debhelper (from .../debhelper_5.0.37.3ubuntu4_all.deb) ...
Selecting previously deselected package libbeecrypt6.
Unpacking libbeecrypt6 (from .../libbeecrypt6_4.1.2-5_i386.deb) ...
Selecting previously deselected package librpm4.
Unpacking librpm4 (from .../librpm4_4.4.1-9.1ubuntu0.1_i386.deb) ...
Selecting previously deselected package rpm.
Unpacking rpm (from .../rpm_4.4.1-9.1ubuntu0.1_i386.deb) ...
Selecting previously deselected package alien.
Unpacking alien (from .../a/alien/alien_8.64_all.deb) ...
Setting up dpkg-dev (1.13.22ubuntu7) ...
Setting up html2text (1.3.2a-3) ...
Setting up debhelper (5.0.37.3ubuntu4) ...
Setting up libbeecrypt6 (4.1.2-5) ...
Setting up librpm4 (4.4.1-9.1ubuntu0.1) ...
Setting up rpm (4.4.1-9.1ubuntu0.1) ...
Setting up alien (8.64) ...
root@kevanr:/home/kevan# ./configure
bash: ./configure: No such file or directory
root@kevanr:/home/kevan# make checkinstall
make: *** No rule to make target `checkinstall'. Stop.
root@kevanr:/home/kevan#
I am somewhat new to command line, so go easy on me...