<\/span><\/h2>\n\n\n\nThis method installs the RPM packages directly, specifying the “i” option in the Alien command. Let’s download the Google Chrome .rpm package and install it with the Alien command.<\/p>\n\n\n\n
To download the Chrome .rpm package execute the following command:<\/p>\n\n\n\n
wget https:\/\/dl.google.com\/linux\/direct\/google-chrome-stable_current_x86_64.rpm<\/pre>\n\n\n\nOnce downloaded, install it with the command below:<\/p>\n\n\n\n
sudo alien -i google-chrome-stable_current_x86_64.rpm<\/pre>\n\n\n\nThe installation will start and will look like this on the output below:<\/p>\n\n\n\n
root@host:~# sudo alien -i google-chrome-stable_current_x86_64.rpm\nwarning: google-chrome-stable_current_x86_64.rpm: Header V4 RSA\/SHA512 Signature, key ID a3b88b8b: NOKEY\nwarning: google-chrome-stable_current_x86_64.rpm: Header V4 RSA\/SHA512 Signature, key ID a3b88b8b: NOKEY\nwarning: google-chrome-stable_current_x86_64.rpm: Header V4 RSA\/SHA512 Signature, key ID a3b88b8b: NOKEY\n .\n .\n .\n .\nwarning: google-chrome-stable_current_x86_64.rpm: Header V4 RSA\/SHA512 Signature, key ID a3b88b8b: NOKEY\n dpkg --no-force-overwrite -i google-chrome-stable_114.0.5735.198-2_amd64.deb\nSelecting previously unselected package google-chrome-stable.\n(Reading database ... 172411 files and directories currently installed.)\nPreparing to unpack google-chrome-stable_114.0.5735.198-2_amd64.deb ...\nUnpacking google-chrome-stable (114.0.5735.198-2) ...\nSetting up google-chrome-stable (114.0.5735.198-2) ...\nProcessing triggers for libc-bin (2.35-0ubuntu3.1) ...\nProcessing triggers for mailcap (3.70+nmu1ubuntu1) ...\nProcessing triggers for man-db (2.10.2-1) ...\n<\/pre>\n\n\n\n