Skip to content

Get information about 3rd party apps from Solus for installation or upgrading

License

Notifications You must be signed in to change notification settings

geirawsm/sol3rd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sol3rd

Install 3rd party apps in Solus or upgrade them.

 

Short description

This script scrapes the apps on the 3rd party list on getsol.us and can either check for available upgrades or install an app from that page.

 

Installation

Before performing installation, it is recommended that you install dependencies through eopkg before installing sol3rd:

sudo eopkg it python-beautifulsoup4 python-html5lib python-colorama python-webencodings python-requests python-idna python-certifi python-six python-urllib3

Then install sol3rd with pip3:

pip3 install sol3rd

 

How to use

usage: sol3rd [-h] [-v] [-t] [-u] [-i INSTALL]

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         Increase output verbosity
  -t, --test            Run the script in test mode
  -u, --upgrade         Upgrade installed 3rd party apps
  -i INSTALL, --install INSTALL
                        Install a package from 3rd party

Dependencies:

  • Python 3
  • Beautiful Soup 4