PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : مشکل در نصب رابط گرافیکی روی centos 7!



Masood11
December 26th, 2015, 21:19
سلام
من برای اولین تجربم توی سرور لینوکس میخام رابط گرافیکی رو راه بندازم ولی نمیدونم چجوریه! چنتا آموزش دیدم و چنتاشونم تست کردم! الان این کارو کردم:




First Add the EPEL Repository (EPEL Repository which is provided from Fedora project.)
Extra Packages for Enterprise Linux (EPEL) (https://fedoraproject.org/wiki/EPEL#Extra_Packages_for_Enterprise_Linux_.28EPEL.2 9)


How to add EPEL Repository?
# yum -y install epel-release

# sed -i -e "s/\]$/\]\npriority=5/g" /etc/yum.repos.d/epel.repo # set [priority=5]
# sed -i -e "s/enabled=1/enabled=0/g" /etc/yum.repos.d/epel.repo # for another way, change to [enabled=0] and use it only when needed
# yum --enablerepo=epel install [Package] # if [enabled=0], input a command to use the repository

And now install the Cinnamon Desktop Environment from EPEL Repository:
# yum --enablerepo=epel -y install cinnamon*


Input a command like below after finishing installation:
# echo "exec /usr/bin/cinnamon-session" >> ~/.xinitrc
# startx


با اینکه تا اینجا اروری چیزی نداده ولی نمیتونم از طریق vnc viewer بهش وصل بشم!!(در این زمینه چیز زیادی نمیدونم پس اگه چیز ساده ای به ذهنتون رسید که ممکنه انجام نداده باشمم بگید لطفا!!)