سلام
دوستان من بااین فرمتها مشکل دارم وقتی فایلها رو با دستور زیر از بسته خارج میکنم .
tar -zxvf (filename with extension) tar.rz
یه فولدر ساخته میشه با فرمت deb_FILES که داخلش سه تا فایل هست به نامهای :
control.tar.gz
data.tar.gz
debian-binary
حالا چجوری باید این فایلها رو نصب کرد ؟
---------------------
به عنوان مثال من برنامه ی codeblocks-8.02debian-i386.tar.gz رو دانلود کردم بعد اینکه از فرمت فشرده خارجش کردم چند تا فایل با فرمت .deb ساخته میشه اینارو چجوری باید نصب کنم ؟
اسم فایلها :
codeblocks_8.02_i386.deb
codeblocks-8.02debian-i386.tar.gz
codeblocks-contrib_8.02_i386.deb
codeblocks-dbg_8.02_i386.deb
codeblocks-dev_8.02_i386.deb
libcodeblocks0_8.02_i386.deb
libwxsmithlib0_8.02_i386.deb
libwxsmithlib0-dev_8.02_i386.deb
تو یه سایت خرجی اینجوری گفته بودن :
1) open up your prefered command console. I use yakuake (absolutly amazing program, but you can also use konsole or any other equivalent)
2) sign in as the super user by typing in “su” (enter) then entering your root password when prompted.
3) then go to the directory (folder) where the .tar.gz file is located. for example if it is in your home folder type in “cd /home/” and hit enter
4) type in “tar -zxvf ” and hit enter this will extract the files and create a new directory (folder)
5) go into that folder using “cd ”
6) enter in “./configure” into the command line. this will configure the files. (answer any questions asked)
7) when that’s done enter in “make” into the console.
when that’s done enter in “make install”
And you’re all done!!!
If you’d like to move the folder you may, but don’t delete the folder because it comes in useful if you’d like to uninstall the program!
من تا مرحله 6 رفتم اما وقتی که فرمان ./configure رو اجرا میکنم اخطار No such file or directory میده !
حالا چه کنم ؟