...
Angel Gual
7 min read

Release Veapysh v1.0.1

August 18, 2022
Releases
...

Veapysh brings with it a new update to version 1.0.1, a program that will help those who are not very familiar with the terminal or seek to automate their system with different scripts programmed in python and shell script.

In this section, we will show you the minor changes in this update and how to install it on any GNU/Linux distribution.

Changes made in version 1.0.1 of Veapysh

· Minor changes in the program code.

· Deploying a Debian package for program download.

Install via deb package

With this update, we include the Debian package for a cleaner and safer installation for the user, as well as being easier to understand and install in your Debian distribution or derivatives. For this installation we only have to download the debian package in the following link or you can also download it from the GitHub repository of the project.

Download debian package

Once we have the Debian package installed, we will only execute the following command.

sudo dpkg -i Veapysh_stable-release_1.0.1_.deb

Now it only remains to test if the program has been installed correctly on our Linux system, for this we will execute the command that starts the program.

sudo veapysh

In case the program does not start or dependencies are missing, it is necessary to install them, since Debian packages do not install dependencies automatically, you can install these dependencies with apt-get using the following command.

sudo apt-get install -f

Install via git

This installation will be useful if you don't have the Debian package manager on your Linux system, so we have attached the project link so you can follow the installation guide and view the source code of the program.

Visit page project