Hi All,
I am trying to test installing a local package with "apt-get" on my virtual machine. I get the following:
# apt-get install ./firefox-3.5-branding_3.5.2+nobinonly-0ubuntu0.9.04.1_i386.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package .
What am I doing wrong?
I am trying to test installing a local package with "apt-get" on my virtual machine. I get the following:
# apt-get install ./firefox-3.5-branding_3.5.2+nobinonly-0ubuntu0.9.04.1_i386.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package .
What am I doing wrong?
Comment