Ubuntu Installation :: Remove Unneeded Config Files Automatically?

Jun 18, 2010

1) Whenever a new release of Ubuntu comes out, I've always done a full replacement (Booted up live CD, formatted / and formatted /home) to ensure there's zero incompatibilities, including configuration files in my /home. That has, finally, gotten annoying and I was wondering what the actual chances of a configuration file causing problems was in the 6 months that Ubuntu was released in. Also, special consideration for Gnome 3 (aka gnome-shell) coming out with the current gnome configs.

2)Any way to remove unneeded config files automatically? I don't always use purge when I remove a package just in case I want to reinstall it, well weeks later I def don't want it, is there an apt or dpkg command that will automatically remove them after the package is gone? I know autoclean and autoremove handle orphans and unneeded .deb's

3) How stable is Sidux in reality? Ran it in a VM and had a few errors every so often while using it, but i wasnt sure how much of that was the fact it was a VM. Some say its stable enough for daily use, some say it breaks every other day

View 2 Replies


ADVERTISEMENT

Ubuntu Installation :: Deleting Unneeded Upgrade Files

Jul 2, 2010

I just upgraded from 8.04 up to 9,04 but have only 1.5GB left after having about 6GB before the upgrade. Where are these upgrade files saved?

View 2 Replies View Related

Debian :: Remove Old And Unneeded Packages

Feb 22, 2015

Not long ago I've switched from FreeBSD to Debian. As time passes, I install some packets, use them and forget to uninstall them. In FreeBSD there was a simple (dummy) way to keep only needed packets. Once in 6 months i just deleted all packages (pkg_delete -a) and then installed only those which i needed (xfce, xmms, gmplayer, etc). Is there a way to safely remove packets and their dependencies which i don't use anymore? May be there is a way to roll back to default desktop package collection?

View 14 Replies View Related

Ubuntu :: DPKG Interrupted - How To Remove Unneeded Installs

May 24, 2010

I attempted to install gnucash just now to test it out, but, in the middle of the installation (which I was doing through Terminal), something happened and dpkg was interrupted. I'm unable to provide the Terminal output because (a) for some reason, prior to the error messages about a segment fault, the terminal shows a number of blank lines and does not show me what happened before the segfault, and (b) after the segfault, when I tried starting up gedit or make a screen capture, the prompt windows were blank, so I was unable to save the terminal output to either.

When I restarted Ubuntu, it told me that /tmp was not ready; I waited for it to mount, and, apparently, it did, as Ubuntu restarted fine. I tried updating my software, as the icon in my panel was telling me I needed updates. However, it told me that dpkg had been interrupted and that I needed to troubleshoot it with sudo apt-get install -f, which then told me to run sudo dpkg --configure -a, which I did, receiving the following output:

Code:
sqlu@thalamus:~$ sudo apt-get install -f
[sudo] password for sqlu:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
sqlu@thalamus:~$ sudo dpkg --configure -a
Setting up libktoblzcheck1c2a (1.24-2) .....

It looks like there were errors with a number of packages, and I'm guessing something else might have also broken. Since I'm already using homebank and don't really need to use gnucash, I was wondering if there was a way for me to check what was installed by gnucash and remove those packages, since they're cluttering my system, and I'm concerned that they might interfere with other packages if they're broken or something. I've been using Ubuntu for about two years now and have some knowledge of the command line and such, but I'd say my skills are still pretty basic. I'm running 64-bit 10.04.

View 2 Replies View Related

Slackware :: Get Rid Of All The Unneeded Dependencies When Remove A Program?

Jul 9, 2011

I'm using slackware 13.37 and I must say that I really like this distro and the biggest problem is the lack of dependency handling. This is something that bites you right away because you have this nice clean simple operating system but unless you really know what's dependent on what you have to install piles of stuff with lots of programs with duplicate functions. A minimal install option would be nice and I can see from some of the threads that even those with a good deal of experience have had a hard time doing a minimal install. I tried about ten times using different guides but I always ended up with something broken so now I have the full install running fine but with tons of stuff that I don't want or need including most of kde. Anyway, I don't think that the slackware people are going to change their minds about dependency handling anytime this century.

Although for those who have said that it's a FEATURE, I'd point out that all distros have this feature, JUST DON'T USE THEIR PACKAGE MANAGER! So with all that said, I think it's a shame about the lack of dependency handling but I still like slackware well enough to use it even though I find the dependency thing quite annoying. I know that there are people here that have a lot more experience than I do and maybe there are some tools that could make this business easier. So how do you go about removing programs? Debian has deborphan and Arch has pacman -Rd. When you remove a program in slackware, how do you then get rid of all the unneeded dependencies?

View 14 Replies View Related

OpenSUSE Install :: Remove Unneeded Packages From Sytem?

Mar 13, 2011

i wanted to remove the unneeded packages from my system. i was being told from the #suse irc to use zypper rm -u PACKAGE_NAME. And it worked. The point is that i want some tool to do this job but for all the packages in my system..is there something else except rmporphan?

View 6 Replies View Related

Fedora Installation :: How To Remove Old Kmods Config

Feb 15, 2009

kmod-nvidia reflects 180.25 version but when I try 'service akmods restart' the check defaults to the original and installed 2.6.27.12-170.2.5.fc10.x86_64' and will not recompile for the newer? All appropriate packages are installed. Running in level 3 as X server won't launch.

View 3 Replies View Related

Ubuntu Installation :: How To Uninstall Unneeded Graphics Drivers

Feb 25, 2011

I have intel GMA 4500M graphic card. In synaptic package manager I found out that there are a bunch of installed packages for nvidia and ATI. I was wondering if I can delete this files since i have INTEL graphic card. Any recommendations for uninstalling unneeded files?

View 9 Replies View Related

Ubuntu Servers :: Config - Change / Add From The Default OpenSSH Config Files To Get Tunnelling To Work?

Jul 10, 2011

I'm running Ubuntu Server 11.04 with OpenSSH, trying to create an ssh tunnel (for web traffic) to it from my (also Ubuntu) laptop. This is the command I'm using to create the tunnel:

Code: ssh -ND localhost:8080 george@192.168.1.20 I had it all working on a virtual machine.. which was deleted What settings/lines do I need to change/add from the default OpenSSH config files to get tunnelling to work? I've Googled and AllowTcpForwarding is set to yes, as is X11Forwarding.. but it still doesn't work. Chrome can connect to the server, but says the connection was closed before any data was sent.

View 3 Replies View Related

Ubuntu Installation :: Reinstall Apache2 - Recreating Config Files

May 11, 2010

I've deleted /etc/apache2 and did run:
Code:
sudo apt-get -o DPkg::Options::="--force-confmiss" --reinstall install apache2.2-common
to get the default config back.

But starting the server via:
Code:
sudo /etc/init.d/apache2
results in:

Code:
Syntax error on line 161 of /etc/apache2/apache2.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
line 160-163 look like this:

Code:
<Files ~ "^.ht">
Order Allow,Deny # line in question
Deny from all
</Files>

The funny thing is that the exact same definition is in a debian lenny server config on another server. So why did this install a not working config?

I just removed apache2 via:
Code:
sudo aptitude remove apache2
sudo rm -r /etc/apache2
and reinstalled it via:
Code:
sudo aptitude install apache2
which also did not fix the config bug?

For testing I installed apache2 on another ubuntu 9.10 and did just copy the folder /etc/apache2 to my local installation - this fixed the problem. Still, why cant I reinstall apache2 with a working config?

View 8 Replies View Related

Fedora Installation :: Can't Modify Files Like Shadow Or Config

Aug 3, 2011

1- how I can deactivate selinux and the root password on fedora 15?

2- I can't use copy, cut past in the GUI !!

3- even with (su -) I can't modify files like shadow or config !

View 10 Replies View Related

Ubuntu Installation :: Current Files Will Be Backed Up Automatically?

May 15, 2010

I am wondering that if I install ubuntu as my os, will my current files be backed up to a directory like when installing a new version of windows, or would I need to back them up externally before hand. How much ram does 32bit ubuntu support upto, and which would be better for me out of 32bit + 64bit? I have 4gb of ram and a dual core 2ghz processor.

View 5 Replies View Related

Ubuntu Installation :: Where Does Add/remove Saves The .deb Files

Mar 10, 2010

i am using ubuntu 9.04 jaunty. i want to save the .deb files of the applications i have installed. now the synaptic package manager saves the .deb files to /var/cache/apt/archives . but where does the add/remove saves the the .deb files?

View 7 Replies View Related

Networking :: 11 - Remove / Clear All Network Configuration To Start Another Time To Config?

Jan 26, 2010

I have a Fedora 11 into a virtual environment (ESX) I remove all interfaces but with the command system-config-network I see my previous configuration How can I remove/clear all my network configuration to start another time to config?

View 9 Replies View Related

Fedora :: Automatically Remove The GRUB Entries?

Feb 2, 2011

I'm trying to automatically remove some of the old GRUB entries that pile up after a few updates and just want to leave live 2 or 3 there along with my Win7 entry. I was looking and saw that there is a utility for Ubuntu but I couldn't find anything for Fedora.

View 7 Replies View Related

CentOS 5 :: Add / Remove Software Window Automatically Disappears?

Apr 29, 2009

I can open Add Remove Software in new window.But it is shut down automutically in few seconds.Also some other applications in System Panel have this bahave.

View 2 Replies View Related

OpenSUSE Install :: Can Remove Grub So Automatically Boot To Windows

Jun 29, 2010

I installed opensuse 11.2 today on my external hard drive and everything is running great, but I want to see if I can make a modification to the way my computer boots. I share this computer with others and they are not going to be happy to have to wait for the boot menu to start when they turn on the computer in order to choose which OS to run (Especially since if they do not make a choice it auto runs opensuse after a few seconds).

What I would like is if opensuse can be "out of sight, out of mind" and only load when I put in the live cd and then choose to boot from my external...... is it possible to do this?I am not a computer wizard and do not work in the industry.

View 9 Replies View Related

Fedora Installation :: Can't Config The Network Config ( IP Address ), Due To The Error Of Network Manager?

Jan 17, 2010

When I install the FC11 by using"Install or upgrade an existing system"or"Install system with basic video driver"mode...Point 1, I can't config the network config ( IP Address ), due to theerror of network manager...Point 2, I can't enter into the text mode to do the installation steps.Remark:The machine is provide Web,DNS, and Mail Server on the NET ( Internet )

View 1 Replies View Related

Fedora :: Permanently Getting Rid Of Unneeded Updates?

Oct 2, 2010

the "Japanese character set input library" keeps showing up on the list of updates. I have no need for japanese character input and have cleaned extraneous languages off the system with bleachbit. how can i make it so this update does not appear anymore?

View 2 Replies View Related

Fedora :: Detect Unused / Unneeded Packages?

Jan 3, 2010

I've been installing and uninstalling some stuff, and I would like to know if there was a way to see if I have yet to uninstall some unneeded packages. There was a way of doing this on Ubuntu via the Computer Janitor. Is there any way of doing that on Fedora 12?

View 2 Replies View Related

Fedora :: Yum Update Offer Unneeded Package Only?

Apr 12, 2010

Now, every time I do yum update my system will also offer me package for F12, F13, F14. But if I try to install it, it will not resolve because I my system is still F11. I don't remember exactly what the error message is, but I think it said that I should have system > 13 to install that packages. What should I do so next time I do yum update I just offered packages I needed only?

View 1 Replies View Related

OpenSUSE :: Unneeded Dependencies 11.2 Gnome Live CD

Mar 4, 2010

I am fairly new to RPM based distributions. I installed using the OpenSUSE 64-bit Gnome live CD. I used the one click installer to enable the Nvidia drivers. Doing so caused the system to want to install about 700mb of packages. I am assuming these are "recommended" packages that normally would be on the DVD with Gnome. There is no graphical way to "not" install them (other than using the QT interface, which I do not want) that I could find from the Gnome software installer, other than to perhaps uncheck them one by one.

I installed Nvidia drivers without such issues by using the "zypper in" command. I would like to use the Gnome interface without having to install all these files along with any package changes. Is there a way to do so? My second question is related. When running a default upgrade, packages such as foreign locales and translations and the yast qt interface want to install which is making the download take a long time. I only need English. Is there an easy way to disable these from installing?

View 2 Replies View Related

Software :: Get Rid Of Unneeded Tab When I Open Gedit With Some File?

Jun 18, 2011

How do I get rid of this new tab when I open gedit with some file? Because that tab has "*" in it which means I need to reject save-confirmation every time I exit gedit.

View 1 Replies View Related

Ubuntu :: Won't Update Some Config Files

Jan 28, 2011

I just installed Ubuntu on a partition install. It is dual-booted with my Windows 7. Anyways, everything worked fine for a while, until I pressed ctrl+alt+F2. Then it went to this weird full-screen-mode command line thing. It asked for my login so i did, and then it asked for my password, which I then entered. And then I really don't know what I did, but at the end I pressed ctrl+alt+delete, which instead of going to like a task manager, it restarted my computer.

I then booted into Ubuntu again, and it started giving me errors about how it won't update some config files, and then it won't load up like the desktop and the panels. All I see about booting is the default Ubuntu background when you login and nothing else. No panels, no icons, nothing, just the background.

View 1 Replies View Related

Ubuntu :: Config Files Not Reinstalling?

May 11, 2011

I mistakenly deleted /etc/apache2/port.conf, so I tried to reinstall the package with "apt-get", but nothing. I dug myself in deeper by thinking a script skipped it because the directory was there, so I removed it completely. After reinstalling using "apt-get install apache2", the folders came back, bot non of the config files where there. I am now lost. How can I get them all back?

View 2 Replies View Related

Ubuntu :: 10.04 - What Config Files Have Entries For USB

Jun 8, 2010

A while back I suddenly lost USB support on one of my computers. At first I thought it was a HW problem but I'm not completely sure. What configuration files have entries for the USB, especially at startup, so that I can check them against the ones on my working computer. I'm running Ubuntu 10.04.

View 2 Replies View Related

Red Hat / Fedora :: Time Config / Always Changes Time Automatically?

Jun 18, 2010

I have a concern regarding my clock in fedora 12. It always changes time even when I do not change it.

In fedora 10, I to go to CLI > time config > uncheck UTC, But now, it doesn't seem to work. Code: [jun@localhost ~]$ time config
Command not found.
real0m2.875s
code...

View 1 Replies View Related

Programming :: Search The String "Listen" In A Few Files (config Files)?

May 9, 2011

I'm trying to search the string "Listen" in a few files (config files). I madefind /apps/apache* -exec grep -H Listen {} ;but the result list is very long. How i make a "grep -v" whith this command?

View 3 Replies View Related

Ubuntu :: Where NVidia X Config Files Located

Jan 22, 2011

Where are they located? What file I cant find it.

View 3 Replies View Related

Software :: Missing Config Files In Ubuntu 10.10

Jun 24, 2011

Regardless of the fact that editing these files is necessary for good functioning of my system, my standard 10.10 ubuntu installation seems to lack these files:

XF86config
Xorg.conf
/etc/printcap

Am I the only one who witnesses this in ubuntu? Perhaps I need to apt-get install some things? Knowledge about these files is important for my study.

View 1 Replies View Related







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