So I'm new to the Linux command line and Linux in general, a buddy of mine got a sweet deal on some old servers so I thought I would play. We are building the same systems and he found this http://www.unixmen.com/install-oracl...adless-server/
Looks simple enough, but I can't get past installing the build-essentials
I also tried aptitude
This ends up asking for the disc, and when inserted just keeps asking for it when enter is pressed. My buddy actually installed this with aptitude. And he's up and running making fun of me...:mad:
I've tried searching but couldn't find much.
Looks simple enough, but I can't get past installing the build-essentials
Code:
chris@ubuntuchris:~$ sudo apt-get install build-essential dkms unzip[sudo] password for chris:Reading package lists... DoneBuilding dependency treeReading state information... DoneE: Unable to locate package dkmschris@ubuntuchris:~$
Code:
chris@ubuntuchris:~$ sudo aptitude install build-essential dkms unzip
Couldn't find any package whose name or description matched "dkms"
Couldn't find any package whose name or description matched "dkms"
The following NEW packages will be installed:
binutils{a} build-essential cpp{a} cpp-4.9{a} dpkg-dev{a} fakeroot{a} g++{a} g++-4.9{a}
gcc{a} gcc-4.9{a} libalgorithm-diff-perl{a} libalgorithm-diff-xs-perl{a}
libalgorithm-merge-perl{a} libasan1{a} libatomic1{a} libc-dev-bin{a} libc6-dev{a}
libcilkrts5{a} libcloog-isl4{a} libdpkg-perl{a} libfakeroot{a} libfile-fcntllock-perl{a}
libgcc-4.9-dev{a} libgomp1{a} libisl13{a} libitm1{a} liblsan0{a} libmpc3{a}
libquadmath0{a} libstdc++-4.9-dev{a} libtsan0{a} libubsan0{a} linux-libc-dev{a} make{a}
manpages-dev{a} unzip
0 packages upgraded, 36 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/41.4 MB of archives. After unpacking 130 MB will be used.
Do you want to continue? [Y/n/?] y
Media change: Please insert the disc labeled 'Ubuntu-Server 15.04 _Vivid Vervet_ - Release amd64 (20150422)' into the drive '/media/cdrom/' and press [Enter].
I've tried searching but couldn't find much.