How to Install Picsur on OpenSUSE latest

Picsur is a powerful image scraper and downloader tool that can search and download images from various sources like flickr, Google, Bing, and more. In this tutorial, we will go through the installation process of Picsur on OpenSUSE latest version.

Step 1: Update the system

It's always a good idea to update the system before installing any packages. To do so, open the terminal and run the following command.

sudo zypper update

Step 2: Install Required Dependencies

Picsur requires some dependencies to be installed before it can be compiled and run. The following command will install all the necessary dependencies.

sudo zypper install git gcc make cmake libssl-dev

Step 3: Clone Picsur from Github

Now that all the dependencies are installed, clone the Picsur repository from GitHub using the following command.

git clone https://github.com/rubikscraft/Picsur.git

Step 4: Build and Install Picsur

Change the working directory to the cloned folder and build the project using the following commands.

cd Picsur
mkdir build
cd build
cmake ..
make

Once the build process is completed, run the "install" command to install Picsur on your system.

sudo make install

Step 5: Running Picsur

After installation, you can use Picsur to search and download images from various sources. To run Picsur, open the terminal and type the following command.

picsur

Conclusion

Now you have successfully installed Picsur on OpenSUSE latest version. You can use Picsur to search and download images from various sources. Happy Scrapping!

If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!

Alternatively, for the best virtual desktop, try Shells!