Назад | Перейти на главную страницу

как удалить бинарные файлы perforce в каталоге / opt / perforce

Когда я бегу p4d и p4 я получаю [p4: command not found]

У меня нет бинарных файлов p4d, p4 в / opt / perforce / каталог. Так что невозможно запустить perforce сервер и клиент. Я попытался удалить сервер и клиент perforce. Я использую убунту.

Наконец, как я могу получить двоичные файлы для запуска сервера и клиента

sudo apt-get install helix-p4d

removing existing dangling p4d link
/usr/sbin/p4d
linking /opt/perforce/sbin/p4d to /usr/sbin/p4d

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
::  Thank you for choosing Perforce Helix
::  The following has been installed by the 'helix-p4d' package:
::
::  - The Helix Version Engine (p4d)
::  - A 'perforce' system user
::  - p4dctl, a tool for managing Perforce service instances
::  - The Helix Command-Line Client (p4)
::
::  The Helix Version Engine is now installed, but not yet configured.
::  You must run the following to configure p4d (as root):
::
::    sudo /opt/perforce/sbin/configure-helix-p4d.sh
::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Started 0 services.
No services configured.


linking failed: linking /opt/perforce/sbin/p4d to /usr/sbin/p4d, because there is no p4d.

Как получить все бинарные файлы по желанию.

Perforce требует как минимум двух исполняемых файлов: службы Perforce (p4d в Unix, p4s.exe в Windows) и как минимум одного приложения Perforce (например, p4 в UNIX или p4.exe в Windows).

Есть длинный список предпосылок. Вы выполнили такую ​​процедуру установки: "Руководство по установке и настройке приложения p4search perforce в Linux".

Вы не должны получать это сообщение, вместо этого вы должны увидеть следующее:

apt-get install helix-p4d  
Reading package lists... Done  
Building dependency tree  
Reading state information... Done  
The following additional packages will be installed:  
  helix-cli helix-cli-base helix-p4d-base helix-p4d-base-16.2 helix-p4dctl  
The following NEW packages will be installed:  
  helix-cli helix-cli-base helix-p4d helix-p4d-base helix-p4d-base-16.2 helix-p4dctl  
0 upgraded, 6 newly installed, 0 to remove and 267 not upgraded.  
Need to get 6,722 kB of archives.  
After this operation, 15.5 MB of additional disk space will be used.  
Do you want to continue? [Y/n] y
...

[Removed many lines]

...  
Setting up helix-p4d-base-16.2  
(2016.2-1468155~trusty) ...  
update-alternatives: using /opt/perforce/sbin/p4d.16.2 to provide /opt/perforce/sbin/p4d (helix-p4d) in auto mode  
Setting up helix-p4d-base (2016.2-1468155~trusty) ...  
Setting up helix-p4d (2016.2-1468155~trusty) ...  
linking /opt/perforce/sbin/p4d to /usr/sbin/p4d  

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  
::  
::  Thank you for choosing Perforce Helix  
::  The following has been installed by the 'helix-p4d' package:  
::  
::  - The Helix Version Engine (p4d)  
::  - A 'perforce' system user  
::  - p4dctl, a tool for managing Perforce service instances  
::  - The Helix Command-Line Client (p4)  
::  
::  The Helix Version Engine is now installed, but not yet configured.  
::  You must run the following to configure p4d (as root):  
::  
::    sudo /opt/perforce/sbin/configure-helix-p4d.sh  
:: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  
Started 0 services.  
No services configured.  
Processing triggers for systemd (229-4ubuntu10)  
...  
Processing triggers for ureadahead (0.100.0-19)  
...

Прочтите документацию по установке по адресу: "Установка и обновление сервера".

"Команды обновления пакетов с помощью apt-get или yum не завершают процесс обновления службы Perforce. Пакеты для Linux упрощают только определенные этапы этого процесса.

Обновление пакетов без завершения остальной части процесса обновления оставляет вашу службу Perforce в опасном состоянии. Перед обновлением пакетов обязательно прочтите и усвойте весь процесс. ".

Тебе надо:

  1. Настройте репозиторий пакетов Perforce.

  2. Импортируйте ключ подписи пакета Perforce.

  3. Установите соответствующий сервисный пакет Perforce.

  4. Запустите сценарий настройки после установки.

См. Ссылку выше ("Установка и обновление сервера") для получения полной информации.