Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2631  / 2 Years ago, tue, november 8, 2022, 2:15:21

I downloaded an open source software from the Internet to emulate white board on my computer. The link is here: http://open-sankore.org/

The download was as .zip file with .deb file inside (which I presume is the installation file)



I navigated to the directory where the .deb file is and I used the command:



dpkg -i {filename.deb}  


However, the log says that there are some unmet dependencies. The icon of OpenSankure does show up Dash but when I open Software Center, it says that the software catalog is broken and needs to be repaired.

After repair, OpenSankure disappears from Dash.



Can someone tell me how i can ensure that all dependencies are met at the time of install ?



Selecting previously unselected package open-sankore:i386.
(Reading database ... 178700 files and directories currently installed.)
Unpacking open-sankore:i386 (from Open-Sankore_2.1.0_i386.deb) ...
dpkg: dependency problems prevent configuration of open-sankore:i386:
open-sankore:i386 depends on libpaper1 (>= 1.1.24+nmu1build1).
dpkg: error processing open-sankore:i386 (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
open-sankore:i386

More From » apt

 Answers
0

To be sure that all the dependencies of a software will be met, you should install it using the Ubuntu Software Centre or apt-get. However, I understand that sometimes you need to download software from other sources. In that case sometimes dependencies are not met. To fix this, download a graphical .deb installer called GDebi. It will download all the necessary dependencies, if any, at the time of installtion.


[#29199] Wednesday, November 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
urvedcaly

Total Points: 171
Total Questions: 118
Total Answers: 124

Location: Cape Verde
Member since Fri, Nov 27, 2020
4 Years ago
;