

and then to use the sudo command, to install some packages, (after entering the password). sudo aptitude install cheese However, beyond the standard basic usage of searching, removing, and installing packages, aptitude can install and remove packages with one command. Install sudo Using apt-get Update apt database with apt-get using the following command. sudo apt-get install aptitude then using aptitude to install ros. sudo aptitude install ros-desktop-full edit flag offensive delete link more Comments. If you don't get any errors then you have successfully compiled LibVMI. There is no separate JRE (Java Runtime Environment) anymore in Oracle Java. In my example, this would be: 0 5 * * * /usr/bin/python3 /root/spy.Installing Boost on Ubuntu with an example of using boost::array: Install libboost-all-dev and aptitude: sudo apt install libboost-all-dev sudo apt install aptitude aptitude search boost. In order to execute the future script by cronjob every day at 5 o’clock in the morning, the following command can be used crontab -e

The script can then be executed with python3 in front of it, e.g.: python3 script.py Sudo apt install libgconf-2-4 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm-dev libnss3-dev libxss-dev

Sudo ln -s /usr/local/share/chromedriver /usr/bin/chromedriverĪpt install libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev Sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver Sudo mv -f chromedriver /usr/local/share/chromedriver The problem here are among other things the dependencies, so it may be that in my example also a little too many dependencies are installed (because at least I needed them).įor this purpose I have collected the corresponding commands: sudo apt-get install unzip To run your Python scripts that use the chromedriver via SSH on Debian 10, you have to make the chromedriver executable on Debian 10.

Some of you are certainly experimenting with Python at the moment and I personally have only done this on Windows so far.
