How To Install Google Translate on ubuntu
SETTING UP AND CONFIGURING THE 'TRANSLATE HIGHLIGHTED TEXT' SCRIPT 1. To be able to use the script, firstly install libnotify-bin (so the script can send desktop notifications), wget (to retrieve the translation from Google) and xsel (which is used to get the currently highlighted text). In Ubuntu, Linux Mint, etc. install them using the following command: sudo apt-get install libnotify-bin wget xsel 2. sudo vi ~/notitrans 3. Next, copy the script code below: link : https://github.com/conankiz/Ubuntu-20.04/blob/main/Google%20Translate.md 4. For this to work, make sure Zenity is installed on your system. On Ubuntu, install it using the following command: sudo apt-get install zenity 5. sudo mv ~/notitrans /usr/local/bin/VIDEO:
0 comments:
Post a Comment