It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Trying :
$ sudo dpkg -i paradox-launcher-installer-2022_14.deb
Selecting previously unselected package paradox-launcher-v2.
(Reading database ... 143931 files and directories currently installed.)
Preparing to unpack paradox-launcher-installer-2022_14.deb ...
Unpacking paradox-launcher-v2 (2022.14) over (2022.14) ...

And then nothing happens.
I terminated the installation and launcher started but then i could not install any other package in my system
$ sudo apt-get install inkscape
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: The package paradox-launcher-v2 needs to be reinstalled, but I can't find an archive for it.

And
$ dpkg -l | grep parado
iHR paradox-launcher-v2 2022.14 amd64 Paradox Launcher v2 - download and install your favourite games
I maaged to unblock dpkg by these steps:

sudo mv /var/lib/dpkg/info/<packagename>.* /tmp/
sudo dpkg --remove --force-remove-reinstreq <packagename>

(source: https://www.linuxquestions.org/questions/showthread.php?p=5216367#post5216367 )

But i'm still afraid to install paradox launcher!
Post edited December 06, 2022 by altbreeze
Unless you have a real need for it, the Paradox launcher is not required to install or play Stellaris.

If you want a nice clean install of Stellaris on Debian, I strongly advise using ./play.it to convert your GOG installers into .deb packages.
avatar
vv221: Unless you have a real need for it, the Paradox launcher is not required to install or play Stellaris.

If you want a nice clean install of Stellaris on Debian, I strongly advise using ./play.it to convert your GOG installers into .deb packages.
Thanks! . I will try it.