Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ProActive
documentation
Commits
e375d438
Unverified
Commit
e375d438
authored
Jun 16, 2021
by
Fabien Viale
Committed by
GitHub
Jun 16, 2021
Browse files
Merge pull request #756 from ow2-proactive/linux-agent-install
change dpkg to apt
parents
2df4d83e
a6bf6f05
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/docs/admin/ProActiveAdminGuide.adoc
View file @
e375d438
...
...
@@ -1397,7 +1397,7 @@ The ProActive Agent for Linux can be downloaded from ActiveEon's https://www.act
To install the ProActive Agent on Debian based distributions (the archive name will vary depending on the version and architecture):
sudo
dpkg -i
proactive-agent.deb
sudo
apt install ./
proactive-agent.deb
TIP: Some extra dependencies might be required, to install them: `sudo apt-get -f install`
...
...
@@ -1463,7 +1463,7 @@ sudo usermod -ag proactive proactive
On Debian based distributions:
sudo
dpkg -r
proactive-agent
sudo
apt purge
proactive-agent
On Redhat based distributions:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment