Can't use apt install at all after installing a deb package "intellij-idea-ultimate needs to be reinstalled, but I can't find an archive for it"

Mahdi Bagheri

apt install does not work, for example:

$ apt install uget 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: The package intellij-idea-ultimate needs to be reinstalled, but I can't find an archive for it.

This problem arose after I installed intellij idea using this .deb file from Launchpad.

Jaime

Apparently, apt is trying to reinstall or update the intellij-idea-ultimate but the system does not find the corresponding .deb file.

As I know, IntelliJ Idea does not have an official repository you can use with apt or apt-get to install and update their dependencies. You usually use the official .tar.gz file or an unofficial repository to install IntelliJ.

If you are using the unofficial repository, you may...

If you want to enable that PPA and install from it, you can run these commands:

sudo add-apt-repository ppa:ubuntuhandbook1/apps
sudo apt-get update
sudo apt-get install intellij-idea-community

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

apt can't install local deb package

From Dev

Can't open synaptic package manager after installing get deb

From Dev

Can't use apt AT ALL for installing or removing ANY package - 'could not load /boot/System.map-4.8.0-59-generic: No such file or directory'

From Dev

Can't install Windows after installing Ubuntu

From Dev

how can I use dpkg to install a deb file for all users

From Dev

I Can't use sudo apt install

From Dev

Installing new version of .deb package over that installed with apt-get

From Dev

Installing new version of .deb package over that installed with apt-get

From Dev

Can't use compass after installing it

From Dev

Docker container apt-get install can't find package

From Dev

apt --fix-broken install does not work, package manager broken after installing wine-stable

From Dev

Should I install a .deb file of a package version that's not in apt source?

From Dev

Libstdc++: wrong version after manually installing .deb-package

From Dev

why can't I install some packages after installing virtualbox

From Dev

can't install ubuntu-sdk after installing ubuntu 14.04.2

From Dev

Can't install grub after installing Ubuntu 18.04

From Dev

Can installing an unknown deb package using sudo dpkg be harmful?

From Dev

After force-installing a 32-bit deb failed, how can I install the 64-bit version?

From Dev

After force-installing a 32-bit deb failed, how can I install the 64-bit version?

From Dev

Can't run deb command to install Erlang?

From Dev

Installing a .deb package on Arch - Is it possible?

From Dev

Installing a .deb package in home directory

From Dev

Installing .deb package using gdebi

From Dev

Packages are removed when I use "apt-get install" with a hyphen after the package name

From Dev

What is the difference between installing from a downloaded .deb file and from the command "sudo apt-get install"?

From Dev

Can I use C++ to write the source package for a .deb package?

From Dev

Why doesn't apt-get install back the original files of a package after I removed them?

From Dev

installing specific apt package

From Dev

Can a deb package contain a PPA dependency and install packages from the PPA?

Related Related

  1. 1

    apt can't install local deb package

  2. 2

    Can't open synaptic package manager after installing get deb

  3. 3

    Can't use apt AT ALL for installing or removing ANY package - 'could not load /boot/System.map-4.8.0-59-generic: No such file or directory'

  4. 4

    Can't install Windows after installing Ubuntu

  5. 5

    how can I use dpkg to install a deb file for all users

  6. 6

    I Can't use sudo apt install

  7. 7

    Installing new version of .deb package over that installed with apt-get

  8. 8

    Installing new version of .deb package over that installed with apt-get

  9. 9

    Can't use compass after installing it

  10. 10

    Docker container apt-get install can't find package

  11. 11

    apt --fix-broken install does not work, package manager broken after installing wine-stable

  12. 12

    Should I install a .deb file of a package version that's not in apt source?

  13. 13

    Libstdc++: wrong version after manually installing .deb-package

  14. 14

    why can't I install some packages after installing virtualbox

  15. 15

    can't install ubuntu-sdk after installing ubuntu 14.04.2

  16. 16

    Can't install grub after installing Ubuntu 18.04

  17. 17

    Can installing an unknown deb package using sudo dpkg be harmful?

  18. 18

    After force-installing a 32-bit deb failed, how can I install the 64-bit version?

  19. 19

    After force-installing a 32-bit deb failed, how can I install the 64-bit version?

  20. 20

    Can't run deb command to install Erlang?

  21. 21

    Installing a .deb package on Arch - Is it possible?

  22. 22

    Installing a .deb package in home directory

  23. 23

    Installing .deb package using gdebi

  24. 24

    Packages are removed when I use "apt-get install" with a hyphen after the package name

  25. 25

    What is the difference between installing from a downloaded .deb file and from the command "sudo apt-get install"?

  26. 26

    Can I use C++ to write the source package for a .deb package?

  27. 27

    Why doesn't apt-get install back the original files of a package after I removed them?

  28. 28

    installing specific apt package

  29. 29

    Can a deb package contain a PPA dependency and install packages from the PPA?

HotTag

Archive