and thank you in advance. I have downloaded xserver-xorg-video-s3virge_ 1.10.4 orig.tar.gz, and extracted contents, which gives me xf86-video-s3virge-1.10.4. (Both files are sitting in my downloads folder). When I run sudo apt-get install xserver-xorg-video-s3virge
, I get the following message E: Unable to locate package xserver-xorg-video-s3virge
.
- Where do I put xserver-xorg-video-s3virge_1.10.4.orig.tar.gz so
sudo apt-get install
can find it? - Is there a program I need to enable Ubuntu to find and install this driver?
apt-get
installs software from repositories. in your case it seems you are trying to install package from source or binary package. – Pandya Sep 09 '14 at 10:02