Failed to install .deb on Ubuntu [closed]

1

I downloaded a .deb file directly from the official site (Astah Community installer) and, after the download was completed, I double-clicked the file.

The Ubuntu Software screen was opened (as we can see in the image at the end) and I had it installed by clicking the Install button.

After this, the installation process simply was not ended. Other software that I was installing (and that had been started before) worked perfectly, but Astah Community did not.

The problem that brought me here is that I can no longer do a upgrade with apt , since I am informed that the astah-community package needs to be reinstalled.

Lendo listas de pacotes... Pronto
Construindo árvore de dependências       
Lendo informação de estado... Pronto
E: O pacote astah-community precisa ser reinstalado, mas não foi possível
encontrar um arquivo para o mesmo.

Refit the download of .deb and tried to install again. But now the process does not even begin.

How do I fix this? For me it either "finalizes" the installation of Astah or remove it at once, so that apt works again.

NOTE: I am using Ubuntu 16.04

    
asked by anonymous 18.11.2016 / 17:25

1 answer

1

I followed the suggestions I submitted for comments and I was able to resolve it.

I did the installation using sudo dpkg -i pacote.deb and Astah worked perfectly. The interesting thing is that, when installing using this command, I visualized a text (possibly the "contract" to use the software) that before (by Ubuntu Software) I did not visualize.

After installation, I used sudo apt-get -f install (command that was also suggested to me by comment) and finished the repairs. I can now use apt upgrade , which I could not do before.

Thanks for the comments / help.

    
18.11.2016 / 18:11