View Single Post
Posts: 9 | Thanked: 2 times | Joined on Apr 2010
#469
Originally Posted by achusaysblessyou View Post
Can someone help me? I downloaded preenv and placed it into my home folder, but every time i run apt-get install preenv, it returns:

Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package preenv
Thanks
to install package you already downloaded you have to use dpkg not apt
Code:
dpkg -i preenv.deb
if you want to install smth for repositories u shoud use apt-get
Code:
apt-get install peenv