Debian :: How To Delete / Uninstall 8.2 From Computer

Jan 3, 2016

I want to remove debian from my computer even though I don't have dual boot with windows or anything else,only debian. I accidentally removed windows when I was installing debian so I would really love to get rid of it because its not supportive with a lot programs and games I was using on windows. I heard there are ways to remove it like that but I dont know what I left with if I success and delete debian, what I have without any operative system and could I use my copy of windows 7 from my disk?

View 6 Replies


ADVERTISEMENT

Ubuntu :: Trying To Uninstall And Delete Partition

Oct 9, 2010

A few months ago I decided to install ubuntu as a separate partition on my laptop which already had Windows 7. I am finally ready to remove it because I need the extra hard drive space.So: I have downloaded G-Parted and boot from the disk. When i select all the default settings, I am getting a "fatal server error no screens". Anyone have any ideas what to do? Ideally I want to remove the unbuntu partition and give Windows 7 all the HD space.

View 2 Replies View Related

Ubuntu :: Delete / Uninstall Workspace Themes?

Aug 3, 2010

Occasionally my theme changes from Air back to Oxygen or another theme I had installed (using 10.04). I'm not sure why it does this. So I would like to know how to delete/uninstall a theme. I'm using the System Settings gui under the Appearance menu in KDE. There is a button to install new themes, and I can choose a different theme by clicking on it, but I would like to permanently remove a couple themes I have installed.

In case anyone else has seen themes randomly change from Air back to Oxygen, that is another discussion I would be interested in.

View 1 Replies View Related

Ubuntu :: Uninstall On A Computer With Windows 98?

Mar 31, 2011

I admit it, Ubuntu is a good system, but I only installed it onto a Windows 98 because I wanted it to connect with a newer computer. It didn't work, and now I have to stand by so I can select my version. How can I remove Ubuntu now?

View 9 Replies View Related

Fedora Installation :: Won't Uninstall \ Screen Goes Blank And Computer Becomes Idle?

Feb 22, 2009

i have fedora 8 on my machine...i want to uninstall it..i restarted my machine with windows CD on it....but shortly after pressing key to continue configuring the installation, screen goes blank and computer becomes idle....i tried using about 10-15 different CDs of windows OS but failed every time...what could be the reason and how can i fix this......NOTE: but if i try to reinstall fedora the problem dosen't occur.

View 12 Replies View Related

Server :: Delete History From Computer?

Mar 10, 2010

I'm using RHEL 5.0 and i want to delete history for n users at a time.i can use history -c from each user login and delete but i want another way.or i want to create a shell script by using which i can do d task at a glance for all users.

View 1 Replies View Related

General :: Completely Delete Windows From Computer?

Mar 11, 2010

drive E: still is running windows. How can I completely delete windows from my computer?

View 3 Replies View Related

Ubuntu :: Make Sure That Computer Janitor Didn't Delete Anything Important?

Apr 16, 2010

I ran Computer Janitor and I thought it deleted things I don't use anymore so I deleted those things and I read somewhere that Computer Janitor does delete important things, how can I be sure that I didn't delete anything important?

View 7 Replies View Related

Ubuntu :: Delete Stuff That Save As To Not Fill Computer With Crap

Apr 27, 2010

i tried to install the kiba-dock. i wasnt successfully in any of my attempts. i would get through about half way then have to find somewhere else that had different commands and advice. how do i delete the stuff that did save as to not fill my computer with crap im not using?

View 2 Replies View Related

Slackware :: Delete All Portable Computer Related Software In A Desktop PC?

Jun 23, 2010

I have Slackware 12.0 in my desktop pc. How can I remove all portable computer software from it?

View 8 Replies View Related

Debian :: How To Uninstall Module

Feb 5, 2010

I have installed gspca module in this way:

apt-get install build-essential linux-headers-$(uname -r)
apt-get install gspca-source
cd /usr/src

[code]...

View 1 Replies View Related

Debian :: How To Uninstall BBC I Player

Oct 18, 2010

I am running a fully updated version of Lenny , configured as a single user machine. the computer downloaded and installed bbci player no problem. i player doesnt work very well and I now regret having downloaded it. I can find no uninstall application and when I try and delele the files I am told I dont have permission and need to log on as root user or admin ?I thought I was the only user with full admin permissions? in simple terms how do I get rid of iplayer

View 7 Replies View Related

Debian :: Can't Uninstall / Purge Mongodb

Jun 7, 2015

I'm having trouble with mongodb on debian. I'll start from the scratch: removing it.

Code: Select allapt-get autoremove --purge mongodb
Or:
Code: Select allapt-get purge mongodb
Or:
Code: Select allapt-get remove --purge mongodb

All end in the same way:

Code: Select all dpkg: error processing package mongodb-org-server (--configure):
  subprocess installed post-installation script returned error exit status 102
 Errors were encountered while processing:
  mongodb-org-server
 E: Sub-process /usr/bin/dpkg returned an error code (1)

[Code] ....

View 1 Replies View Related

Debian :: Uninstall Cryptsetup Dmcrypt?

Oct 2, 2010

I have a 1 TB usb external disk. I was crypted it with cryptsetup. now I dont' want crypt. without losing data how can I clear dmcrypt from my external disk

View 1 Replies View Related

Debian :: How To Uninstall Skype Completely

Jan 27, 2016

I'm learning the apt-get package system, and I'm a little unsure of myself. Before I start removing packages/software, I want to make sure that I'm initially taking the proper approach.

Below is a script that I've used to successfully install Skype into Debian 8.2 "Jessie" 64-bit. (This script is a slightly modified version taken from: wiki.debian.org/skype). I want to know the right way to uninstall it.

Code: Select allsu
dpkg --add-architecture i386
apt-get update
apt-get install libc6:i386 libqt4-dbus:i386 libqt4-network:i386 libqt4-xml:i386 libqtcore4:i386 libqtgui4:i386 libqtwebkit4:i386 libstdc++6:i386 libx11-6:i386 libxext6:i386 libxss1:i386 libxv1:i386 libssl1.0.0:i386 libpulse0:i386 libasound2-plugins:i386
wget -O skype-install.deb [URL]
dpkg -i skype-install.deb
apt-get -f install

Now that I've installed Skype, how do I *UNINSTALL* Skype?

Will the following code completely remove the software added above, or will some "software-residue" be left behind, or will it remove other software that should have been left untouched?

Code: Select allsu
apt-get purge skype libc6:i386 libqt4-dbus:i386 libqt4-network:i386 libqt4-xml:i386 libqtcore4:i386 libqtgui4:i386 libqtwebkit4:i386 libstdc++6:i386 libx11-6:i386 libxext6:i386 libxss1:i386 libxv1:i386 libssl1.0.0:i386 libpulse0:i386 libasound2-plugins:i386
apt-get clean

View 9 Replies View Related

Ubuntu :: Cannot Uninstall Firefox Nor Can Uninstall Chromium

Jun 19, 2011

I cannot uninstall Firefox, nor can I uninstall Chromium; one always stays if the other is uninstalled. For example, if I remove Firefox, Chromium will appear in its place and vice versa. This has got to be one of the weirdest bugs I've ever seen on Ubuntu! So, how can I uninstall both web browsers?

View 6 Replies View Related

Debian Installation :: Uninstall Some Applications - To Install Others?

Oct 3, 2010

Installed Debian Lenny on a Pentium 3 with 256 MB of ram and a 10GB hard drive. Used the "Expert Graphical" from the install menu. I did not choose any software packages when prompted from the list (the list with the checkboxes next to server, desktop ECT) because I wanted to choose individual packages to install afterwards. Had no issues, computer rebooted and I got to a login prompt.

Logged in as root, I ran "apt-get install" and installed gedit, blackbox from my main window manager, gdm, iceweasel and synaptic (some of these I installed after editing the sources.list file with more repositories.)

All of this is great, even though this computer is old.. I have a nice box to do internet browsing and IRC.

Here is what I do not understand, and I have never seen before in Linux. When I try to install Open Office, synaptic package manager says it "needs to uninstall iceweasel" browser and a few other files and programs. Also this happens if I try to install VLC player. Looks like the reasoning is because some applications are not compatible with others. Is this new? Again, I have never seen this before in Linux.

View 12 Replies View Related

Debian :: How To Uninstall Java Related Packages

Jan 26, 2011

I just blindly install 'java' in GNU/Linux Debian SID -- so I could use it as a plugin for iceweasel -- Unfortunately, things didn't work as expected. I was used to Debian's APT to take care of things for me as it had done for more years than I could remember. (Being a desktop user/programmer and a beginner system network admin). I want a clean install of java plugin for iceweasel. So I want to remove completely all java related packages --

How do I know which is which and if they are safe to remove without affecting any other part of the system? Now, to install -- what do I need to install in order for iceweasel to have the Java plugin and let java work as it should? I prefer from the Debian package. But if it doesn't work, I'll accept JRE from the java site and install them myself.

View 8 Replies View Related

Ubuntu Installation :: Uninstall Software Via Ssh On Debian 5?

Mar 5, 2011

I joined about 2 weeks ago because I was going to get an ubuntu 10.04 64 bit vps, but I had troubles installing a hosting panel so I changed to debian lenny and installed ehcp ehcp.net and it's working fine,but I have a problem which you could help me with because ubuntu is based on debian and it's not a big problem to solve. I bought a vps from micohosting and everything is working fine, the vps is still clean, no bandwidth is being used, no cpu and no disk space....However I 472mb of ram which is 90% of what I'm allowed to use...It's my bad because I have installed every feature of ehcp....I didn't though that it's gonna use that much lol.

Now I wanna uninstall some feature, like ffmpeg...So how to do so via ssh or via cpanel? and what feature use the most ram? what do you advise me to uninstall? my site will be some kind of video hosting site...kind of so I need to install flash player guys...but first I wanna uninstall some stuff...

This vps is gonna be used for the demo so later on I'm gonna buy servers....so nobody will be using disk space coz it's a demo and I can control what is being uploaded one more thing guys...as an admin, I created reseller accounts, does that use ram? I don'r think so coz nothing is being uploaded to the site yet....just wanna know what you think

View 1 Replies View Related

Debian :: Uninstall Gnome And Keep Mate And System Clean

Mar 30, 2016

I've been testing Mate since couple of weeks on my Jessie and now I'm convinced that is the perfect DE for me. So I would like to uninstall Gnome 3 without disturbing Mate and my system as well because both DE share many dependencies. If this is very risky I would like at least get rid of all gnome packages which are not shared with Mate.

View 3 Replies View Related

Debian Installation :: Uninstall From 40GB HD Or Share HD With Ubuntu?

Jul 28, 2010

I installed Debian on a 40GB HD all by itself. I like Debian's stability & security but looks like it'll be a long time before I can use it with flash, so I want to uninstall it for now, or possibly install Ubuntu alongside it. First, how do I uninstall Debian when it's the only OS on the disk; second, is a 40GB HD large enough to run Debian & Ubuntu side-by-side?

View 14 Replies View Related

Debian Installation :: Can I Uninstall GRUB-2 And Install Legacy

Apr 5, 2011

I am new to Debian. I have installed Debian on sda1, grub installed in /dev/sda . /dev/sda6 is SalixOs.

My fdisk -l report is this code...

I boot from sda, Debian recognised windows Xp installed on sdb1, but when I choose to boot from it, it simply reboots.

What could be the reason ? I am a newbie, please be patient with me.

I have solve the problem by installing EasyBCD in WinXp and added the Linux entries to it and booting from sdb.(changed in BIOS)

So, is it possible to uninstall GRUB-2 and install GRUB-Legacy ? Would it work on Debian-Squeeze ?

View 3 Replies View Related

Debian Configuration :: Removing Libcups2 Tries To Uninstall Every Other Package?

Apr 26, 2011

In an attempt to minimize my system when I mark for removal libcups2 using synaptic it asks to install 7 not authenticated packages, however if I choose mark for complete removal it asks to install the same 7 packages and remove every single installed package from epiphany to gimp to zenmap. Any ideas as to whats going on with that?

Squeeze 6.0.1
kernel 2.6.32-5-amd64
intel core i5

[code]...

View 3 Replies View Related

Debian :: Browser - Uninstall Epiphany And _not_ Gnome

Jun 19, 2009

Hi all, i used synaptic to uninstall epiphany and it also removed gnome-destop along with it, resulting in me having to reinstall(AGAIN!) Ofcourse my intention was to uninstall epiphany and _not_ gnome, so is there a way to take epiphany off of my system with out affecting gnome?

View 9 Replies View Related

Debian Configuration :: Unable To Uninstall Xserver-xorg-video-nvidia

Apr 1, 2014

I am running Debian 7.0 Wheezy amd64...I installed Debian's nvidia driver earlier but I was having a few issues with OpenGL. So I removed those drivers using "apt-get remove nvidia*" and installed proprietry NVIDIA's driver from their website.Now the issue is, my apt-get/synaptic does not work anymore because it is trying to remove xserver-xorg-video-nvidia and failing to do so.

Code: Select allThe following packages will be REMOVED:
xserver-xorg-video-nvidia

0 upgraded, 0 newly installed, 1 to remove and 4 not upgraded.1 not fully installed or removed.After this operation, 17.8 MB disk space will be freed.Do you want to continue [Y/n]? Y

(Reading database ... 194280 files and directories currently installed.)Removing xserver-xorg-video-nvidia dpkg: error processing xserver-xorg-video-nvidia (--remove): subprocess installed post-removal script returned error exit status 128.Errors were encountered while processing:  xserver-xorg-video-nvidia.E: Sub-process /usr/bin/dpkg returned an error code (1)I have tried apt-get install -f to no avail.

View 6 Replies View Related

Debian Configuration :: Wheezy I386 - No Internet Access After Uninstall Gnome

Jun 20, 2015

I'm using Debian Wheezy i386.

I've tried to uninstall gnome as below :

Code: Select all# aptitude purge `dpkg --get-selections | grep gnome | cut -f 1`
# aptitude -f install
# aptitude purge `dpkg --get-selections | grep deinstall | cut -f 1`
# aptitude -f install

And gnome successfully removed.

After reboot, system started in tty and I plugged Wired Network cable to access Internet but I have no Internet!

Content of "/etc/apt/sources.list" :
Code: Select alldeb http://ftp.au.debian.org/debian wheezy main
deb-src http://ftp.au.debian.org/debian wheezy main

Output of `ifconfig` :

View 2 Replies View Related

Debian :: Delete An Unused GPG Key?

Jun 1, 2010

I recently installed an application called DeaDBeeF. I added the GPG key, as well as the repo in my sources.list file. I've decided to stick with Audacious, so I did an "apt-get autoremove deadbeef" to remove it and all of its dependencies. I also edited my sources.list file and removed the line pointing to the repo in which I got it from.

Now my question is, how should I remove the GPG key, if I don't use the repo or application anymore? I don't want an unused GPG key sitting on my Debian if I'm not using the repo anymore.

I've tried reading the man pages but I can't seem to get it. I've tried the following command but it doesn't seem to work.
sudo apt-key del http://hadret.rootnode.net/debian/duckbill.key

View 7 Replies View Related

Debian :: Delete A File On Every Startup?

May 20, 2010

I would like to delete some files stored in the personal directory, say .adobe, .macromedia, .xsession-errors, on every start-up or shutting down. I can do it with cron but I would like to learn different (simpler) options. The thing is, I haven't been able to input the proper terms in a search engine. Note that these files must exist in their default location during the session. This is, I don't want to make them links to /dev/null or move them to /tmp.

View 8 Replies View Related

Debian :: How To Delete Obsolete Packages

Jun 4, 2010

after aptitude udpate i got:

Current status: 542 updates [+470], 28356 new [+1469].
There are 18 newly obsolete packages: devicekit-disks, gcj-4.3-base, libcelt0, libdirectfb-1.2-0, libgcj9-0, libgcj9-jar,
libgraphviz4, liblzma1, libmagickcore2, libmagickcore2-extra, libmagickwand2,
libmenu-cache0, libntfs-3g54, libx264-79, libxmmsclient5, libxxf86misc1, w32codecs,
xserver-xorg-video-v4l

How would i delete/remove obsolete packages? And why are they obsolete?

View 4 Replies View Related

Debian :: Delete All Contents Of /var/cache/man?

Feb 13, 2011

I try to build live usb-hdd on my Lenny and get this problem:

Code:
# lh_build
..............................................................

[code]...

View 1 Replies View Related







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