FreeBSD version 6.0 нужна помощь

Fltyxy

RAID-массив
Пользователь
Регистрация
06.02.2023
Сообщения
70
Реакции
12
Установил FreeBSD, осталась настройка, как установить пакеты чтобы появился рабочий стол? (Именно 6 версия нужна) pkg_add когда пишу и xfce например то он отвечает No match, что делать и как установить?
 
1. Поищи по пакетам, возможно оно называется иначе (типо xfce4)
2. Если есть в портах, то можно попробовать поставить оттуда
 
Пожалуйста, обратите внимание, что пользователь заблокирован
Так то FreeBSD серверная ОС и у ней нет рабочего стола. Если хочешь FreeBSD с рабочим столом посмотри на DesktopBSD и DragonFlyBSD

Ну или вот по ману делай.
 
weaver FreeBSD works very well as desktop "actually", I mean at least version 9+, But I cant see a good reason to not install the last release 13.1. For a minimal GUI environment I recomment to install Wayland and Sway(i3wm clone fro Wayland). In regard to this topic the Handbook have an entire section.

 
Так то FreeBSD серверная ОС и у ней нет рабочего стола.
шта ?
все там есть.
pkg_add
синтаксис пакетного манагера был изменен лет так 5 назад, add ископаемое
для начала определиться откуда ставить: собрать под себя из исходников или из портов быстро поставить
если из портов (pkg install ) то очевидно порты еще прописать нужно и обновить
потом поставить иксы https://docs.freebsd.org/en/books/handbook/x11/
а уж потом всяких крыс ставить https://docs.freebsd.org/en/books/handbook/desktop/
 
Так то FreeBSD серверная ОС и у ней нет рабочего стола. Если хочешь FreeBSD с рабочим столом посмотри на DesktopBSD и DragonFlyBSD

Ну или вот по ману делай.
Так, вроде через команду cd установил иксы, но одна проблемка осталось, пытаюсь пакеты установить, а в любом случае выдаёт ошибку, через cd по мануалу нормально установилось, но что мне устанавливать и как дальше?
1676471945028.png
 
Hey friend I got it working, you have gnome and also KDE packages in the FreeBSD 6.0 cds (isos from official website). During the installation using cd1 you will need to select gnome packer, it will ask you to change to cd2, then you just need to install it. After having all installed, you will need to create a .xinitrc file in the home of your user, pointing to gnome-session, you can do this with this command

Код:
 echo `which gnome-session` > .xinitrc

After this you will need to start gnome with the following command

Код:
 startx

Let me know if you have some problem.
 

Вложения

  • install_0.png
    install_0.png
    3.4 КБ · Просмотры: 11
  • install_1.png
    install_1.png
    10.8 КБ · Просмотры: 11
Hey friend I got it working, you have gnome and also KDE packages in the FreeBSD 6.0 cds (isos from official website). During the installation using cd1 you will need to select gnome packer, it will ask you to change to cd2, then you just need to install it. After having all installed, you will need to create a .xinitrc file in the home of your user, pointing to gnome-session, you can do this with this command

Код:
 echo `which gnome-session` > .xinitrc

After this you will need to start gnome with the following command

Код:
 startx

Let me know if you have some problem.
Thank you very much, I guess I have to reinstall the system and select somewhere in the menu gnome packer?
 
Thank you very much, I guess I have to reinstall the system and select somewhere in the menu gnome packer?
You can install packages from CD without reinstalling, but It will be far more easy to perform a reinstall. Select gnome2 and X server and you should be fine.
 
YOur welcome, I did not explained it better (with step by step) because Im somekind busy, I hope you got it working too.
Hey friend I got it working, you have gnome and also KDE packages in the FreeBSD 6.0 cds (isos from official website). During the installation using cd1 you will need to select gnome packer, it will ask you to change to cd2, then you just need to install it. After having all installed, you will need to create a .xinitrc file in the home of your user, pointing to gnome-session, you can do this with this command

Код:
 echo `which gnome-session` > .xinitrc

After this you will need to start gnome with the following command

Код:
 startx

Let me know if you have some problem.
1676493583507.png


which gnome package to choose here?
 

Вложения

  • xinit.png
    xinit.png
    7.5 КБ · Просмотры: 7


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх