не найдена установка mingw32 [64] - PullRequest
0 голосов
/ 05 июня 2019

сначала я сделал git clone https://github.com/r00t-3xp10it/FakeImageExploiter.git

и когда я извлекаю ./FakeImageExploiter.sh то

[☆] Checking backend applications ..
[x] mingw32[64] installation -> not found!
[x] This script requires mingw32[64] to work
[☆] Please wait: installing missing dependencies ..

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package mingw32

[☆] Wine installation    : found!
[☆] Xterm installation   : found!
[☆] Zenity installation  : found!
[☆] Wine Program Files   : found!
[☆] FakeImageExploiter needs to restart to finish installs ..

происходит но я сделал

root@ubuntu:/home/lay/FakeImageExploiter# sudo apt-get install mingw-w64
Reading package lists... Done
Building dependency tree       
Reading state information... Done
mingw-w64 is already the newest version (5.0.3-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Я пытался sudo apt-get install mingw-w32, затем E: Unable to locate package mingw-w32

как я могу это решить?

...