Ubuntu :: LibUSB - How To Check If It Is Installed
Jun 1, 2011
I'm trying to install libusb. I've downloaded a file from [URL]. I've unzipped the file; the folder's on my desktop. I've tried to install this, but I'm not sure how. Under installation it says: See the file 'INSTALL'. There are a few files that start with this term: INSTALL.libusb, INSTALL.libusb.in and install-sh. The first two appear to be the same, while the latter appears to be some sort of program.
When I double click it, I get a few options, including "run". I assumed this was the correct way to install the program, but when I hit run, nothing happens. I've displayed this file, but this gives me no additional information. I've tried running it in terminal: nothing. Maybe it has installed, and I just don't know it. How would I even check if it's installed? (I'm only installing libusb because I need it for something else).
View 5 Replies
ADVERTISEMENT
Apr 14, 2011
I got Fedora core release 3
kernel 2.6.9-.667
I would like to know which command I have to use to see the libusb installed. I used this:
yum list installed | grep usb
but no output.
View 6 Replies
View Related
Dec 18, 2010
I wanted to check what version of GRUB I have installed. I went to terminal and typed grub --versionI got this message back: The program 'grub' is currently not installed. You can install it by typing: sudo apt-get install grub
I am running Ubuntu 10.10 alongside windows xp pro. When I turn my pc on I have the option to boot to ubuntu or xp and at the top of the window it says that the version of grub running is "GNU GRUB Version 1.98+20100804-5Ubuntu-3" how I shold go about installing GRUB 2 or just leave it as is.
View 2 Replies
View Related
Feb 6, 2011
I am very new to ubuntu, I would like to ask whether it is possible to check whether libcurl has been installed?
View 2 Replies
View Related
Jan 29, 2010
there a way to check what type of memory is in a laptop & how much it can have,
View 7 Replies
View Related
Jun 1, 2010
This has probably been answered elsewhere, but I could not see it - how can I check which version of Ubunbtu I have installed and whether it is 32 or 64 bit?
View 9 Replies
View Related
Jul 8, 2010
How do check the programs that the actual user of the computer installed. I do not care at all about the default programs that came with your distro of Linux, I only want the user installed programs.
View 3 Replies
View Related
Mar 31, 2011
1) How to check all installed modules in Ubuntu?
2) How to check whether I installed a specific module or not? For example, uhci_hcd ?
3) How to install a specific module?
View 1 Replies
View Related
Apr 22, 2011
Let's say that I've installed the following versions of R on my computer.
R 2.10
R 2.11
R 2.12
Is there a bash command which can be used to getst of all versions which are installed.I've used dpkg --get-selections | grep r-base but that just return 'r-base' and i'd have no info on the version.
View 2 Replies
View Related
Jun 19, 2011
How can I check the version of Ubuntu 11.04 installed in my desktop: 32 or 64 bit ?
View 6 Replies
View Related
Jan 20, 2010
I'm using centos. I want to know, how to check that rpm is installed or not (through rpm cmd only).
View 4 Replies
View Related
Jul 26, 2010
I found that I have several services running related to ftp
Code:
cat /etc/services | grep ftp
ftp-data 20/tcp
[code]...
View 2 Replies
View Related
Mar 22, 2010
I've just installed ubuntu 9.04 (had the disc from before) and I'm upgrading to 9.10 of course but I have a question. How do I check that I have the latest drivers installed for everything in my laptop? I'm the kind of person that has that nagging feeling in the back of my head telling me that everything isn't installed perfectly and I need to install my drivers properly (or at least ask).
View 6 Replies
View Related
May 1, 2010
I am trying change the MaxClients parameter for apache2 on ubuntu. I looked in apache2.conf and there are two instances where MaxClients is mentioned.
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 150
[Code]....
View 2 Replies
View Related
Jul 14, 2010
I know with if statements in bash you can do
Code:
if [ $fruit = apple ]
then echo "Good, I like Apples"
fi
But I was wondering if you could do something like this:
Code:
if [apt-cache pkgnames smbfs = smbfs doesn't exist]
the apt-get install smbfs
fi
If so how would you capture the output from apt-cache pkgname smbfs to determine if it's installed?
View 9 Replies
View Related
Aug 20, 2010
After sifting through numerous apt-get apt-cache apt-file tutorials I still can't find a command to check if a package is installed via the terminal command/line.
I know there must be some way to do it.
Say I want to check if any package from the libavcodec*.deb family is installed how could I do this without a gui eg synaptic?
View 5 Replies
View Related
Jan 22, 2011
I'd love to know how to check the original configuration of a self-installed package? For example, I would like to install the package XXXXX. I did:
./configure
make
make install
After the installation, I would like to know what the configuration I used for XXXXX's installation. Maybe some dependencies (for example, A,B,C...) were not found so that XXXXX was installed without depending on A,B,C.... However, now, I would like XXXXX depend on A,B,C... How to check whether the current installed XXXXX's original configuration?
View 1 Replies
View Related
Jan 15, 2011
i have installed "php" by su - "yum install php"..When i try to test my installation,by creating a php script using the line <?php phpinfo(); ?> and asving it in the .php way.But when i try to open it via my Firefox browser .. it is not showing as intended.!! what went wrong i don't know!Please guide me!Hi i have installed LAMP on my Pc by following the instruction in this link "http://www.unixmen.com/linux-distributions/7-fedora/1284-how-to-install-lamp-in-fedora14-". But after installing php ad when i try to test, it just showing phpinfo();, what will be the problem ?
View 6 Replies
View Related
Apr 20, 2011
how do I check to see if my linux box has a RSA card installed on it?
View 1 Replies
View Related
Jan 13, 2010
Actually i want my java code to connect to linux sendmail server. Right now i am using gmail pop protocol to connect to gmail server. So now i want to connect to sendmail server using pop and i read that using dovecot you can make sendmail to havepop and imap services. By default it has only SMTP support. So i want to know how can i check that i have dovecot installed or not, or my sendmail has pop or imap enable or not. Means by what command.
View 7 Replies
View Related
Mar 31, 2011
os: fedora 9how do i check if i have glut.h installed?actually,i tried to run graphics programs in KdevelopC/C++ ,i included the line#include<GL/glut.h>and it shows an error at all functions including glut functions when i compiled it.also i have gone to project->project options->configure options->linker flags->-lglut
View 2 Replies
View Related
Feb 23, 2011
I would like to know if there is other ways of checking what is installed in my RHEL other then using rpm -qa.I realised that some programs like firefox that i dl from the firefox website and unzip to use does not appear in the results from rpm -qa.
View 12 Replies
View Related
Feb 16, 2010
I want to use samba in one of my linux machines so that I can share my directories in linux in windows machine . How do I check in samba is installed or not . I checked in /etc/init.d directory , I expected smbd executables to be there . But I can't find it there . Does it mean that samba in not intstalled there
View 6 Replies
View Related
Mar 13, 2010
When I installed CentOS v5, I declined the FTP server that cane with it because I have used and prefer ProFTPd. Now I'm not so sure what's running. How do I check what FTP is installed and / or running? ALSO there seem to be TWO ProFTPd conf files, one at:
[code]...
They have different content. Which is the one that is being used?
View 3 Replies
View Related
Nov 9, 2010
How to check weblogic is installed or not? and status weblogic services
View 1 Replies
View Related
Jul 8, 2010
I'm in charge of a full RHEL inventary for a client and some of their RHEL are licenced but they doesn't know the license key applied to those servers...There exists some way to check the installed (and unlicenced Servers) for RHEL 5.5?
View 1 Replies
View Related
Sep 8, 2010
Like i'm curious what version of wine i have installed...What are my current ati drivers installed...If wine isn't 1.2 or 1.3 how do i update it from command line?really any insight into this process would help its not absolutely critical to know but i've been looking around and haven't found informationOr some references to good articles to become a command line guru would be cool as well.
View 8 Replies
View Related
Jan 13, 2011
when trying to use "yum install skype" i get this line below No Repositories Available to Set Up
View 1 Replies
View Related
Apr 8, 2011
I have a doubt, suppose i have a module having different versions.I have installed one of these module, now i want to check module info of installed module, Is there any way to check it
View 2 Replies
View Related
Apr 13, 2011
I use RHEL 5.5. I think after installation of RHEL the GNU make is as default installed. But I want to check this and it's version. How to do that?
View 8 Replies
View Related