Debian :: Apt-cache Search Won't Find Any Match - Install G77 In Squeeze / Sid?
Apr 1, 2011I need to install g77 in this distribution, but an apt-cache search won't find any match.
View 1 RepliesI need to install g77 in this distribution, but an apt-cache search won't find any match.
View 1 RepliesI have it installed and running nicely so I am following sqlpython's "How To: Full multimedia in Squeeze" to get my various players playing. sqlpython seems to have been running a KDE environment while I am running Gnome, but that should not make a critical difference.
If I do (as root) apt-get install libdvdcss apt does not find it. Same result for libdvdcss2.
BTW, which of these would be more appropriate for my 64-bit squeeze?
etc/apt/sources.list shows:
#
# deb cdrom:[Debian GNU/Linux testing _Squeeze_ - Official Snapshot amd64 NETINST Binary-1 20100217-22:04]/ squeeze main
[Code].....
I am using sed to process an ascii tcpdump file whereby each packet is processed into a line with the same number of columns and useful information is pulled out like the time, packet type, length, and also IP addresses, payload type and port numbers where appropriate. The time is already changed to seconds, followed by the protocol over ethernet, such as IP, IP6, ARP etc. and I can change anything it detects as IP, IP6 and ARP into some other string, pulling out necessary information depending on the protocol and payload.The beginning part of the search for IP starts with the sed search /([0-9][0-9]*.[0-9][0-9]*)[ ]IP[ ,] ... /, where time is in seconds and ellipses means more stuff, and likewise for IP6 and ARP.But how do I process the lines that are NOT IP, IP6 or ARP? (Specifically NOT /IP[ ,]/, /IP6[ ,]/ or /ARP[ ,]/.) So that I can format them into a string with the same number of columns.
View 2 Replies View RelatedThe searchfunction in Gnome 3 does not find the files in my DropBox. When searching it does find the DropBox folder, but not the files contained in them.
Dropbox folder is placed in /home/myusr/
All other subcontent folders in the home directory does show up in gnome search,
Went through Google and DuckDuckGo but was unble to find out how to manually change the places that the searchfunction indexes.
I've got 2 problems:1. How can I use the find command to search for devices files?2. I need to find all files thaare 6 months (or more) old and that have a size of 2 Mo or more. What would the code look like?Oh and also, how can I use the cat command to insert text in a file?
View 2 Replies View RelatedHow apt-file works.
Background: I (like somebody else) needed to figure out which package wx-config is in.
Code:
Question: Which package makes a link?
Also why wx-common NOT depends on libwxgtk2.6-dev.
I decided to upgrade to Squeeze from Etch.
not upgrade, but moving from etch to squeeze.
Clean new install. Format disks, re-partition...etc.
All goes perfectly well, until I reboot into my newly installed Squeeze.
After the messages from the bios motherboard, there is a black screen with a flashing cursor, and nothing else happens. Now it should have been the GRUB coming up and asking which system to boot into. But there is nothing at all on my screen.
I thought I've done something wrong during install, so I formated the disks again, and re-installed squeeze again. Just paying close attention to every message, before I went further.
And AGAIN, when rebooting into the system, there is nothing on the screen.
I must be having a "senior moment".I just downloaded 'debian-sq-di-rc1-i386-netinst.iso' but I can't for the life of me find a list of Debian md5sums.I know I've done it before but I'm stumped. Sorry to be a pain.
View 3 Replies View RelatedI'm running Debian Squeeze now, just did an upgrade yesterday. I had wl for my wireless and it was all working fine in Lenny. Now that I'm upgraded, wicd can't find anything at all.
[Code]....
According to this aMSN is included in Debian Squeeze, but when I try to install it with aptitude it can't find it. it can find (and correctly installs) amsn-data. Why, and how do I solve this? I'd rather not install through other means if at all possible.
View 6 Replies View RelatedI'm attempting to install ndiswrapper-dkms package. The installation fails due to the following error:Module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed. dpkg reports that the source is installed
[code]....
I've been searching google for the past couple of days but haven't found anything specific. Any ideas to get me going in the right direction?
uname -a reports
Linux debtop 2.6.32-trunk-686 #1 SMP Sun Jan 10 06:32:16 UTC 2010 i686 GNU/Linux
In my last installation of debian (Squezee unstable), i dont have problems with the sound.But with my new installation of squezee, when i tried to activate the volume control (With the gnome applet), the system told me this (Aprox):Volume control cant find devices to control. You dont have the correct addons of Gstreamer or sound device configurated
View 14 Replies View RelatedI use the following command to find under /var some param in my script
grep -R "param" /var/* 2>/dev/null |grep -wq "param"
my problem is that: after grep find the param in file grep continue to search until all searches under /var/* will completed
How to perform stop immediately after grep match the param word
For example when I run the: grep -R "param" /var/* 2>/dev/null |grep -wq "param"
grep find the param after one second.
But grep continue to Search other same param on other files and its take almost 30 seconds
How to stop the grep immediately after param match?
I'm trying to find a good desktop search tool. Beagle is dead, Recoll and Strigi are KDE, and Tracker is not many features (can't even search Thunderbird 3). Do I miss something? Is desktop search on Linux dead? Should I use Google Desktop Search instead
View 2 Replies View RelatedMy cache is full, and I've tried doing "apt-get clean" to no avail. I also can't find any apt.conf file in my system.Here is a screenshot of the error message that pops up when I open Synaptic Package Manager:PS: I'm pretty new to Linux, especially Debian; most of my Unix-like OS experience is with Mac OS X. My Musix installation is in a VMWare machine.
View 1 Replies View RelatedIs there anyway to show package size that comes up in the search so you don't have to apt-get install package individually and wait for the installation initiation and then reject to install after it gives u the [y/N] confirmation thing?
View 2 Replies View RelatedI'm trying to find exact matches of some users in the /etc/passwd file using "grep -w", but it doesn't always work. For example, I have the following users:[URl].. So, let's say, I want to search for the user "stewart" (which doesn't exist)
[Code]...
am trying to find a proper regex to match the two numbers in the following log entry.
Code:
15:08:16.142 INF Found 64468
15:08:16.142 ERR [Uniform test code=64469]
Basically the pattern I'm looking for will match the two different numbers spanned across two lines.Thought I need to use multi-line mode as follow but this doesn't match on [URL]...
Code:
/^($[0-9]{5}
[0-9]{5})$/m;
how to install Dropbox for Debian Squeeze from source.Please read everything before you begin. I prepared it as I installed Dropbox for my own system. Please Note: I use sudo, you may have to use root or 'su' from the command line. If you don't know the difference between sudo and su, then you shouldn't try this until you know. At the time I did this, the lastest dropbox version was 0.6.7.
View 7 Replies View RelatedI have following 2 files
File1
10.1.1.1
10.1.2.1
10.1.3.1
File2
10.1.3.1
10.1.2.1
10.1.1.1
Both are reverse of each other. Now, basically if you see, the contents are same, but in different order. Is there any easy way in which i can find out like which items dont match between 2 files, regardless of order. Lets say i add 10.1.4.1 to File1. Now the result of such comparison should be only '10.1.4.1'. Currently if i am comparing both files using diff, it gives me all the lines.
I want to install VGA driver on debian squeeze. my VGA is "Intel Corporation 82G33/G31 Express Integrated Graphics Controller".I do not know which driver I must install for this VGA.Does Linux recognize related driver ?
View 3 Replies View RelatedI just upgraded my laptop (thinkpad T61) OS from Lenny to Squeeze. Everything worked fine out of box except I found when I use pcmanfm or nautilus, I couldn't locate the cursor focus by typing a letter that a filename begin with. It is something I used heavily everyday and I just couldn't lose it. Since it failed in both pcmanfm and nautilus I think it might has something to do with Squeeze.
View 2 Replies View RelatedBit cretinous but how do I safely install squeeze, the testing version of Debian,to replace my Debian Lenny 5 backports current version?st shove something into apt/sources or whatever it's called and then 'aptitude safe-upgrade' or something?
View 5 Replies View RelatedThere is a java program depends on jre 1.5, but, it seems no such package on apt server. I downloaded a bin file from java official page, but the installation couldn't complete.
View 12 Replies View Relatedi screwed up a good debian install with wine. before i do it again i want to know what the best way to get and install wine . AMD 64, toshiba L645D laptop with 3G ram. ATI radon openGL . I read several pages and seems they suggest to compile from source (which i can do i think). others say to use aptitude .
View 7 Replies View RelatedI'm a user of dropbox, I use it to save my pc. Today I've discovered that I do not have Dropbox installed.I tried to install it quickly, but I was unable. I receive astrange error, that seems like if I'm using a newer library.Are there some repo than I can add to try to install Dropbox by the aptitude or apt-get command?
View 2 Replies View RelatedCode: root@debian:/# apt-get install firefox Reading package lists... Done Building dependency tree Reading state information... Done Package firefox is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'firefox' has no installation candidate i always get this when installing firefox. is there a way?
so with flash.
Very recently, I installed 10.04 on a laptop with the 'Try it' option. After installation, I installed Skype - I'm not sure if it was from the Software Center or via apt-get. Today, I installed 10.04 as a full installation on my desktop. The laptop shows Skype in the software center, and apt-cache search skype shows "skype - VOIP and instant messaging client", but the desktop doesn't show it anywhere.
View 1 Replies View RelatedI have the following query:
Code:
$sql="SELECT table1.datetime, table1.user_id, table2.ip, FROM table1,table2 WHERE id='$id' AND (table1.id = table2.id AND table1.datetime = table2.datetime)";
In table2 the datetime fields are about 1 to 2 seconds off due to the source of the data, which I cannot change.
Is it possible via a query match table1.datetime & table2.datetime by HH:MM (ie. to the minute instead of to the second)?
i have debian lenny installed, download the debian-507-i386-netinst.iso and installed with the VirtualBox virtual machine, the network is working, when i run the apt-get update downloading the cache:
View 1 Replies View Related