Sponsored Content
Operating Systems Linux Ubuntu Re Installing windows XP after installing KUBUNTU Post 302322938 by CRGreathouse on Friday 5th of June 2009 01:44:06 AM
Old 06-05-2009
You should be able to reinstall only Windows. But back up your files first just to be sure.

You may need to reinstall your bootloader afterward, though.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installing Solaris behind a windows NAT...

Greetings, and thank you for your time. I am cracking the whip to self-teach myself Unix because I think it will be the best platform for me to really open my mind and be creative. Sadly I lack anyone experienced in Unix to nag with questions, so you will be seeing a lot of me here I am sure... (4 Replies)
Discussion started by: Dustin
4 Replies

2. UNIX for Dummies Questions & Answers

installing unix on windows? clueless here

I'm trying to learn how to use unix by installing it on my windows xp without having to format anything. I got some advice to get vmware player and run unix on it. I got the player, but now I'm stuck on figuring out how to use it or even find the unix download that I can use with it. Anyone knows a... (4 Replies)
Discussion started by: tnad
4 Replies

3. Linux

Installing Firefox and now ended up installing latest glibc

Hi all, I wanted to install the latest version of firefox 2 but it seems when I attempt to install it, it seems to be saying it is looking for c libraries version 2.3? I believe I currently have an older version of the c libraries. I am currently running Sun's JDS Linux 2003. My Mozilla web... (1 Reply)
Discussion started by: scriptingmani
1 Replies

4. HP-UX

Installing HP-UX o a windows based server

Hello, We would like to perform tests on a product that my company created lately. We don't have the right hardware for HP-UX enviornment I've read the thred "Unix environments for MS Windows", but didn't see there a possibility to install HP-UX OS on a special compatible hardware. We've... (4 Replies)
Discussion started by: AshkA
4 Replies

5. Ubuntu

Installing Linux on an existing Windows PC?

Is it possible without having to reinstall windows? (4 Replies)
Discussion started by: Methal
4 Replies

6. Linux

Installing linux with windows vista

I have a laptop running on vista, I would like to install linux on it, but I dont have the disk space, so can I have external disk to install linux. Whether I will be able to do ? (2 Replies)
Discussion started by: nickdba
2 Replies

7. Solaris

Need help in installing sunone v6 in windows

I am need of some help in installing sunone Directory server in windows.I have done the following but i am unable to proceed further..I downloaded the sunone identity management suite and ran the setup.bat file to install it.. The installation proceeded with all the default selections made and the... (0 Replies)
Discussion started by: achilles14
0 Replies

8. UNIX for Dummies Questions & Answers

Installing Windows xp on Solaris 10

Hi Guys, I don't know if this can be done or if anyone has managed to get this done - install Win xp on solaris 10 through vmware? I have searched extensively on the internet but I haven't come up with anything substantial. I am using an x86 based pc. Thanks in advance. (10 Replies)
Discussion started by: BigTool4u2
10 Replies

9. Windows & DOS: Issues & Discussions

Installing Windows 7 on a GPT drive

Hello, My hard drive was formatted with GPT. It is part of a volume group and has two logical volumes on it. Is it possible to convert the drive to MBR? If so, how would I got about doing it? I know there are programs out there that do it, but I have volume groups with LVM's so I am wondering if... (1 Reply)
Discussion started by: mojoman
1 Replies

10. Red Hat

Installing RHEL over Windows 7 or 8

Hi, Sorry if this is an incorrect place for this question but I haven't been able to find any answers by searching the forums or on google. I am in the market for a new HP Z420 workstation and HP wants a lot more money for one with the HP Linux Installer kit vs. the exact same configuration in... (2 Replies)
Discussion started by: rhopson
2 Replies
LOCALEPURGE(8)						      System Manager's Manual						    LOCALEPURGE(8)

NAME
localepurge - reclaim disk space removing unneeded localizations SYNOPSIS
localepurge DESCRIPTION
localepurge is a small script to recover disk space wasted for unneeded locale files and localized man pages. It will be automagically invoked by dpkg upon completion of any apt installation run. You have to define the locale directory names you want to keep from removal after each apt installation run in the /etc/locale.nopurge configuration file. Unless localepurge has been adequately configured, the sys- tem's localization files won't be touched at all. The contents of following directories will be affected from removals: - /usr/share/doc/kde/HTML - /usr/share/gnome/help - /usr/share/locale - /usr/share/man - /usr/share/omf The localization files you actually need and which you want to be preserved on your system can be easily configured by running the follow- ing command: dpkg-reconfigure localepurge OPTIONS
The configurable options consist of toggling verbose output, reporting a summary of freed space, and deletion of localized manual pages in addition to locale files. All actions are specified in the /etc/locale.nopurge configuration file. For detailed debugging the commandline switch -debug or just a short -d instead are available for usage. For verbose output the command- line switch -verbose or just a short -v can be added. A Word of CAUTION Please note, that this tool is a hack which is not integrated with Debian's package management system and therefore is not meant for the faint of heart. Responsibility for its usage and possible breakage of your system therefore lies in the sysadmin's (your) hands. Please definitely do abstain from reporting any bugs blaming localepurge if you break your system by using it. If you don't know what you are doing and can't handle any resulting breakage on your own then please simply don't use it. All locale directories containing a subdirectory named LC_MESSAGES which are either commented out or not even listed at all in /etc/locale.nopurge will be irreversibly deleted. The only way to reinstall any lost locales is a complete reinstallation of all the Debian packages containing them. See /usr/share/doc/localepurge/reinstall_debs.sh for a recipe. Alternatively you can reconfigure it with dpkg-reconfigure(8) to prevent locale files from being purged during subsequent runs of apt. SOLVING PROBLEMS caused by localepurge This program does interfere with the Debian package management and does provoke strange, but usually harmless, behaviour of programs related with apt/dpkg like dpkg-repack(1), debsums(1), reportbug(1), etc. If you need to have any package in its full integrity so that e.g. the formerly mentioned programs work as designed by its author and as expected by you, simply deinstall localepurge temporarily with- out purging its configuration and reinstall the packages you need in their fully integral state. When you are done with what you needed the integral packages for simply reinstall localepurge again. FILES
/etc/locale.nopurge SEE ALSO
Administrators of systems with short disk space should have a look at both the deborphan and debfoster packages. Especially debfoster can work wonders for your scarce disk space! deborphan(1) debfoster(8) dpkg-reconfigure(8) debconf(8) /usr/share/doc/localepurge/README.debian /usr/share/doc/localepurge/reinstall_debs.sh AUTHOR
localepurge and its accompanying manual page was written for the Debian GNU/Linux system by Paul Seelig <pseelig@debian.org> with major contributions from Gustavo Noronha Silva <kov@debian.org> who added the first debconf functionality. The author sincerely hopes that some day further development of Debian's great package management system will make localepurge fully obsolete. LOCALEPURGE(8)
All times are GMT -4. The time now is 10:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy