General :: Downgrade 10.10 To 10.04 Without Reinstalling OS?

Nov 30, 2010

Is there any way to downgrade 10.10 to 10.04 without reinstalling linux?

View 2 Replies


ADVERTISEMENT

General :: Downgrade JRE's Version In Ubuntu?

May 13, 2010

currently I am having jre 1.6.0_20 i want to downgrade it to jre 1.6.0_17 ? how can I downgrade?I'm using Ubuntu 10.04 LTS

View 1 Replies View Related

General :: Reinstalling Me Menu In Lucid 10.04

Sep 1, 2010

I accidentally deleted the Me Menu in 10.04 when I installed global menu.

View 2 Replies View Related

General :: Downgrade And Remove Rpms In The Same Command?

Mar 22, 2011

I have a problem where in order to satisfy RPM dependencies, I need to remove packages and downgrade them in the same command. Imagine the following situation Before

A v2.0 depends on B,C
B v2.0 depends on C > 1.0
C v1.1

After

A v1.0 depends on C
C v 1.0

If I issue a

$ rpm -Uvh --oldpackage Av1.0.rpm Cv1.0.rpm

it will fail with "B depends on C > 1.0" If I issue a

$ rpm -e B

it will fail with "A requires B" so I appear to be in a catch-22. The obvious solution is to use a "--nodeps" and remove B before doing the downgrade, but I am creating these commands programmatically so I was hoping to use dependency resolution as a sanity check against an incorrect script. Is there any way to perform this downgrade without breaking the RPM dependency sanity checks by force?

View 2 Replies View Related

General :: Downgrade/alternate Install Gcc-3.0.1 In Fedora 10?

Feb 12, 2010

I am trying to install ns-allinone-2.26 & nrlsensorsim. But it gets failed. When i explorer the problem, i found that only gcc problem in fedora 10. So i tried installing gcc-3.0.1.tar.gz but it gets failed during "make". So please guide me to overcome this problem. give me steps either to downgrade or to install alternate gcc version (gcc-3.0.1 or gcc-everything-2.95.tar.gz)

View 2 Replies View Related

General :: Recovery - Reinstalling GRUB On Linux Netbook?

Apr 4, 2011

I have a distribution called Easy Peasy on my netbook, it's Ubuntu-based.Today when I started it up it told me 'grub corrupt'. On subsequent start-ups it displays 'unknown filesystem.' I'm given a prompt labelled 'grub-rescue>' but I can't get any commands to work I've tried booting off a Live CD of Easy Peasy. That works fine, but I can't get to my files. I've tried using a program called photorec and it can recover files from the drive but it dumps out gigs upon gigs of unlabelled files, many of which are things like system files or web browser cache -- I only have a few dozen text files I actually need, so this is pretty unworkable.

I'm trying to reinstall grub, which I understand to be part of the booting process, but I've had no luck; any set of instructions I've followed has inevitably run into some error or a step I don't understand.How can I get at my files in an easy to recognise way (such that I can navigate the original directories and get what I want)? OR

How can I easily reinstall grub such that I can just use the system like before without having to reinstall everything and lose my files?I think my drive is sda or sda0. In grub's device.map it's called hd0.

View 3 Replies View Related

General :: Implications Of Bad Blocks When Reinstalling A Disk Image

Mar 17, 2010

Let's say I'm using one of those PCs that uses a SSD flash drive in place of a more regular HDD.

Say I burn my favorite .iso distro and install it on this PC. I install my favorite applications and seek out and install any missing drivers and generally tweak the system like you do. When I am finally happy with it, I make an image of this installation to an external USB drive.

Now, say 9 months later some of those SSD blocks have gone bad because they were erased too often. They're no longer usable. Also, because I'm a sloppy person who can't be bothered to delete redundant stuff and run make-cleans and so forth, the disk is getting pretty cluttered and takes longer and longer to do stuff.

I decide the obvious solution is to remove and save any data I need to keep, then just over-write the disk with the image I made 9 months earlier.

The question is: will the firmware be smart enough to re-map my incoming image to avoid these bad blocks on the SSD? Or am I going to wind up with some parts of the image being located on bad areas of the SSD?

View 2 Replies View Related

General :: Saving User Account Settings When Reinstalling?

Jul 30, 2010

When I reinstall my distro (MEPIS, for the last 2.5 years), making my new user account preserve all the old account's settings has always been a difficult and very messy process, especially if I have installed a new copy on another partition. (I'm doing that soon, so I have this copy as a backup until I have everything the way I want it on the new copy.) Most of my stuff gets saved, but not everything. The biggest problem is that, even if I select "preserve data in /home" in the MEPIS installer, my keyboard shortcuts become unusable (not completely erased) under odd circumstances. They're still listed in file /home/josh/kde/share/config/khotkeysrc, but they still can't be used, and I have to open hhotkeysrc and manually delete them and then reenter them in the menu editor (the K menu, by the way, gets completely overwritten).

I can't just overwrite the entire new user account with the old one; I've tried, and something goes wrong so that the new account can't be opened (probably because some important files are inaccessible--I can't tell which ones they become inaccessible).Anyway, is there a program that can preserve all the user account settings neatly for a new installation of the distro? I am supposing there is a program or at least a method, because I never hear others complaining about this problem. I probably don't know something I should know.

View 4 Replies View Related

General :: Recover Beside Reinstalling Ubuntu Studio From Scratch?

May 13, 2011

I have forgotten my user password and cannot get past the logon screen. Is there a way to recover beside reinstalling Ubuntu Studio from scratch? (I am new to Ubuntu Studio).

View 4 Replies View Related

General :: Downgrade Gcc-version To Compile Mex-files For Matlab - Permission Denied

Feb 22, 2010

I am trying to run matlab 7.7 (R2008b) on my ubuntu 9.10 distribution..the thing is that I am totally new with both matlab and linux and I get the following error message from matlab when I try to run an example mex-function:

>> mex yprime.c
/home/margareta/Desktop/matlab/bin/mex: 1572: gcc: Permission denied

Warning: You are using gcc version "". The earliest gcc version supported with mex is "4.0.0". The latest version tested for use with mex is "4.2.0". To download a different version of gcc, visit [URL] eval: 1: gcc: Permission denied mex: compile of ' "yprime.c"' failed. Error using ==> mex at 213 Unable to complete successfully.

I had gcc-4.4 as default on my pc, so after this error I downloaded an older version (gcc-4.1) and removed with rm the symbolic link in /usr/bin pointing to gcc-4.4 and created a new one pointing to gcc-4.1. Now when I type gcc -v in the terminal it says that gcc is in the packages gcc and pentium-builder, to do an apt-get install. I tried that but than it says that gcc-4.1 is already the newest version. It seems that I have multiple versions of gcc installed but neither the terminal nor matlab can find them.

View 10 Replies View Related

Fedora :: How To Downgrade F13 To F11

Dec 2, 2010

For my project they asked me to install Fedora 11 and unfortunately I installed Fedora 13, is there any way you can downgrade to Fedora 11?

View 2 Replies View Related

OpenSUSE :: Downgrade From KDE 4.5?

Sep 15, 2010

I'm using openSUSE 11.3 and yesterday I upgraded to KDE 4.5 from the KDE 4.5 stable repo. But after upgrading I faced some freeze/lock-up glitches which weren't there before. For example whenever I change the color scheme or style and press apply, the screen freezes although the mouse still moves around. I have to forcefully shut down to recover. So, I am thinking of downgrading to KDE 4.4. How do I go about doing that?

Here are the repos I'm currently using:

Code:
# | Alias | Name | Enabled | Refresh
---+---------------------------------------+-----------------------------------------+---------+--------
1 | KDE:45 | KDE:45

[Code]....

View 9 Replies View Related

Ubuntu :: How To Downgrade To 8.04

Jan 5, 2010

I recently installed updates for my laptop (its very old) and upgraded it form Ubuntu 8.04 to 9.10. This has caused a major decrease in permormance and I was wondering if there is any way of removing these upgrades.

View 6 Replies View Related

Ubuntu :: Any Way To Downgrade To 9.04

Feb 5, 2010

I am having problems with 9.10 (first and foremost it won't boot properly, opens in low graphics mode only) and wishing I'd stuck with 9.04! Only find threads that didn't get answered or closed threads (including one about 'partial upgrades', which I did after booting in low graphics mode the first time. I am new to, or at least pretty green about Ubuntu and pretty much always install any updates offered - don't shoot me) Anyhow, I am hoping to avoid a full re-installation, but is there any way of going back, downgrading to 9.04?

View 9 Replies View Related

Ubuntu :: Downgrade From 10.04 64 Bit To 32 Bit?

Jul 24, 2010

I have used the 64 bit version of Ubuntu 10.04 for a while and am satisfied with it. The problem is when I watch video (Bloomberg) and listen to radio at the same time, it uses up a lot of memory (My PC has 3 GB of Ram). It degrades the performance of the PC. I also read that the only reason to use a 64 bit version is when a PC has 4 GB of Ram. Therefore, I wonder if it is possible to downgrade my current 64 bit version of Ubuntu 10.04 to a 32 bit version.

View 9 Replies View Related

Ubuntu :: Downgrade Rpm-4.7.2 To Rpm-4.0.4 ?

Sep 23, 2010

I want to downgrade rpm-4.7.2 to rpm-4.0.4
how should i do?

View 1 Replies View Related

Ubuntu :: Downgrade From 11.04 To 10.10?

Feb 27, 2011

Last night I upgraded to Natty 11.04 and did not like it. I downgraded to 10.10.
I'm having a problem booting to a stable kernel. 11.04 uses 2.6.38. When I downgraded to 10.10, 2.6.38 was still at the top of Grub's list. When I boot there is a big black screen with a login and password. I was able to get to Ubuntu by holding down the shift key when rebooting and booted to 2.6.35-25-generic. I would rather not have to do this every time I turn on my computer. I went to Synaptic to delete 2.6.38, and did not see the version listed. I've read a lot (but I'm not a programmer). There isn't anything obvious (from this pea brain's perspective) to fix my problem.

View 1 Replies View Related

CentOS 5 :: Downgrade From 5.3 To 5.2?

Sep 9, 2009

I'm a CentOS 5.3 user at work. We need to run an application which needs CentOS 5.2 and it's technical support doesn't have a solution but change the version of the OS. Does anyone know how make a downgrade from version 5.3 to 5.2? Is that even possible?

View 6 Replies View Related

Fedora :: Downgrade Openssl 1.0.0 To 0.9.8k?

May 14, 2010

I'm unable to compile ruby 1.9.X and I found out it was related to openssl, although it seems there's a patch available for ruby I don't know how to apply it so I was thinking on downgrading to openssl 0.9.8n

I'm using F13 btw, I'm still posting it here as openssl 1.0.0 was first introduced on F12, the other major distros are still using openssl 0.9.8k so there's no much information on the problem

View 2 Replies View Related

Fedora :: Downgrade F12 To F10 - RAID And LVM

Jun 30, 2010

As I have not been able to resolve the problems with BackupPC after the upgrade (see post [URL]) it seems that my best option is to restore my system to the state when it was working OK and then do an upgrade to F13. I did a clean install when I upgraded to F12 and took the opportunity to reconfigure the disks to include some new drives into the RAID and LVM.

This means that the disks and partitions are not the same as when I was last running F10. I have the dumps taken at that time so I propose to install F10 from the DVD into the new structure and then restore the partitions from the dumps under single user. The new partitions are formatted ext4 and previously they were ext3, not sure if F10 supported ext4.

I know that there will be some directories and files which I must not overwrite:
/etc/fstab
/dev
some parts of /boot
I can do this with restore -i.

View 1 Replies View Related

Fedora :: How To Downgrade The Xorg

Aug 22, 2010

I am using Fedora12 and I'm running the radeon graphics driver, my card is ATi 8500 Radeon and I can't play hardly any games or use applications that require 3D Acceleration. The catalyst driver that I need for my ATi is too old to support Fedora 12 Xorg.is there a way to downgrade Xorg so I can install my cards drivers?

If there is how can I do this. If I run a 3D game of any kind It either works for a while and locks up the system where I can't even telnet into it to shut it down, or it won't start the game or App. I know I have some acceleration due to my glx gears, I could get into great detail of what I can and can't do.

Bottom line is since the video card is too old, not even the generic radeon driver allows me full freedom so there must be a way to install the other X.org without breakage

Code:

GL_RENDERER = Mesa DRI R200 (R200 514C) 20090101 AGP 4x TCL
GL_VERSION = 1.3 Mesa 7.7.1-DEVEL
GL_VENDOR = Tungsten Graphics, Inc.

[code]....

The R200 Radeon driver for my ATi in Fedora12 is not fully compatible with my video card, I was told this on an IRC channel a while ago, I think it stopped at Radeon 9600 ATi.

View 3 Replies View Related

Fedora :: Downgrade GCC In F14 For MatlabR2010b?

Feb 15, 2011

How to use gcc compiler with matlab. Matlab can only take advantage of gcc 4.3.4, whereas in fedora 14 we use 4.5.1. Unfortunately I could not find an older version of gcc in repositories. Is there a way to downgrade gcc without creting problems to the overall function of my fedora machine?

View 9 Replies View Related

Fedora :: How To Downgrade The Kernel

Jul 21, 2011

How to downgrade Linux kernel Now I am using 2.6.32, and I want to downgrade to 2.6.12

View 5 Replies View Related

OpenSUSE :: Downgrade Kernel To 2.6.32?

Sep 9, 2010

I'm not sure if I am posting this in the right place, if not im sorry. I want to downgrade the kernel to 2.6.32 or a little older. I see the if I add the 11.2 repo I can install 2.6.31. Will that work though? Id rather not tank my system. I need to the older kernel for better support in a app I regularly use.

View 8 Replies View Related

OpenSUSE Install :: How To Downgrade To 11.2 From 11.3

Jul 25, 2010

11.3 has broken my Samsung mfp color laser. According to an Ubuntu forum, the problem is that the Samsung driver is incompatible with glibc 2.11. Since just about everything seems to be dependent on glibc, the only way I can envision fixing my problem is going back to 11.2 and waiting until someone comes up with a fix to the Samsung driver problem. Other than doing a clean install of 11.2, is there a simple way to downgrade back to 11.2, or at least the parts of it dependent on glibc?

Since I was able to use the update option to move from 11.2 to 11.3, can I insert the 11.2 DVD and choose update? Or, perhaps, is there a particular set of 11.2 repositories that I can add to my 11.3 repositories, choose the 2.10 version of glibc and have the dependencies work out properly? I tried adding the download.opensuse.org/distribution/11.2/repo/oss/ repository, but Yast seemed to want to change my whole KDE installation from x86_64 to i586. Is there a group of other repositories that would make the repository route work?

View 9 Replies View Related

Ubuntu :: Way To Downgrade Kernel

Mar 7, 2010

It looks like the latest kernel update has borked the sound on my Macbook Pro 5 4. Is it possible to downgrade to the previous version (which i believe is -19) where my sound worked? If so, how do I go about this?

View 2 Replies View Related

Ubuntu :: 10.04 (No GUI) Downgrade / Restore To 9.10?

May 1, 2010

Aafter installing 10.04 loads of problems have arised accumulating to no GUI. I doubt this is possible unlike windows. I haven't made any backups but could i restore it to 9.10 or copy my home dir to an external drive in text only (cant use live cd, its encrypted) and reinstall?

View 2 Replies View Related

Ubuntu :: How To Downgrade Theme From 10.04 To 9.10

May 8, 2010

How do I downgrade the 10.04 theme to 9.10 or 9.04 human? I Find the newer theme interesting but its too dark on my eyes and it does not seem as crisp as it was with 9.10 on my LCD screen.

View 5 Replies View Related

Ubuntu :: How To Downgrade To Vesa

May 26, 2010

and i have an Intel graphic chipset

Code:
lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation 82845G/GL[Brookdale-G]/GE

[code]...

View 8 Replies View Related

Ubuntu :: Downgrade Back To KDE 3?

Jun 17, 2010

I have currently the LATEST version of Kubuntu 10.04 and I just DO NOT LIKE kde 4.. There are things I liked better in 3 than I did 4. I hate the desktop containers I hate when you turn them off and put your icons on the desktop they pop back to where they were before I just found it to have more JUNKWARE than I wanted. I just want simple KDE 3 back.

I had KUBUNTU 8.10 and thinking I was getting KDE 3 it gave me KDE 4.0.0 ( the one where the taskbar was black )

Is there a way to find to get I guess 8.04 to get KDE 3.5 back?

View 2 Replies View Related







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