-
سلام
دی وی دی اوبونتو 6.10 چه مزیتی نسبت به نسخه سی دی داره ؟ تا اونجا که من میدونم شامل Kubuntu و Edubuntu هم میشه . آیا شامل بسته های اضافی هم میشه ؟
مثل xine و Abiword و .......
-
دی وی دی اوبونتو در واقع مجموعه بسته های همه توزیعهای خانواده اوبونتو یعنی : اوبونتو و کوبونتو و ادوبونتو و زوبونتو و نسخه سرور هست... Abiword جزو بسته های زوبونتو هست و تو دی وی دی هم هست ولی Xine-Ui به احتمال خیلی خیلی زیاد نیست... چون اصلا Xine-ui مال مخازن Universe هست...
-
اگه DVDش شامل Kubuntu و Edubuntu هم میشه پس چرا برا ubuntu یه DVD دادن برا kubuntu یه DVD دیگه؟
http://forum.ubuntu-ir.org/index.php?topic=6.15
-
من dvdش رو دانلود و نصب کردم. اما هیچ فرقی با cdش نداشت. حتی یه برنامه ه اضافهتر نصب نکرد.
-
من dvdش رو دانلود و نصب کردم. اما هیچ فرقی با cdش نداشت. حتی یه برنامه ه اضافهتر نصب نکرد.
این حرفی که می زنین غیر ممکن هستش . اوبونتو اول خودش رو نصب می کنه بعد که تموم شد دوباره dvd رو براش بشناسونین یه پنجره میاره که می خوایین برنامه synaptic رو اجرا کنم تا برنامه های dvd رو نصب کنین
راه حلش اینه اول انمتحان کنین بعد بگین خواهشا !!!
-
من dvdش رو دوباره گذاشتم. خودش شناخت (اگه منظور از شناختن همین اضافه کردن آیکون درایو تو دستکتاپ باشه)
autorun یا چیزی مثل این که اجرا نشد ولی خودم یه فایلی بود به اسم cdromupgrade که زدم تو ترمینال اجراش کنه. بعد از اون منوی add & remove (همون گزینه آخر از منوی بالا سمت چپ) رو زدم.
همون پنجرهای که برای نصب کردن برنامههای جدید میاد باز شد ولی هر برنامهای رو که میزدم یه چیزی میومد 7 یا 8 تا از 15 یا 16 تا پر میشد بعد همونجا گیر میکرد و ادامه نمیداد.
اگه این فایل cdromupgrade رو به جای اجرا میزاشتی نمایش بده توش اینا نوشته شده بود:
#!/bin/sh
#
# "cdromupgrade" is a shell script wrapper around the dist-upgrader
# to make it possible to put it onto the top-level dir of a CD and
# run it from there
#
# Not that useful unfortunately when the CD is mounted "noexec",
# but useful for the notification-daemon that will just run it
# and be done with it
#
# WARNING: make sure to call it with a absolute path!
# (e.g. /cdrom/cdromugprade)
CODENAME=edgy
UPGRADER_DIR=dists/stable/main/dist-upgrader/binary-all/
cddirname=${0%\/*}
fullpath=$cddirname/$UPGRADER_DIR
# extrace the tar to a TMPDIR and run it from there
if [ ! -f $fullpath/$CODENAME.tar.gz ]; then
echo "Could not find the upgrade application archive, exiting"
exit 1
fi
TMPDIR=$(mktemp -d)
cd $TMPDIR
tar xzf $fullpath/$CODENAME.tar.gz
if [ ! -x $TMPDIR/$CODENAME ]; then
echo "Could not find the upgrade application in the archive, exiting"
exit 1
fi
gksu -- $TMPDIR/$CODENAME --cdrom $cddirname
(این کدها رو چهجوری میشه ltr کرد؟) با تشکر از آقای ریاضی
-
کسی نمیدونه؟
من هنوز نتونستم از تو DVDش چیزی نصب کنم.
-
(این کدها رو چهجوری میشه ltr کرد؟)
یک تگ و [ltr/] بگذار هر دو طرف جمله یا پاراگراف درست می شه. ;)
-
من هنوز نتونستم از تو DVDش چیزی نصب کنم.
فایل etc/apt/sources.list/ تتون رو بگذارید اینجا!
-
البته دوتا فایل دیگه هم با اسمهای مشابه اونجا بودند که فکر کنم به علت دستکاریهای خودم(اتوماتیک) ایجاد شده باشند. که ضمیمهشون کردم.
deb cdrom:[Homa Magic AddOn CD - Desktop Edition, Ubuntu-Updates 2007-01-05]/ edgy main
deb cdrom:[Homa Magic AddOn CD Multimedia Edition, Ubuntu-Updates 2006-12-31]/ edgy contrib main non-free
deb http://ir.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
# The above lines were generated automatically by Homa Magic AddOn CD.
# The rest of your sources.list follows
deb-src http://ir.archive.ubuntu.com/ubuntu/ edgy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://ir.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
deb-src http://ir.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
## 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 http://ir.archive.ubuntu.com/ubuntu/ edgy universe
# deb-src http://ir.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 http://ir.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
# deb-src http://ir.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu edgy-security main restricted
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted
# deb http://security.ubuntu.com/ubuntu edgy-security universe
# deb-src http://security.ubuntu.com/ubuntu edgy-security universe
-
DVD اوبونتو رو تو درایو بگذارید و دستور sudo apt-cdrom add رو بزنید و بعد یکبار دیگه فایل sources.list رو اینجا بگذارید...
راستی شما که سیدی های هما رو دارید از تو DVD چی میخواهید نصب کنید ;)
-
اول DVDش رو دانلود کرده بودم بعد که دیدم هیچ کاری نمیتونم باهاش بکنم CDهای هما رو که تازه آپلود شده بودن دانلود کردم.
deb cdrom:[Ubuntu 6.10 _Edgy Eft_ - Release i386 (20061025)]/ edgy main restricted
deb cdrom:[Homa Magic AddOn CD - Desktop Edition, Ubuntu-Updates 2007-01-05]/ edgy main
deb cdrom:[Homa Magic AddOn CD Multimedia Edition, Ubuntu-Updates 2006-12-31]/ edgy contrib main non-free
deb http://ir.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
# The above lines were generated automatically by Homa Magic AddOn CD.
# The rest of your sources.list follows
deb-src http://ir.archive.ubuntu.com/ubuntu/ edgy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://ir.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
deb-src http://ir.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
## 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 http://ir.archive.ubuntu.com/ubuntu/ edgy universe
# deb-src http://ir.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 http://ir.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
# deb-src http://ir.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu edgy-security main restricted
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted
# deb http://security.ubuntu.com/ubuntu edgy-security universe
# deb-src http://security.ubuntu.com/ubuntu edgy-security universe
-
خوب حالا شد
حالا بستههایی که میخواهید رو نصب کنید... :)
-
تشکر :-*
-
آیا برای نصب کردن نرم افزاری از داخل add/remove application حتما باید به اینترنت وصل باشیم؟!!
اگه آره، راهی نداره که از رو CD یی، چیزی نصب کرد؟!!
-
اگر مخازن اینترنتی معرفی کنید، برای دریافت و نصب باید به اینترنت وصل باشید و اگر سیدی یا DVD معرفی کنید خوب از رو همونا دریافت و نصب میکنه...