فولدر لینوکس رو از تو سی دی به شاخه home منتقل کردم، و بعد دستوراتی رو که گفتید اجرا کردم ( نمیدونم این کارم درست بوده یا نه ) در حال اجرای دستورات هم سی دی داخل سیدی رام بودش
کلا بدون توجه به خطا ها دستورات رو زدم وبه ترتیب خروجی های زیر رو گرفتم ( تمامش رو از ترمینال کپی کردم)
ajp@ajp-desktop:~$ sudo apt-get install g++ linux-headers-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-generic is already the newest version.
The following packages were automatically installed and are no longer required:
gnustep-base-common libportaudio2 gnustep-gui-common libtext-glob-perl
libcarp-clan-perl gnustep-common libffcall1 gnustep-back-common
libnumber-compare-perl libbit-vector-perl
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
g++-4.2 libc6-dev libstdc++6-4.2-dev linux-libc-dev
Suggested packages:
g++-multilib g++-4.2-multilib gcc-4.2-doc libstdc++6-4.2-dbg glibc-doc
manpages-dev libstdc++6-4.2-doc
The following NEW packages will be installed:
g++ g++-4.2 libc6-dev libstdc++6-4.2-dev linux-libc-dev
0 upgraded, 5 newly installed, 0 to remove and 6 not upgraded.
Need to get 8010kB of archives.
After this operation, 32.2MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Err http://au.archive.ubuntu.com hardy-updates/main linux-libc-dev 2.6.24-18.32
Could not resolve 'au.archive.ubuntu.com'
Err http://au.archive.ubuntu.com hardy/main libc6-dev 2.7-10ubuntu3
Could not resolve 'au.archive.ubuntu.com'
Err http://au.archive.ubuntu.com hardy/main libstdc++6-4.2-dev 4.2.3-2ubuntu7
Could not resolve 'au.archive.ubuntu.com'
Err http://au.archive.ubuntu.com hardy/main g++-4.2 4.2.3-2ubuntu7
Could not resolve 'au.archive.ubuntu.com'
Err http://au.archive.ubuntu.com hardy-updates/main g++ 4:4.2.3-1ubuntu6
Could not resolve 'au.archive.ubuntu.com'
Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_2.6.24-18.32_i386.deb Could not resolve 'au.archive.ubuntu.com'
Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-dev_2.7-10ubuntu3_i386.deb Could not resolve 'au.archive.ubuntu.com'
Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.2/libstdc++6-4.2-dev_4.2.3-2ubuntu7_i386.deb Could not resolve 'au.archive.ubuntu.com'
Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.2/g++-4.2_4.2.3-2ubuntu7_i386.deb Could not resolve 'au.archive.ubuntu.com'
Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/g/gcc-defaults/g++_4.2.3-1ubuntu6_i386.deb Could not resolve 'au.archive.ubuntu.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
ajp@ajp-desktop:~$ tar xvfz <linux>.tgz
tar: Old option `f' requires an argument.
Try `tar --help' or `tar --usage' for more information.
ajp@ajp-desktop:~$ cd <linux>
bash: syntax error near unexpected token `newline'
ajp@ajp-desktop:~$ make clean
make: *** No rule to make target `clean'. Stop.
ajp@ajp-desktop:~$ make 536ep
make: *** No rule to make target `536ep'. Stop.
ajp@ajp-desktop:~$ sudo make install 536ep
make: *** No rule to make target `install'. Stop.
ajp@ajp-desktop:~$
حالا باید چیکارکنم؟