OpenSUSE :: Apt-Get Search Yields No Results
Jun 5, 2010
I've just installed OpenSUSE. I've never used it before. I typically use apt-get to install applications when using Ubuntu; so I'd like to use it with OpenSUSE. I've read some documentation saying that I need to go to YaST -> Software and search for "apt" or "synaptic." However, both of these searches yield no results. Additionally, using the Software Manager to search for these yields no results. What can I do? When I search for something in OpenSUSE and there are 0 results, I get HTML bold tags around the search criteria where it says there are no results (as in, I can actually see the code for the bold tag).
View 9 Replies
ADVERTISEMENT
Oct 6, 2010
having only one instance of my search results
View 5 Replies
View Related
May 5, 2010
I have this multiline variable code...
View 5 Replies
View Related
May 29, 2010
Open synaptic. Type in the word "Game". Then you have to scroll down through the list of results and mark each one, individually. Is there any way that I can simply mark ALL the results of the search? There is an "Unmark all" button. Can we get a "Mark all" button? It would have to mark only those packages that currently appear in the right hand box.
View 3 Replies
View Related
Mar 22, 2011
Upon a while of searching, I think I failed to find the correct terms and I'm posting here. I often use mlocate to search for files. For example, if I say
Code:
$ mlocate temp_2.pdf
I'll get two results:
Code:
/home/kmc/Documents/latex/temp_2.pdf
/home/kmc/Documents/latex/test/temp_2.pdf
Now if I want to open one of them, I'll have to either open Acroread and browse to their locations. Or select and copy, and call acroread in terminal like
Code:
$ acroread /home/kmc/Documents/latex/temp_2.pdf
This is tedious to me. I'm thinking of a way of quickly open its search results, I've tried pipes like this but it doesn't work:
Code:
$ mlocate temp_2.pdf | acroread
maybe it doesn't work this way. So what does the trick? What's the name of this trick? I've googled for
Quote:
Linux bash catch output, pipe output, open mlocate results And is it possible to handle multiple lines of output, e.g., can I choose which line of output get forwarded to relative programs?
View 9 Replies
View Related
May 14, 2011
I am using Files and Folders search application in Ubuntu 11 recent version. App that shows up on side. However I am not sure how clean its search result. I do not see any option.
View 2 Replies
View Related
Jul 12, 2011
I'm running Ubuntu 11.4. I've played with different versions of Picasa, installing the Linux version via Ubuntu Software Center and also using Wine. At a certain point I had several versions of the application installed and things were getting. When I search for Picasa in the Unity application search field (clicking the button with the dot in the centre at the top left of my screen) I got several results for Picasa, some of which when clicked would start Picasa and some which wouldn't. When I remove all versions of Picasa both from Wine and native I still get some results for Picasa which don't start Picasa when clicked.
View 2 Replies
View Related
Apr 29, 2011
I've just upgraded to 11.04 and really like it so far, everything seems to be running smoothly and I had no issues apart from a broken Emerald which I removed (and installed compiz-gnome and then made gtk-window-decorator the default, which fixed Unity segfaulting on Emerald).
My problem now is that when I use the Unity dash to search for something, it takes a while to search and then finds nothing. I'm pretty sure I should have things like "text editor", "gimp", "update manager", so I would think this is some manner of bug.
In addition to that, the following buttons don't do anything if I click on them:
- Media Apps
- Internet Apps
- More Apps
- Find Files
View 9 Replies
View Related
Apr 25, 2011
how I can search within a variable and assign the results to a new variable. I'll use the following as an example -
cars="Audi BMW Cadillac Chevy Dodge Ferrari Ford Mercedes"
list=`echo ${cars} | egrep -o '<A?+|<C+'`
with the echo command I get the following output assigned to list -
A
C
C
What I'd like to get for output is -
Audi
Cadillac
Chevy
how I could do this regardless of upper/lower case letters?
View 5 Replies
View Related
Jun 12, 2010
The desktop search has stopped working in Gnome.I get a message that says 'Search Service not running' with a button that says 'Start Search Service'.When I click the button nothing happens
View 1 Replies
View Related
Feb 24, 2010
Sometime during the morning of Feb 23, 2010, I accepted Update Manager's updates on both my desktop and my laptop, both of which are running Karmic and both of which have been regularly updated by Update Manager. Before the updates, which I think I saw included an update to CUPS, my Brother MFC-8820D printer had been running satisfactorily.
Since the updates, all the printer yields, in response to my attempts to print from either my desktop or my laptop, is the following six lines:
ERROR NAME;
configuration error
COMMAND;
setpagedevice
OPERAND STACK;
--dicttype---
Assuming I'm correct that CUPS was updated on Feb 23, is there some way to find out what the latest CUPS update involved, and/or how to return to a prior version?
View 2 Replies
View Related
Apr 6, 2010
I'm timing how long it takes to run a command foo. I'm looking to append the results from the time command to a file, and discard the results from the foo command. I tried the following, but it didn't do what I want:
$ time ./foo > /dev/null >> output_from_time_command.txt
View 1 Replies
View Related
May 5, 2011
Since I updated from 11.2 to 11.4 an annoying bug seems to have crept into the shell.
If I type the following and hit tab I get:
cd ~/.kde
.kde/ .kde// .kde4/ .kde4//
i.e. each directory has a / and // version for some reason. I have to enter a / and hit tab again to proceed.
If however I type the following and hit tab I get:
cd /home/tux/.kde
.kde/ .kde4/
i.e. correct as expected.
The ls command does not do this.
This seems like a bug.
GNU bash, version 4.1.10(1)-release (x86_64-suse-linux-gnu)
openSUSE 11.4 (x86_64)
VERSION = 11.4
CODENAME = Celadon
Linux 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux
View 2 Replies
View Related
Feb 16, 2011
When i start tomcat6 (on a SLES 11 box) two times without a stop in between, rctomcat6 status results into dead state.
I checked the rctomcat6 start script, in this case when the tomcat6 is already running and a rctomcat6 start is done, it display a msg that "process already running", but it continues in the start function further down & executes the TOMCAT_SCRIPT(dtomcat6) script with the start argument. And after that pid in the tomcat6.pid file gets changed but the process keeps running with the old pid, and hence when we do a rctomcat6 status, it results into dead state(bcoz it doesn't find any process running with that pid).
I think it shouldn't execute the TOMCAT_SCRIPT in this case, so in case when checkpid is success(in start function), i put an exit after the echo msg " process already running", this solves the problem, but is this the correct solution ?
function start() {
echo -n "Starting Tomcat ($CATALINA_BASE)"
if [ -f "/var/lock/subsys/${NAME}" ] ; then
if [ -f "/var/run/${NAME}.pid" ]; then
[Code]...,
View 1 Replies
View Related
Jan 22, 2011
I setup an ssh server that works fine when using the terminal, but trying to run programs like firefox fails. It will open partially and then simply hang. Less complicated programs can open successfully and run fine, but cause my remote computer to pause every 5 seconds for about a second.
View 9 Replies
View Related
Jan 6, 2010
I use frequently on my laptop the "suspend" function of opensuse 11.2.
I would like to use the "suspend" function on my desktop too running an opensuse 11.1 with default kernel 2.6.27.39, but when I restart the machine the monitor is black and the only solution is to reboot it.
Is it possible to use the "suspend" on desktop? Where is it possible to get the information to make it possible?
View 5 Replies
View Related
Mar 10, 2011
Just have installed 11.4 on an EVGA X58 I7 LGA1366 platform, 6 GB of RAM, with twin EVGA/NVidia GEForce GTS 250 SLI cards. X11 is configured for the desktop spread across all 4 monitors. I added the NVidia repo, downloaded the NVidia drivers and desktop widget. I am running the default kernel. The NVidia items showing installed via YAST are the nvidia gfx02 kmp desktop graphics driver kernel module for GEForce6xx and newer GPU's, the Nvidia G02 graphics driver for the same version card and the x11-xorg-driver-video-nouveau accelerated opensource driver for NVidia cards.
Graphics performance is horrible-- moving windows results in jittery motion, starting new programs requires a lot of time, sometimes windows leave "trails" and blur when they are moved..... and whenever anything is moved I see (via GKrellm) CPU usage go way up. I am guessing this is to service the graphics. So I am not satisfied that I have the correct driver installed for the video cards. Additionally I question that the noveaux accelerated open source driver is there as well--I would assume that was part of the install package.
From the NVidia page, using their tools to insure the correct driver is selected, I downloaded NVidia Linux-X86_64-260.19.44.run. I do not find this same driver designation (minus the .run) on any of the repo listed drivers in YAST. I assume that to manually compile the driver I downloaded its going to be configure-make-make-install or something similar. I do have (in prep for this) gcc, make and the kernel.src installed. Question is should I uninstall the existing drivers and NVidia packages before trying to build and install the NVidia package that I downloaded directly from their site?
View 3 Replies
View Related
May 20, 2011
Somehow, the wife got her laptop into this situation yesterday. The Windows partition booted normally when selected from GRUB but os 11.3 would boot to a command line login and pretty much everything besides CTRL-D was useless as the root partition was ro.
I booted a live CD and found two a couple of strange things. First, the system clock was reset to the default date/time (2007-xx-xx). I reset that. Second, after correcting the time I ran fsck on the root and home partitions. Both went through with no errors reported but the 20GB root partition took a long,long time to complete while the 80GB home partition went pretty quickly. After doing the above, the system booted normally but both partitions reported running the transaction log as well as forcing fsck where I had just done that. My question is for future reference: how does the system react to a grossly incorrect date/time, especially where all the drive data reports being much later than the reported system time? Would this be the reason for what I saw? I have no idea how the wife managed to reset the system clock, even if the
View 2 Replies
View Related
Jun 26, 2010
What is the easiest way to make it so that these transferred files will not be completely locked out and require me to go and change them one by one sohat i can access them without having to go root. Also the "apply to all subfolders and files" doesn't work. Also trying to set the SELinux rule to "userspace" doesn't do anything else. Basically i was trying to do just that transfer my $home folder over to fedora but now it's being a bit odd towards me with making everything require root access and not letting me read/write all files and folders within them.
View 3 Replies
View Related
Apr 5, 2011
i guess this is an installation issue as i am newish to Linux and got a F14 laptop from a used/refurb store... Anyway it seem i have difficulty with getting GTK running or maybe it is WGET...?
i did manage to install apt-get and was able to run synaptics ... but now whenever i try to run synaptics it flashes the interface and crashes. i tried apt-get search wget and it says invalid operation search. i tried apt cache wget and get a crash box in the upper right corner... i tried apt-get gtk+extra-2.1.2-4.fc14 and it says invalid operation gtk...
All of which is frustrating my attempts to get the GTK interface to J working. Their script uses WGET which i also cannot get.
View 6 Replies
View Related
Feb 26, 2010
When i type in a key word of a file that is certainly on my computer, no results are returned. I remember a while back a certain symbol had to be enetered in order to do the search.
Code:
Could not launch the KDE Help Center:
KDEInit could not launch 'susehelp'.:
[code]...
View 2 Replies
View Related
Apr 20, 2011
Webpin is unable to search for packages. Its search for them for ever and cannot find nothing.
Any turn around to fix the issue?
View 9 Replies
View Related
May 18, 2011
I just installed openSUSE for the first time. I customized the installation by removing unwanted software during setup, but unfortunately I must have removed something needed because when I open the main menu using the button in the bottom left corner there is the search bar missing. Which software package do I need to install to get it back?
Edit: I am using Gnome btw
View 7 Replies
View Related
Oct 17, 2010
Using Gnome, when I click on "Places", the usual drop-down menu appears; but clicking on "Home" or any of the other options in the top portion of the menu yields, not Nautilus, but "Wine Internet Explorer". What can I do to fix this?
Background: I just performed a clean install of Maverick, after a failed attempt to upgrade to 10.10 via the Update Manager. This is on an IBM Thinkpad T42, on which Ubuntu is the only operating system, all traces of MS Windows--including "Internet Explorer"--having been eliminated. In Ubuntu, the root folder, "/", and the home folder, "/home", are on separate partitions, of approximately 10GB and 40GB, respectively. Previously, 9.04, 9.10, and 10.04 have worked just fine.
View 3 Replies
View Related
Nov 17, 2010
When I try to compile some Java code on Ubuntu 10.10 (kernel 2.6+) using make and a Makefile.
I get an error indicating that the make utility cannot execute the java compile command (javac).
The error reads: /bin/bash: line 6: .: /usr/local/jdk1.5.0_18/bin/javac: cannot execute binary file
I am executing make as root. I have enabled permissions on all directories in the path /usr/local/jdk1.5.0_18/bin/javac and on javac itself.
I get this error whether using a jdk installed via ubuntu apt-get, or whether I install the jdk myself. And I get it using either Java 1.5 or 1.6
My machine has an 80386 processor. I notice the make utility is built for i686-pc-linux-gnu
However, I can manually compile using javac.
I can compile calling javac from within a bash script.
I can compile using the java compiler gcj from the command line: gcj --main=HelloWorld HelloWorld.java -o HelloWorld.exe
But I cannot compile java code from the makefile. Any reasons why I might be getting this error?
View 4 Replies
View Related
Mar 17, 2011
Like with OS 11.3 I used Yast software manager to install "nautilus-search-tool" extension to put "search for files" on the context menu of folders. But nothing works, extension doesn't appear on context menu. Is it a bug to be resolved or is there any special issue about?
View 3 Replies
View Related
May 30, 2011
Is it possible to do the following without using the Adobe reader?Adobe Reader (acroread) has a nice search feature that allows to search for strings inside all .pdf files in certain directories (e.g. show me all lines containing the word "recursion" in all PDF files in or below directory "/papers", which gives you a neat clickable list and the sentence for each hit).I much prefer Okular for viewing PDFs, but I am at a loss on how to duplicate the above feature without acroread under linux. The KDE FindFile apparently does not search inside PDFs, or at least not in an intelligible way. I do have Nepomuk running, hogging resources, but I don't understand how to query it - if this is possible at all. So what can I do besides using acroread?
View 1 Replies
View Related
Jul 28, 2010
When I try to write email, and enter the first few letters of the recipient in the "to:" box, it sometimes but not always autocompletes. i.e., let's say my contact's name is Frederick, his address is e.g. robertsharry@snotmail.com. I enter Fred or fred or fre, a couple of addresses come in to the autocomplete drop-down, but not his. After searching all over over to find his address by other means, I start to write it in manually only to find that he IS in my address book (and also in recent addresses), listed under Freddie. I know that the word Freddie is not in his actual address, but what is the point of having a search function if you have to remember the address yourself? In other words surely the drop down search should show display names (as well as any other fields)?
View 5 Replies
View Related
Jan 22, 2011
I'have already installed OpensSuse 11.3.It's the first time for me in Linux and I don't know how to search in Yeast2 the properly files to add to the System.
View 2 Replies
View Related
Apr 4, 2011
I changed the kde desktop layout to Search and Launch on an 11.3 64-bit machine and lost the ability to bring up a right-click menu on the desktop, also tried it on an 11.3 32 bit machine and experienced the exact same thing how I can solve this even if it means reverting to the default layout? I suppose I could delete and re-create the user's /home but I'm wondering if there's a way to solve this without resorting to that On the one machine I've put 11.4 on so far it's using the search and launch layout with absolutely no problems at all and finding it very handy
the 11.4 machine I'm using this layout on actually logs onto the 11.3 64 bit machine I first had the problem with via nis and an nfs /home export For the user it's working fine under I set the search and launch layout from the 11.4 machine, the user I'm getting the problem with on the 64-bit machine (nis/nfs server) was set on the server itself. The 11.3 32 bit machine however, I disabled nis and nfs so that it would use local logons and /home only so it seems to be an issue with 11.3 itself and regardless of cpu architecture
View 2 Replies
View Related