Red Hat / Fedora :: LibUSB On FC - Yum List Installed

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


ADVERTISEMENT

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 View Related

Fedora :: Repository List And List Of Installed Applications?

Feb 17, 2010

I understand there is a file that stores the repositories' information, but I can't find it!Is there a way I can create a list of what applications have been installed?The idea is that if I am running a backup, finding a way to save the repository list and applications installed so if I am upgrading, or fixing a borked system by re-installing Fedora, I could copy the repo list back, and run the applications list like ode:yum install <cat apps.txt?> and get all of the applications I've installed via Yum without having to remember them all?Is there anything else, outside of /home, I should look at backing up? SELinux settings?

View 6 Replies View Related

Fedora :: Save "list Of Installed Packages" In A List And Restore?

Mar 28, 2010

how do I save installed packages in a list and restore ...

rpm -qa > installed-software.log
yum install $(cat installed-software.log)
sorting rpm packages by size
rpm -qa --qf '%{SIZE} %{NAME}
' | sort -n

View 4 Replies View Related

Fedora :: List Of Installed Applications?

Nov 2, 2010

I've been using Fedora 11 x86_64 for over a year and am about to upgrade to Fedora 13 using a genuine Fedora installation CD that I got last summer at OSCON. I've made a full system backup, but before I take the plunge I want to get a list of all installed applications. I have tons of special applications installed, many of which took tweaks to get running. Just in case something breaks so badly that I have to reinstall I want to be sure I can put everything back, even if it takes me several days work.I know I have read about utilities that will generate a list of installed apps, but I can't find any.

View 8 Replies View Related

Fedora :: Find List Of Installed Software In 12?

Feb 1, 2010

I have installed F12. only the office package. How can I find out which programs are installed ? In fact, my question is if all the installed programs are appearing in the "applications" tab.

View 10 Replies View Related

Fedora :: Yum List Installed Packages From Repository

Feb 19, 2010

how to get yum to list all of the packages currently installed from a specific repository?

View 2 Replies View Related

Fedora :: List The Installed Hardware On A Machine?

Feb 6, 2011

I am looking for a way to list all of my installed hardware. In windows I used to use the device manager for that. Is there some GUI package I can download that is similar for Fedora?

View 2 Replies View Related

Fedora :: Save A List Of Installed Software?

Mar 31, 2011

Since Fedora isn't a rolling release distro like I'm used to, I was wondering if there was a way to save a list of installed packages to make the next upgrade easier. I'm eagerly waiting for FC15, but still on FC14, and I would like to know if there's a way to export a file that yum can reference to reinstall what program titles I already have installed.

View 6 Replies View Related

Fedora :: Yum : List Installed Packages By Keyword?

Apr 21, 2011

I want to list all installed packages by keyword. For example I want to know what packages were installed related to "game". How can I do that in Fedora?

I tried 'yum list installed', 'you search' ... but still can't find a solution. I'm not a yum expert .

View 2 Replies View Related

Red Hat / Fedora :: How To List Applications Installed On RHEL 4

Jun 3, 2010

I'm the DBA for a number of Oracle RAC databases running on RHEL 4 and our SA has moved on, leaving me with some tasks to do before we get the next SA. One task is to get a list of all applications installed on our linux servers. I know I can get a list of all rpms via "rpm -qa | less" but that spits out every rpm, which is not what I want.How can I get a list of all applications installed? For example "oracle database version 10.2.0.4", yada yada.

View 2 Replies View Related

Fedora :: Libusb-1.0 Time-out When Reading From HID Device?

Jun 25, 2009

I'm having a weird problem with libusb-1.0. I have a fresh install of Fedora 11. I'm trying to control a USB HID device (own development) and I want to offer Linux support via libusb. Writing to the device is not a problem and works without any problem. The problems starts when I want to read from the device. Under Windows everything works without a problem.

Via lsusb -v I get this information:
Bus 003 Device 013: ID 16c0:0552
Device Descriptor:
bLength 18
bDescriptorType 1

[Code]...

View 1 Replies View Related

Fedora :: LibUSB 1.0 - Read / Write Privileges For Users

Dec 13, 2010

I am developing a program that uses libusb-1.0 on a FC14 x64 system. I solved the compile and link issues, but I now have a problem with user privileges when I try to get device handles. The problem appears to be in the mounting of the usbfs. Is the an accepted fix to giving users read/write privileges for all usb devices?

View 4 Replies View Related

Fedora :: Error - Found USB Scanner (vendor=0x04a9 [Canon], Product=0x2213 [CanoScan], Chip=GL841?) At Libusb:001:006

Aug 1, 2009

Since installing F11, my Canon LIDE 50 scanner refuses to work. xsane 0.996 produces an error message: Failed to start scanner: Error during device I/O.

sane-find-scanner says it is there: found USB scanner (vendor=0x04a9 [Canon], product=0x2213 [CanoScan], chip=GL841?) at libusb:001:006 But scanimage -L claims: No scanners were identified.except once when it admitted: device `genesys:libusb:001:006' is a Canon LiDE 35/40/50 flatbed scanner

I reluctantly tested the scanner on a Windoze machine and it works perfectly. And it worked perfectly under F10.

View 9 Replies View Related

OpenSUSE :: Way To List All Apps Have Installed?

Oct 17, 2010

Is there a way to list all the apps I have installed?

View 9 Replies View Related

Software :: List All Printers Installed

Jan 30, 2010

Basically i need to test multiple printers at the same time so i will have some usb printers and parallel printers all connected at the same time and test print them by simply running the shell script.

View 5 Replies View Related

Debian :: List Only Non-automatic Installed Packages?

Apr 20, 2016

How do you list only installed packages that were not installed automatically? I see in aptitude that it will list whether they were installed automatically or not, but it is hard to find them because the are a lot more installed automatically than non-automatically.

View 1 Replies View Related

Debian :: List Packages Installed From A Branch?

May 3, 2010

I can't remember if branch is the correct term but I am talking stable, testing or unstable.

i have looked through the dpkg and aptitude man pages but can't seem to find if there is a way to search which packages on the system are installed from a specific branch. Is there a way to do this?

View 2 Replies View Related

OpenSUSE Install :: Way To See A List Of Software That Have Installed

Mar 28, 2011

im very slowly migrating across from Windows to OpenSuse. However i have a few quarms about the system and how it works.

1. Add / Remove programs.Is there a way to see a list of software that you have installed and is it quite easy to "un-install" it? I have installed Compiz and then when i went to remove it i could see 10ish items called Compiz. I was confused about how to uninstall it all from my system successfully without getting rid of something i need.

2. Software packages.I have tried to install packages from the OpenSuse site and I'm not sure what has happened to it. I have installed Virtual box from here and nothing has happened. I cannot search or even see Virtualbox anywhere. What im wanting to do is run OpenSuse as my Primary OS and then run Windows 7 on VB so i can continue to work as normal under it.

3. OpenSuse in a Microsoft domain.Is this possible? At work we use a Microsoft domain but is there a way i can install the Admin tools for OpenSuse so i can continue to work as normal by for example using Active Directory etc etc.

4. Device Manager?In Windows you have the "Device manager" a very handy tool that tells you what is on your computer, what drivers are missing and need installing etc. I can't see anything like this in Suse. Im not sure if all my hardware is installed once i am in Suse like Graphics cards, sound card, network card, card reader, and anything else that is on my PC etc.

5. Partitioning. Can someone give me a good description on how OpenSuse partitions your hard drive. I have seen it gives you a "swap?" drive etc but unsure as to what this is.

View 3 Replies View Related

General :: Get List Of Dependencies Of Non-installed RPM Package?

Jun 8, 2011

apt-cache show <package> shows also it's dependencies.yum info <package> does not show dependencies, but it obviously know them.How to ask yum for dependencies of specified package?

View 1 Replies View Related

Ubuntu Installation :: How To List Installed Packages

Mar 3, 2010

How can I list what i have installed for current packages, excluding what normally comes with a fresh install of 9.10?

View 8 Replies View Related

Ubuntu :: Backup List Of Installed Apps?

Jun 23, 2010

How to make a backup of installed applications?

In the answer there was some program which would create a file listing all installed apps and store it in /home. On updating the OS or re-installing, the file would be used to re-install all apps listed.

View 5 Replies View Related

Ubuntu :: Upgrading - List Of Installed Software

Nov 5, 2010

Finally, I found time to start moving from 8.10 to 10.10. I now start preparing the moving (backup data etc). I have installed quite a lot of software via the package manager, many of them I do not remember. Is there a possibility to create a list of installed software in Ubuntu 8.10 ?

View 5 Replies View Related

Ubuntu :: Get Detailed List Of Installed Packages?

Nov 25, 2010

I know I can do a dpkg --get-selections to get a list of installed packages. Is there a way to get the version of the package listed as well?

View 1 Replies View Related

Ubuntu :: Generating A List Of Installed Apps?

Dec 5, 2010

How can I generate a list of all the apps I have installed in my Ubuntu installation?

View 3 Replies View Related

Ubuntu :: Get A List Of Packages That I Installed Deliberately?

Feb 23, 2011

In MacPorts, the ports I would be looking for are the requested ports. They have a system so that when you install a port, that port is marked as requested. Also if you want to keep a port that was installed as a dependency, you can set it to be requested manually. Does the Debian system have the same functionality? It seems that there are some utilities that get that done..

View 3 Replies View Related

Ubuntu :: Newly Installed Application Does Not Appear In List?

Feb 26, 2011

A friend installed QCad. All seemed well but he cannot find the app in the Applications menu under any category. Strange thing is, the Software Centre shows that it is installed. How can he run it if it does not appear in the Apps menu?n it be run from the command line?

View 4 Replies View Related

Ubuntu Installation :: Way To Get List Of SoftwareI Installed

May 31, 2011

I'm considering rebuilding my system. Is there any way to get the list of software that I added? I know I can see the list of installed software in Ubuntu Software Center, but that list includes items that were included. Rather than going through that long list to see what was included and what I added, is there a way to see only the items I added?

View 3 Replies View Related

Ubuntu Installation :: Get A List Of Pre-installed Packages?

Jun 10, 2011

I'm working on a script that keeps track of user explicitly installed packages (no deps, no default packages), where can I found a list of ubuntu natty preinstalled packages ? Is there some file in the filesystem or in installation disc ?

View 3 Replies View Related

SUSE :: Find A List Of Installed Software?

Jan 24, 2010

Where can i the instald software in suse11.2 with kdeis there the same as in windows configuration->software.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved