Hello All,

I am learning Linux and waned to install a package hv3_3.0~fossil20110109-2_all.deb

Came to know about two command available dpkg -i & apt-get install , Of which later one is better

But when i am trying to install it with dpkg -i Its getting installed although not completely ( iu )but with apt-get no progress ( un )

Please advise

root@ubuntu:/home/bdss/Downloads# ls
hv3_3.0~fossil20110109-2_all.deb
root@ubuntu:/home/bdss/Downloads# dpkg -i hv3_3.0~fossil20110109-2_all.deb
Selecting previously deselected package hv3.
(Reading database ... 123283 files and directories currently installed.)
Unpacking hv3 (from hv3_3.0~fossil20110109-2_all.deb) ...
dpkg: dependency problems prevent configuration of hv3:
hv3 depends on tk (>= 8.5.0-1); however:
Package tk is not installed.
hv3 depends on tk-html3; however:
Package tk-html3 is not installed.
hv3 depends on libsqlite3-tcl; however:
Package libsqlite3-tcl is not installed.
hv3 depends on tcllib; however:
Package tcllib is not installed.
dpkg: error processing hv3 (--install):
dependency problems - leaving unconfigured
Processing triggers for gnome-menus ...
Processing triggers for desktop-file-utils ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for man-db ...
Errors were encountered while processing:
hv3
root@ubuntu:/home/bdss/Downloads# dpkg -l hv3
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-=============================-=============================-================================================== ========================
iU hv3 3.0~fossil20110109-2 Lightweight web browser


root@ubuntu:/home/bdss/Downloads# dpkg -P hv3
(Reading database ... 123339 files and directories currently installed.)
Removing hv3 ...
Purging configuration files for hv3 ...
Processing triggers for man-db ...
Processing triggers for gnome-menus ...
Processing triggers for desktop-file-utils ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...

root@ubuntu:/home/bdss/Downloads# dpkg -l hv3
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-=============================-=============================-================================================== ========================
un hv3 <none> (no description available)

root@ubuntu:/home/bdss/Downloads# apt-get install hv3_3.0~fossil20110109-2_all.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package hv3_3.0~fossil20110109-2_all.deb
E: Couldn't find any package by regex 'hv3_3.0~fossil20110109-2_all.deb'
root@ubuntu:/home/bdss/Downloads# dpkg -l hv3
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-=============================-=============================-================================================== ========================
un hv3 <none> (no description available)


Thanks In Advance