×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

apt-get update problems with INDI (Unmet dependencies)

  • Posts: 75
  • Thank you received: 2
Yep! Tried that. Got this result. (same thing)
sudo apt-get dist-upgrade
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 indi-full : Depends: libindi1 (>= 1.2) but 1.1.0-1ubuntu1 is installed
 libindi-dev : Depends: libindi1 (= 1.6.0+r3702~201801031125~ubuntu16.04.1) but 1.1.0-1ubuntu1 is installed
E: Unmet dependencies. Try using -f.
6 years 3 months ago #22395

Please Log in or Create an account to join the conversation.

sudo apt-add-repository ppa:mutlaqja/ppa
sudo apt-get update && sudo apt-get install kstars-bleeding indi-full gsc
6 years 3 months ago #22397

Please Log in or Create an account to join the conversation.

  • Posts: 1067
  • Thank you received: 140
I had almost the same problem, try this....it worked for me as my updates would not work and got dependencies error...
Did a search on the web and came across this.....
Last edit: 6 years 3 months ago by AstroNerd.
6 years 3 months ago #22417
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 314
  • Thank you received: 95
Tom,
you can download and try my open project "Ubuntu Astronomy 16.04" (64-bit).
IMHO, it can help you on your Linux newbie road :)
You can try my open project Astronomy Linux
6 years 3 months ago #22434

Please Log in or Create an account to join the conversation.

  • Posts: 314
  • Thank you received: 95
On the other hand, you can use synaptic, if you want to delete this old version libindi1 (1.1.0-1ubuntu1).

Open the terminal and run:
sudo apt-get install synaptic
 
sudo synaptic
You can try my open project Astronomy Linux
6 years 3 months ago #22435

Please Log in or Create an account to join the conversation.

  • Posts: 75
  • Thank you received: 2
Tried this and the previous suggestion. Still the same thing.
6 years 3 months ago #22437

Please Log in or Create an account to join the conversation.

  • Posts: 75
  • Thank you received: 2

I already have! Excellent variation of Ubuntu. I have it as a dual boot on my laptop. Eventually I'll probably try dual booting with Windows 7 (yuck!) on my observatory computer. I just would have to reboot to Windows to control my dome since I don't see any support in INDI for the Technical Innovations dome. :(

Thanks for your work on Ubuntu Astronomy, I really do like it, and hopefully will be the main OS in my observatory one of these days! :)
Tom
6 years 3 months ago #22438

Please Log in or Create an account to join the conversation.

  • Posts: 75
  • Thank you received: 2
Tried Synaptic and get this familiar message.
tegwilym@Tom-Ubuntu:~$ sudo apt-get install synaptic
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 indi-full : Depends: libindi1 (>= 1.2) but 1.1.0-1ubuntu1 is to be installed
 libindi-dev : Depends: libindi1 (= 1.6.2+r3729~201801140557~ubuntu16.04.1) but 1.1.0-1ubuntu1 is to be installed
 synaptic : Depends: libept1.5.0 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
tegwilym@Tom-Ubuntu:~$
6 years 3 months ago #22439

Please Log in or Create an account to join the conversation.

  • Posts: 314
  • Thank you received: 95
sudo apt-get -f install
You can try my open project Astronomy Linux
Last edit: 6 years 3 months ago by Oleg.
6 years 3 months ago #22440

Please Log in or Create an account to join the conversation.

  • Posts: 75
  • Thank you received: 2
Seems that the INDI problem is blocking me from installing any "apt-get install xxxx" packages.
6 years 3 months ago #22441

Please Log in or Create an account to join the conversation.

  • Posts: 75
  • Thank you received: 2

Tried that many times, still the same problem.
tegwilym@Tom-Ubuntu:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  astrometry.net libastrometry0 libcfitsio-bin liberfa1 libindidriver1 libkf5bookmarks-data libkf5bookmarks5 libkf5kiofilewidgets5 linux-headers-4.4.0-101 linux-headers-4.4.0-101-generic
  linux-image-4.4.0-101-generic linux-image-extra-4.4.0-101-generic python-astrometry python-astropy sextractor
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libindi1
The following packages will be upgraded:
  libindi1
1 upgraded, 0 newly installed, 0 to remove and 166 not upgraded.
4 not fully installed or removed.
Need to get 0 B/289 kB of archives.
After this operation, 1,048 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 520193 files and directories currently installed.)
Preparing to unpack .../libindi1_1.6.2+r3729~201801140557~ubuntu16.04.1_amd64.deb ...
Unpacking libindi1:amd64 (1.6.2+r3729~201801140557~ubuntu16.04.1) over (1.1.0-1ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/libindi1_1.6.2+r3729~201801140557~ubuntu16.04.1_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/x86_64-linux-gnu/libindidriver.so.1', which is also in package libindidriver1:amd64 1.1.0-1ubuntu1
Processing triggers for libc-bin (2.23-0ubuntu9) ...
/sbin/ldconfig.real: /usr/lib/nvidia-375/libEGL.so.1 is not a symbolic link
 
/sbin/ldconfig.real: /usr/lib32/nvidia-375/libEGL.so.1 is not a symbolic link
 
Errors were encountered while processing:
 /var/cache/apt/archives/libindi1_1.6.2+r3729~201801140557~ubuntu16.04.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
tegwilym@Tom-Ubuntu:~$
6 years 3 months ago #22442

Please Log in or Create an account to join the conversation.

  • Posts: 314
  • Thank you received: 95
sudo apt-get remove libindi1
You can try my open project Astronomy Linux
6 years 3 months ago #22443

Please Log in or Create an account to join the conversation.

Time to create page: 0.298 seconds