Software :: Flag For The Cvs Command To Check The Latest Tag Of A Certain Package?
Nov 4, 2010Is there a flag for the cvs command to check the latest tag of a certain package
View 1 RepliesIs there a flag for the cvs command to check the latest tag of a certain package
View 1 Replieshow to check what my latest installed drivers are and how to install the latest? If I search for Nvidia in YaST then noting comes up. I beleive the latest drivers from Nvidia are 195.xxx
View 7 Replies View RelatedAfter 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?
Is there a flag or option to discard case sensitivity to find whether package is installed or not?
from http://www.rpm.org/max-rpm/s1-rpm-query-parts.html
Quote:
Note, however, that RPM is a bit picky about specifying package names. Here are some queries for the C library that won't work:
Code:
rpm -q libc-5.2.1
Let say I want to find out whether PyQt is installed or not but not sure the exact case, i.e. pyqt or Pyqt or ....
is there a way to find whether a package is installed or not without knowing its case exactly?
i would like to create a script that calls a command with a flag....
/usr/bin/wget
calling
"curl -O"
[code]....
Background: An [old] x86-based server running Debian Squeeze screwed up one of its SCSI hardware raids. Since the problem seemed more related to the raid controller than the disks (the disks still responded and I was able to restore their contents with some trickery), I got myself a QNAP NAS TS-119 as a replacement, installed Debian on it and wanted to install the original set of packages to the new platform.Instead of simply installing all packages on the QNAP that were on the old x86 box, I wanted to maintain the status of automatically installed packages in aptitude.
After looking at /var/lib/aptitude/pkgstates and a bit of confusionI looked at the aptitude source code and found the following rather simple explanation:Aptitude merges the package status information from apt and aptitude without storing redundant information in its own status file (which is good). This means the information aboutckages that were automatically installed is tracked in /var/lib/apt/extended_states.This may seem trivial but I couldn't find this information on the Internet I thought I'd submit a dummy question here in case others are havng similar problems.For the sake of completeness: There seem to be situations (like pending actions) where aptitude will store auto-install information in its own state file, /var/lib/aptitude/pkgstates.
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 RelatedI use the command
Code:
dpkg -l
to see all the packages installed in my Ubuntu. The question is that I want to uninstall the latest package but there's no date in the package list made by the command "dpkg -l". so how can I do that?
I'm just curious if this link:[URL}which downloads it in tar form has the most recent version of dvb-apps.I recently noticed a sudo apt-get install dvb-apps option, and from what it sounds like, it's a much older version. Can anybody confirm this?The other thing though is when I successfully install the tar package, why if I try sudo apt-get install dvb-apps is it wanting to install it, as if the tar was never installed?
View 1 Replies View Relatedwe need to install R on a new server. When we go to compile R it goes through the checks and finds GCC but fails looking for F77. What is the suggested Fortran package with the latest GCC?
View 1 Replies View RelatedI am trying to understand the join command. I wish to join two files:
Code:
$ cat test1
a 0
b 2.51
c 19.85
$ cat test2
a 0
b 2.51
[Code]...
this is great but I do not understand why join ignores the -e flag and fails to insert FOO in the empty field.
I'm trying to install Eclipse from synaptic but it only has version 3.2 while there's a version 3.5 out there. How do I get synaptic to provide the latest versions of anything?
View 6 Replies View Relatedi gotta install ubuntu on 5-6 machines , The latest iso image does not offer me package upgarde (the one you get after apt-get update and dist-upgrade) . its about 300 Mb which would be a pain for downloading on different machines.. Is there a way to slip these into the iso image.
View 4 Replies View RelatedI want to install latest downloaded package of openssh v 5.6(tar.gz) from original site but not succeed.
steps followed:
1. remove rpm with: rpm -e openssh-ser....rpm
2. extract package, go into directory and run ./configure command
after looking at this thread [URL]... i found out that my printer is no longer working with the latest CUPS package (in -Current). I tried to delete the printer and re-adding it again with the same driver, but it failed with an error message: Bad device-uri "cnij_usb:/dev/usb/lp0"! I have tried to use the driver provided by Canon or by the automatic detection by CUPS, but it ended with the same results
View 1 Replies View RelatedI have dowmloaded the latest version of Gnome Nanny, but have run into an instal problem at the first hurdle:
I have extracte the folder to Documents: Cd/ to the folder and run the ./configure command and get this message: No package 'pygtk-2.0' found
I have checked the install files and edited the lines which contain the above to now read pygtk -2.0 >=2.8 as 2.8 is the version of python I have installed. In package manager it only goes back to v2.2.
How I can get around this error?
Running Ubuntu 9.1 karmic Koala.
I am trying to build something with checkinstall but it is throwing this error message -
Code:dpkg-deb: parse error, in file '/var/tmp/tmp.tZtdRb9biy/package/DEBIAN/control' near line 3 package 'eina': field name `System' must be followed by colon make install works fine, but I would like a .deb to be built.
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?
I regularly compile something from a source repository that has a certain set of dependencies. Some of these dependencies are dev libraries that are provided via other libraries but are not considered installed packages in themselves, so I cannot test for some dependencies directly.
I am currently parsing an "apt-cache showpkg" output to check for some of these provided dependencies. This is somewhat kludge-y and messy, and I was looking for a more elegant solution.
Is there an APTITUDE option that will directly test for the presence of a library that is part of some other package without having to know the name of the package that the library is part of?
Looks like the following command does it:
Code:
wget http://www2.ati.com/drivers/linux/$(curl -s http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx | sed -n 's/^.*(ati-driver-installer[^"]*)">.*/1/p')
I'll add it in atiupgrade soon, so it will try this before the version hardcoded in the script.
I want to tail the latest log file in one command line. I dont know what command/option to use for the same.
View 5 Replies View RelatedI m using pidgin2.5.5-1 that is old version of pidgin because of some proxy issue, I dont want to update it anymore but it keeps on showing its update in package updater its very annoying...How could i get rid of it ?I want package updater show all updates except this...that is permanently remove it from update check list.
View 2 Replies View RelatedBecause I was getting some package errors, I ran the Repair Installed System option that shows up after boot. During System Check when earching for package databases,YaST2 is not able to find /var/lib/rpm/Filemd5s. After a while, a YaST2 box pops up and says that it Successfully rebuilt the package databaseïbut I get the same error when I run System Check again. I've chosen both Rebuild Package Database as well as Revert to Original Package Database (saved by YaST)In both cases, it saysat it was successful, but the same error occurs the next time I run System Check
View 7 Replies View RelatedI'm building a RPM package. In my SPEC file, in the "%pre" and "%post" sections, I need to be sure that Postgresql-server is started.I tried to add a "PreReq: /var/run/postmaster*" but the * is not interpreted ! (filename changes, depending on the linux distribution)Is this way test that this file exist (or test if the result of "pidof -s/usr/bin/postmaster" is empty, for example
View 2 Replies View RelatedCan't get an applet to initiate on a gaming site...is their a simple terminal command to install the latest version of Java?
View 9 Replies View RelatedI recently decided that I want to install mplayer on fedora 13. Problem is, everytime I try, a new problem arises. I've tried add/remove software, and it said "package download failed, check internet connection" which doesn't make sense because I'm connected to the internet and my connection is fine. So, then I tried yum install mplayer, that gave me an error.
View 5 Replies View RelatedI did the "yum update" today, the process was doing well but, the follow error appears:
Transaction Check Error:
installing package kernel-PAEdebug-2.6.31.12-174.2.3.fc12.i686 needs 9MB on the /boot filesystem
Look:
Code:
Transaction Summary
==================================
Install 10 Package(s)
Upgrade 33 Package(s)
Remove 1 Package(s)
[code]....
I just installed Ubuntu 11.04 but "whenever i try to download or install any software from 'Ubuntu software Center'it gives error: "Failed to download Package Files Check your internet Connection" Internet is working fine!I've also tried the command: "sudo apt-get update"
View 2 Replies View RelatedI've just installed java (jre-6u21-linux-i586.bin) on Red Hat 4.4 AS and issued this command to check the java version: java -versionand got :bash :java: command not found
View 4 Replies View RelatedI tried changing the source to a few different ones and I picked "Select Best Server". Still getting the same msg. I am on a wired connection and there is nothing wrong with my connection.Anyone know the solution if not how do I install nvida drivers?
View 1 Replies View Related