This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Instalación de Xrdp se incluye en los repositorios predeterminados de Ubuntu. Para instalarlo, ejecute: | |
sudo apt install xrdp | |
Una vez que se complete la instalación, el servicio Xrdp se iniciará automáticamente. Puede verificarlo escribiendo: | |
sudo systemctl status xrdp | |
La salida se verá así: | |
● xrdp.service - xrdp daemon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The package (32 bit) you are looking for is libbz2-1.0:i386, its 64 bit version is libbz2-1.0:amd64. | |
At first enable multi-arch support (if not done already): | |
sudo dpkg --add-architecture i386 | |
Now run: | |
sudo apt-get update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install git | |
cd /home/ | |
git clone https://github.com/HarpyWar/pvpgn.git | |
cd pvpgn/ | |
ls | |
mkdir build | |
cd build/ |