raspberry pi - Error installing opencv 2.4.3 on debian -


i beginner raspberry pi debian os.

when install opencv-2.4.3 "sudo gedit /etc/ld.so.conf.d/opencv.conf" got error:

"sudo: gedit:command not found" 

then trying install "gedit" failed error:

"the following packages have unmet dependencies:  gedit : depends: libpeas-1.0-0 (>= 1.1.0) not going installed      depends: gir1.2-peas-1.0 not going installed     e: unable correct problems, have held broken packages." 

how solve issue?

just install aptitude resolve dependencies you.

sudo apt-get install aptitude sudo aptitude install gedit 

moreover edit file can use vim or nano.

regards


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -