It seems to be like openpbs was initially installed wrong, so I just decided to install OpenPBS all over, but this time using .deb files at openpbs.org instead of using ‘make install’ at github source file. It worked well for 3 deb files, client/debuginfo/devel. But when I try to install execution and server using dpkg, it returns
(Reading database … 222736 files and directories currently installed.)
Preparing to unpack openpbs-server_20.0.1-1_amd64.deb …
Unpacking openpbs-server (20.0.1-1) …
dpkg: error processing archive openpbs-server_20.0.1-1_amd64.deb (–install):
trying to overwrite ‘/etc/profile.d/pbs.csh’, which is also in package openpbs-client 20.0.1-1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
NOTE: /etc/pbs.conf and the PBS_HOME directory must be deleted manually
Processing triggers for libc-bin (2.31-0ubuntu9.2) …
Errors were encountered while processing:
openpbs-server_20.0.1-1_amd64.deb
I couldn’t use Ubuntu Software center because it keep give unmet dependency error. It seems like some file created while installing openpbs_client is clashing with openpbs_server installation. What should I do? I don’t think this program is built impossible to install both server and client