Software :: Used Apt-Get Install To Get DTC Package (Previous Version)

Oct 5, 2010

I've got version 1.2 of package dtc. I installed it using apt-get install. But I want version 1.1 of it installed instead. How do I get that?

View 5 Replies


ADVERTISEMENT

OpenSUSE Install :: 9.3 - Where To Download Previous Version

Jul 12, 2011

I'm looking for suse 9.3, was looking around the download section and couldn't find it.

View 7 Replies View Related

Ubuntu :: Install Previous Version Of Chromium?

May 3, 2010

My latest update (this am) included a chromium update. Chromium now will not do much, gets hung up on most searches, can't access gmail and a few other misc strange things so I thought I would try to go back a version, since it is in .archives. I deleted the current version 5.0.393, and trying installing the older version, and it said it wouldn't cause a newer update is available. I tried reinstalling the newer version again, with no luck.

View 9 Replies View Related

Red Hat / Fedora :: DHCP Will Not Install Due To Previous Version?

Mar 28, 2011

I am running Fedora 12 and I am trying to install the DHCP. well I use the yum -y install dhcp command and this is what I get "Transaction Check Error: file /user/share/man/man5/dhcp-eval.5.gz from install of dhcp-12:4.1.1-18.P1.fc12.i686 conflicts with file from package dhclient-12:4.1.0p1-12.fc12.i686
file /usr/share/man/man5/dhcp-options.5.gz from install of dhcp-12:4.1.1-18.P1.fc12.i686 conflicts with file from package dhclient-12:4.1.0p1-12.fc12.i686"

I am a newbie at this and I tried the yum remove, yum update and the yum update says dhcp packages available but not installed.

View 3 Replies View Related

OpenSUSE Install :: Can't Find The Link To Download A Previous Version?

Mar 23, 2010

I know this is a very silly post, however I just can't find the link to download a previous version of Open SUSE.if someone could direct me to a page where I can download the Open SUSE 10.2

View 1 Replies View Related

Ubuntu :: Install Package Meant For Older Version Of Ubuntu On Newer Version?

Jan 22, 2011

Specifically, I want Clementine player 0.6, but the guy that installed Ubuntu on my laptop put natty narwhal alpha 1 on it (don't ask me why. I wanted maverick since its stable but he never really asked. The whole thing was kinda a surprise), and Clementine only offers downloads for Ubuntu distros up to maverick. So. Can I/is there a way I can install it anyway? Or am I forced to just use Banshee until the official Update comes out and Clementine is updated in....

View 6 Replies View Related

Fedora :: F12: Installing A Previous Php Version?

Dec 9, 2009

I've just found out that drupal cms is not compatible with php 5.3 version, is there a way to install a previous version of php on fedora 12 ?

View 16 Replies View Related

Ubuntu :: Change PC To 9.10 Or Some Other Previous Version

Dec 12, 2010

I'm using Ubuntu 10.04 on my computer, I asked a couple months ago here if my PC would run it and it does well, but I believe that not as well as I want to, mainly because of my computer. Right now I have the following:

RAM: 433 MB
AMD Sempron, 1800 MHz 3000+
HD 120 Gb

So I believe that maybe if I change my Ubuntu version to, lets say, 9.10 it will work a little better, because right now the PC have a lot of lag and some other troubles when working with PDF and the GIMP, etc. and I think its mainly because of the low memory. So, what do you think? Should I change my PC to 9.10 or some other previous version of Ubuntu?

View 9 Replies View Related

Fedora Installation :: Restore Previous Version Of A RPM?

Mar 2, 2009

Is there a relatively easy way to restore the "previous" version of an RPM in FC10? The last set of updates killed my GUI and I'd very much like to get back to whatever I had before I got updated to:

xorg-x11-server-common-1.5.3-13.fc10.i386
xorg-x11-drv-evdev-2,1.3-1.fc10.i386
xorg-x11-server-Xorg-1.5.3-13.fc10.i386

View 4 Replies View Related

Fedora :: Revert To A Previous Kernel Version?

Aug 14, 2009

I'm using F11 and I've downloaded and installed kernel 2.6.30.4-25.fc11.x86_64 from koji.
Since I'm dumb.... I've installed with rpm -Uvh kernel* so now I've loose the latest stable fedora kernel...
I've tried to manually download kernel but when I try to install it complains because it's older then the current installed.
How can I restore to kernel 2.6.29?

View 1 Replies View Related

Ubuntu Installation :: How To Revert To A Previous Version

Jun 16, 2010

I recently upgraded to 10.04 on my older laptop. It's causing some unacceptable slowdown. So I'd like to go back to 09.10.

View 3 Replies View Related

Ubuntu :: Get Back Previous Version Of Firefox?

Apr 3, 2011

I did an update to Firefox 3.6.16 and now it crashes each time it loads the homepage. I don't want to use Firefox 4 yet because some of the addons are still incompatible. So, how do I get the previous version of Firefox 3.6.15 for Ubuntu 10.10?

View 2 Replies View Related

Debian :: Possible To Install Specific Version Of Package With Apt-Get

Nov 19, 2010

I am trying to install asterisk on my box. When I use "apt-get install asterisk", version 1.6.29 is installed. Is there a way I can install 1.4 instead?

View 3 Replies View Related

General :: Install Older Version Of Package Using Apt-Get

Mar 28, 2010

I am getting this when I build a project in JBoss Seam:
Code:
asookazian@asookazian-desktop:/opt/jboss-seam-2.2.1.CR1/examples/booking:10:30 PM:$ant clean explode
Buildfile: build.xml
clean:
initcopy:
initpoms:
[echo] Setting up dependencies

Build Failed
/opt/jboss-seam-2.2.1.CR1/build/common.build.xml:95: The following error occurred while executing this line:
/opt/jboss-seam-2.2.1.CR1/build/utilities.build.xml:18: Directory /opt/jboss-seam-2.2.1.CR1/classes/poms creation was not successful for an unknown reason
Total time: 0 seconds
How can I install Ant 1.7.0 (i.e. an older version of an existing package)?

Code:
asookazian@asookazian-desktop:/opt/jboss-seam-2.2.1.CR1/examples/booking:10:31 PM:$sudo apt-get install ant=1.7.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '1.7.0' for 'ant' was not found
I downloaded the zip file for 1.7.0 but I need to redo all the symbolic link stuff, no?

Code:
asookazian@asookazian-desktop:/usr/bin:10:34 PM:$ls -la ant | less
Code:
lrwxrwxrwx 1 root root 20 2010-03-23 06:15 ant -> ../share/ant/bin/ant

I'd like to keep both versions of the ant package in my Ubuntu 9.10 system if possible...

View 1 Replies View Related

OpenSUSE :: Restore Evolution Data From A Previous Version?

Aug 25, 2010

This is to request assistance or information as to why the evolution application will not accept the evolution-backup-tar.gz file from a previous version.

Situation: I upgraded by way of a fresh install from openSuSE 11.2 to 11.3 (GNOME desktop).
Before upgrading, I produced the above mentioned backup file so that I could import all the mail, addresses etc. into the new application.

Result: it does not work. The process starts up seemingly normal but then simply sits there forever with the message "evolution shuts down" - but it does'nt. I have to kill it to stop it.

I am looking forward to a resolution since it would be a real pity if I lost the mail history.

View 8 Replies View Related

Ubuntu Installation :: Revert To Previous Firefox Version?

Apr 15, 2010

Since m computer updated FF to 3.6.x FF runs really slowly if a page with java/js or flash opens. It gets so slow I can hardly use it at all. This is a known problem that many people are complaining about, as seen here:

[URL]

I would like to depreciate back to 3.5.8 or 3.5.9 until this issue is resolved, as currently this is preventing me from working the internet on my websites, etc. How can I get a previous version of Firefox to install? Using Jaunty 9.04

View 2 Replies View Related

Ubuntu Multimedia :: Downloading Previous Version Of Banshee?

Nov 23, 2010

upgraded to Banshee 1.9 and now I can't get my podcasts to play on my iPod Classic. I've purged banshee, searched on-line how to download previous versions but I just can't figure it out.

View 2 Replies View Related

Ubuntu Multimedia :: Revert To Previous Flash Version?

Feb 12, 2011

I have ubuntu 10.10 installed and running boxee.When flash updated to 10.2 the other day flash videos stopped working correctly.Is there somewhere I can get the previous version of flashplugin-installer and replace the 10.2 version?

View 9 Replies View Related

Installation :: Want To Preserve Settings From Previous Version Of Ubuntu

Apr 26, 2011

I am now using ubuntu 10.10. I am going to install ubuntu 11.04 on April 28 (after it is released). I want to preserve:
1) the list of extra programs installed by me on ubuntu 10.10 (I want to install the same programs in 11.04 also)
2) program settings

My questions:
1) From synaptic package manager menu:
File -> Save Markings (save full state, not only changes)
saves in a text file the list of programs installed on my system. I used that file to install the same programs in several computers running ubuntu 10.10. Is there a way to use that list in 11.04 also.

2) Copying the directory ~/.mozilla preserves all settings of firefox from previous installation. Like that what files should be copied for gnome applications (gnome-panel, nautilus, etc.)

View 2 Replies View Related

Ubuntu Installation :: Previous Linux Version Boot

May 14, 2011

I upgraded from 10.10 to 11.04. on boot up I sometimes get only the purple screen freeze and sometimes I actually get to the grub menu. I select the generic kernel and get the black screen freeze. same if I do the recovery mode. but if I get lucky on a reboot and can get the grub menu up again, I select previous linux version and then select 2.6.35 generic and it will boot into 11.04 with Unity. So, how can I get this thing to boot normal with the correct kernel version? I am fairly new to this linux world and don't want to have to go back to windows if I can help it.

View 5 Replies View Related

OpenSUSE Install :: Newest Version Of A Package From Different Repository?

Apr 15, 2011

My procedure for updating the installed packages was, to klick on the list of packages that are installed in the installation source @ system in YAST and choose "Update if newer version is available". Up to Suse 11.3 Yast automatically chooses the latest version from each available repository that is installed (eg, Packman or Mozilla Build Service). With 11.4 however, I noticed that it only updates a package, if a newer version is avalible in the repository from which the package originally origines. Since I don't want to look through 4 GB of packages manually, whether there are newer versions in another repository available, I ask you if I there is a posibility to get the old behavior of YAST back.

View 1 Replies View Related

Fedora :: Get A Copy Of The Previous Version Of Adobe's Flash Plugin?

Jun 25, 2010

Just wondering if anyone would be kind enough to point me to a link for the adobe flash plugin version previous to version 10.1 for i386. I don't have anything in /var/cache/yum/i386/12/adobe-linux-i386/packages/ because I think I cleared yum's cache. I'm experiencing major regressions with flash 10.1, stuttering videos and some videos no longer play. Version 10.1 is a major disaster for adobe. It really is appalling for an update. Also, if anyone else is experiencing flash version 10.1 issues, please share and if anyone is considering upgrading to it, my advice is keep the old one handy, you will likely need it.

View 2 Replies View Related

Ubuntu Installation :: Way To Get Liveboot Cd Of Previous Version Of Kubuntu That Worked?

Apr 29, 2011

I upgraded my system today from Kubuntu 10.10 (or whatever the last full release was) to 11.04 using the automated web process. I know, I know, I should have tested off a live cd or a thumb drive, foolish mistake. On upgrade the video card works, and it boots fine... but I have no keyboard and mouse. I checked the forums and realized that maybe it was a problem with the brand of keyboard and mouse I was using. so I've tried four manufacturers (even tried switching between wired and bluetooth) to no avail.I've also tried starting in recovery mode, but the problem persists.

To be specific, my bios sees the hardware just fine, and I'm able to hold down shift and pull up the selection options pre-OS, and select which one to run... and I can see the red optical light on the mouse no problem, so it's not a defect of either the motherboard or the input devices themselves. However, once in the OS, in recovery mode, or anything else, I'm left without a keyboard or mouse. As my system only has USB ports and not PS2, I can't check a hardware spec beyond what I've tried.Also, it doesn't work if I select the "boot into an older version of linux" which is odd.Can someone make a recommendation? Is there a way to get a liveboot cd of the previous version of Kubuntu that worked?

View 9 Replies View Related

Ubuntu :: 11.04: Reset Look & Feel To Previous Version - UI (especially The Gnome Panel)

Apr 30, 2011

I just updated to the new Ubuntu version 11.04. The new user interface is innovative, but I can't work effective with it. Is there a way to reset the UI (especially the gnome panel) to the the way it was in earlier versions??

View 6 Replies View Related

OpenSUSE Install :: Update Package Sax2-tools To Version 8.1-618.1?

May 15, 2010

When i update package sax2-tools to version 8.1-618.1, from Xorg repository 11.2, it autimatically offers to delete the following packages:

sax2
sax2-gui
sax2-ident
sax2-libsax
sax2-libsax-perl

Dont know if this is a wanted behaviour.

View 3 Replies View Related

Ubuntu :: Install A Newer Version Of A Package Than Exists In The Repo?

Aug 13, 2010

I am running Ubuntu 9.04 at work and have a sudden need to install a newer version of python-support (> 0.9.0) than is currently available in the repo (0.8.7) for my Ubuntu version. Upgrading to 9.10 is not an option as we are planning to jump to 10.04 LTS in the next few months and I am unable (unwilling) to mess with a complete upgrade prior. Is it possible for me to upgrade to the newest version of python-support - or is this package OS version specific? Assuming it's possible, how might I go about the process of upgrading?

View 2 Replies View Related

Ubuntu Installation :: Find A Version The Entire Package AND Install?

Jun 7, 2011

No matter how I try, or how many sources I go to, every instance of open office gives me an error message saying that the JRE (Java) file is corrupt. I cannot find an instance of Open Office I can download regardless of the version. I have no Open Office now. How can I find a version that will give me the entire package AND install? I've had a lot of trouble getting any version to install...but that may be due to the corruption of the JRE file

View 1 Replies View Related

Installation :: Previous Ubuntu Version In Grub Not Recognized In Synaptic / Sort It?

Apr 6, 2011

I recently got my Dell XPS 17 and configured it to do dual boot into Win 7 and Maverick. Apparently, Maverick does not play nice with the newer hardware in this laptop so I decided to upgrade to Natty Beta. All has gone fine except for one little thing. When bootting Grub shows my WIn7 and Natty options but it also shows an option to use the older ubuntu version. It does not actually work as it stops receiving input at the user selection screen. I can't remove the image as it does not show up in synpatic nor is the package found when using the apt-get remove [linux image version] command.

I searched the forums and found that this guy:
http://ubuntuforums.org/archive/inde...t-1489362.html

was having the exact same problem as me and had tried exactly the same things as I have, and I still don't know how to remove those old files. I don't even know where these config files could be so that I can manually go in and remove them. I could live with the option in the Grub but I'm kind of a tidy freak and it annoys me to have a non-functional booting option taking up space.

Is it correct for me to think that a clean reinstall of natty would purge that ghost from the Grub? Also, how easy is this process and can the process mess up the MBR and not be able to do the dual-boot?

View 2 Replies View Related

Ubuntu :: Install Flashplayer - Found The Package On The Adobe Website - Chosen The Version (9.04+)?

Mar 15, 2010

Probably a stupid question. I want to install flashplayer- found the package on the adobe website- chosen the version (9.04+) and I then get the question 'Choose an application' - to open it with. What do I do now? This prompt simply takes me to file browser. Or is there an easier way to do it?

View 5 Replies View Related

Programming :: RPM: Package Requires Old Version Of Same Package?

Nov 22, 2010

I'm building a certain RPM package that must require an old version of that same package in order to be installed/upgraded. Is this possible?

For example:

For a package foo v5, somewhere in the spec file:
"Requires: foo >= 4"

I'm declaring this on the Requires tag of the spec file, but when I try to install or upgrade the package (without having the previous required version installed) I get no dependency error! As for other dependencies it all works fine. If, instead, I create a package named "bar" that "Requires: foo >= 4", when installing I do get the expected dependency error. I'm thinking it's not possible to require an old version of the same package.

View 2 Replies View Related







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