Heya, just came across this on Google :)
So on Solus, you can do a full upgrade which also refreshes the repos with sudo eopkg up -y
You can also pass -b to stop a second refresh if you already issued eopkg ur, so:
There is the lu, list-updates option in eopkg to find out what will be updated after first using ur to update the repos. If you need to parse the output pass the -l (--long) parameter.
Hope this helps :)
Heya, just came across this on Google :)
So on Solus, you can do a full upgrade which also refreshes the repos with
sudo eopkg up -yYou can also pass
-bto stop a second refresh if you already issuedeopkg ur, so:There is the
lu,list-updatesoption in eopkg to find out what will be updated after first usingurto update the repos. If you need to parse the output pass the-l(--long) parameter.Hope this helps :)