Linux installation
Starting Linux installation and then configuring Digital Certificate. Here I report from my successful experience as a lawyer setting up electronic certification on Linux for PJe .
On Linux, I started from scratch and focused on installing Digital Certification and testing in major courts.
Initially, I downloaded the latest version of Ubuntu 16.04 Desktop. Once Ubuntu was installed, I proceeded to install Java before doing anything.
I want to leave an important note, need to install some things on Ubuntu, in the following sequence:
You can put Token, or Card Reader, which does not interfere with installation on Linux.
All attempts to install Java graphically have been unsuccessful in getting Firefox recognized. I suggest using the terminal.
Then go to the terminal and enter superuser mode:
sudo us
[type the password]
Entering root mode, install Java and all requested applications.
# Add-apt-repository ppa: webupd8team / java
# apt-get update
# apt-get install oracle-java8-installer oracle-java8-set-default
# apt-get update
Check the installation:
On Linux, I started from scratch and focused on installing Digital Certification and testing in major courts.
Initially, I downloaded the latest version of Ubuntu 16.04 Desktop. Once Ubuntu was installed, I proceeded to install Java before doing anything.
I want to leave an important note, need to install some things on Ubuntu, in the following sequence:
- Install Java
- Token and Card Reader Drivers;
- Install the ICP-Brazil Certificate Chain;
- Install the Certificate Chain for Firefox;
- Install the compatible Firefox version;
- Make Java Link with Firefox Browser.
You can put Token, or Card Reader, which does not interfere with installation on Linux.
INSTALLING JAVA ON LINUX
First I installed Java. Do not install it from the graphics system. Use terminal mode.All attempts to install Java graphically have been unsuccessful in getting Firefox recognized. I suggest using the terminal.
Then go to the terminal and enter superuser mode:
sudo us
[type the password]
Entering root mode, install Java and all requested applications.
# Add-apt-repository ppa: webupd8team / java
# apt-get update
# apt-get install oracle-java8-installer oracle-java8-set-default
# apt-get update
Check the installation:
Comments
Post a Comment