Description: The customer would like to install the OpenVPN3 client for Linux but is unable to install it due to the warning below.
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://swupdate.openvpn.net/community/openvpn3/repos focal InRelease' doesn't support architecture 'i386'
Resolution: (Option 1) You can edit the apt sources by running the command below and changing the configuration.
# sudo vim /etc/apt/sources.list.d/openvpn3.list
Change from: deb https://swupdate.openvpn.net/community/openvpn3/repos focal main
To: deb [arch=amd64] https://swupdate.openvpn.net/community/openvpn3/repos focal main
After changing the configuration of apt sources, proceed to update and install the OpenVPN3 client for Linux using the below command
# sudo apt update
# sudo apt install openvpn3 -y
(Option 2) You can run the below command and once It's boot up then run the installation of the OpenVPN3 client for Linux.
Note: You will still see the warning "N: Skipping acquire of configured file 'main/binary-i386/Packages'..........." but It will allow you to install the OpenVPN3 client for Linux.
# sudo apt update && sudo reboot
# sudo apt install openvpn3 -y
Comments
0 comments
Please sign in to leave a comment.