Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
10-30-2008, 03:31 PM
|
#1
|
Member
Registered: Oct 2008
Posts: 83
Rep:
|
Upgrade To Ibex Is Going To Give Me Packages I Don't Want Installed - Help!
Before I tried to upgrade to the new Ibex in ubuntu, a window popped up and said that 314 packages would be installed. It lists many of the packages that I had removed previously and don't want, like, compiz-fusion, kde, etc. I don't understand this. If I had removed many of these unwanted packages before, why will it install them? I don't want them installed.
How can I tell the Update Manager to keep certain unwanted packages from being downloaded and installed? Can it allow me the ability to download and install only the ones I want?
.
Last edited by davidx; 10-30-2008 at 03:33 PM.
|
|
|
10-30-2008, 03:58 PM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,659
|
Quote:
Originally Posted by davidx
Before I tried to upgrade to the new Ibex in ubuntu, a window popped up and said that 314 packages would be installed. It lists many of the packages that I had removed previously and don't want, like, compiz-fusion, kde, etc. I don't understand this. If I had removed many of these unwanted packages before, why will it install them? I don't want them installed.
How can I tell the Update Manager to keep certain unwanted packages from being downloaded and installed? Can it allow me the ability to download and install only the ones I want?
.
|
Can't speak for specifics with Ubuntu, but some of those packages either are in the 'default' distribution, or are there to satisfy some dependency.
I agree, though, that a 'smart' upgrader would know that you don't have compiz installed, and not try to 'upgrade' it, but you can always remove them later.
|
|
|
10-30-2008, 05:23 PM
|
#3
|
Member
Registered: Feb 2008
Location: Michigan
Distribution: Debian GNU/Linux Unstable
Posts: 144
Rep:
|
Ubuntu devs added compiz to the default install..it keeps getting more and more like vista everyday.
|
|
|
10-30-2008, 09:41 PM
|
#4
|
Member
Registered: Oct 2008
Posts: 83
Original Poster
Rep:
|
Quote:
Originally Posted by TB0ne
Can't speak for specifics with Ubuntu, but some of those packages either are in the 'default' distribution, or are there to satisfy some dependency.
I agree, though, that a 'smart' upgrader would know that you don't have compiz installed, and not try to 'upgrade' it, but you can always remove them later.
|
tB0ne, i agree. I just don't understand why the developers aren;t smart enough to know this and correct his possible occurance for some users who decide to uninstall certain unwanted packages.
and j.todd, i agree with you too... it seems that the more the ubuntu developers make ubuntu less windows-like, the more it ends up being more windows-like. I can see ubuntu relegated to windows status in the near future because of this... good riddance.
.
|
|
|
10-31-2008, 03:46 AM
|
#5
|
Senior Member
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230
|
Quote:
Originally Posted by j.todd
Ubuntu devs added compiz to the default install..it keeps getting more and more like vista everyday.
|
Yup, it is even getting slower too. Not as slow as Vista, but more bloated none the less:
http://www.phoronix.com/scan.php?pag...nch_2008&num=1
I have felt that Ubuntu was getting more bloated and resource intensive for some time now.
DavidX,
So how did the upgrade go anyway? Personally, I always do a clean install when upgrading Ubuntu. It is the best way to avoid problems imo. From what I have read in the Ubuntu forums, the dist-upgrade process seems to be getting better though.
Last edited by tommcd; 10-31-2008 at 03:56 AM.
|
|
|
10-31-2008, 04:52 AM
|
#6
|
LQ Newbie
Registered: May 2004
Location: Rostov-on-Don, Russia
Posts: 16
Rep:
|
Quote:
Originally Posted by tommcd
Personally, I always do a clean install when upgrading Ubuntu.
|
How do you transfer your settings then? By backup/restore $HOME dir (and homes of other users if needed)? Or anything else?
|
|
|
10-31-2008, 07:17 AM
|
#7
|
LQ Newbie
Registered: Jun 2006
Location: Angus, Ontario, Canada
Distribution: Ubuntu 8.04
Posts: 18
Rep:
|
Quote:
Originally Posted by dda
How do you transfer your settings then? By backup/restore $HOME dir (and homes of other users if needed)? Or anything else?
|
If you are doing a complete reinstall you can tell it not to format the home directory and then all of your your settings woill be reserved.
As far as the packages are concerned you do have the option of not installing them by just checking the box beside the package you do want installed, but beware that if a package requires one of these it will not work.
|
|
|
10-31-2008, 08:38 AM
|
#8
|
Member
Registered: Nov 2003
Location: Zwolle
Distribution: Arch
Posts: 651
Rep:
|
Quote:
Ubuntu devs added compiz to the default install..it keeps getting more and more like vista everyday.
|
Ubuntu is aimed at people not thinking about dependencies. Everything should just work or can work in one or two clicks. That's just the filosify of Ubuntu.
If you want more control just switch to Debian.
|
|
|
10-31-2008, 10:43 AM
|
#9
|
LQ Newbie
Registered: Jun 2007
Location: Helsinki
Distribution: Ubuntu
Posts: 5
Rep:
|
An answer to the original question,
that is, how to upgrade to Intrepid without the extra packages, is:
1. Change occurences of hardy to intrepid in /etc/apt/sources.list
2. do apt-get update; apt-get upgrade.
This is the "manual" way of upgrading the packages, and many people who test a "future" release of ubuntu before its ready can use the "future" version repositories to upgrade specific packages this way. Note that you may have to deal with some dependencies yourself.
An alternative to these apt-get lines is of course using synaptic and reloading repositories, then marking all upgrades.
|
|
|
10-31-2008, 11:22 AM
|
#10
|
Member
Registered: Oct 2008
Posts: 83
Original Poster
Rep:
|
Quote:
Originally Posted by Vermind
An answer to the original question,
that is, how to upgrade to Intrepid without the extra packages, is:
1. Change occurences of hardy to intrepid in /etc/apt/sources.list
2. do apt-get update; apt-get upgrade.
This is the "manual" way of upgrading the packages, and many people who test a "future" release of ubuntu before its ready can use the "future" version repositories to upgrade specific packages this way. Note that you may have to deal with some dependencies yourself.
An alternative to these apt-get lines is of course using synaptic and reloading repositories, then marking all upgrades.
|
Vermind, you said that I can upgrade to intrepid without the extra packages by changing occurances of hardy in /etc/apt/sources.list. I got 2 questions:
1) Will this procedure keep packages from being installed that I had uninstalled previously, like, compiz-fusion which I had uninstalled and don't want installed ever? I want it to install packages in the upgrade, but NOT the packages that I had uninstalled before.
2) How would I be able to do this procedure? Below is my /etc/apt/sources.list:
#
# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080422.2)]/ hardy main restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy restricted main #Added by software-properties
# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080422.2)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ hardy restricted main multiverse universe #Added by software-properties
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ hardy-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-updates restricted main multiverse universe #Added by software-properties
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ hardy universe
deb http://us.archive.ubuntu.com/ubuntu/ hardy-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://us.archive.ubuntu.com/ubuntu/ hardy-updates multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://us.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
# deb http://archive.canonical.com/ubuntu hardy partner
# deb-src http://archive.canonical.com/ubuntu hardy partner
# deb http://ftp.de.debian.org/debian sid main
deb http://security.ubuntu.com/ubuntu hardy-security main restricted
deb-src http://security.ubuntu.com/ubuntu hardy-security restricted main multiverse universe #Added by software-properties
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb http://deb.opera.com/opera/ stable non-free
## Wine, Ubuntu Hardy Heron (8.04):
deb http://wine.budgetdedicated.com/apt hardy main
deb-src http://wine.budgetdedicated.com/apt hardy main
.
|
|
|
10-31-2008, 11:15 PM
|
#11
|
LQ Newbie
Registered: Jun 2007
Location: Helsinki
Distribution: Ubuntu
Posts: 5
Rep:
|
yes
Hello davidx,
In short, yes.
You will do a regular upgrade; the difference is, that the upgraded versions to consider are from Intrepid, not Hardy. I can't guarantee that sth unwanted will not be installed, as ubuntu-desktop or other virtual packages might have changed their dependencies in the next version. But for example for me kde was not installed, even with the regular update-manager upgrade to Intrepid.
To make sure that nothing untoward is being installed, you can do the upgrade step in synaptic, as I said in the previous post, and examine the full list of marked packages. You can also save the markings in synaptic from file - save markings to file.
To enable the Intrepid repositories, you basically do a search-replace of hardy with intrepid for /etc/apt/sources.list, like so:
You have:
Code:
deb http://us.archive.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ hardy restricted main multiverse universe #Added by software-properties
Change that to:
Code:
deb http://us.archive.ubuntu.com/ubuntu/ intrepid main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid restricted main multiverse universe #Added by software-properties
So, the minimal required changes to sources.list are changing the repository name to intrepid in all the repositories. the url and the channels stay the same.
For comparison, here is what my update-manager seems to do (Looked at sources.list after "getting new packages" step had started in update manager while upgrading to intrepid)
Code:
deb http://us.archive.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ intrepid-updates restricted main multiverse universe
deb http://us.archive.ubuntu.com/ubuntu/ intrepid-proposed restricted main multiverse universe
deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid-proposed restricted main multiverse universe
deb http://us.archive.ubuntu.com/ubuntu/ intrepid-backports restricted main multiverse universe
deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid-backports restricted main multiverse universe
Note: backports are enabled because i had enabled them before. You may not want to enable proposed or backports, since they may not be stable.
|
|
|
11-01-2008, 12:11 AM
|
#12
|
Member
Registered: Oct 2008
Posts: 83
Original Poster
Rep:
|
Quote:
Originally Posted by Vermind
Hello davidx,
In short, yes.
You will do a regular upgrade; the difference is, that the upgraded versions to consider are from Intrepid, not Hardy. I can't guarantee that sth unwanted will not be installed, as ubuntu-desktop or other virtual packages might have changed their dependencies in the next version. But for example for me kde was not installed, even with the regular update-manager upgrade to Intrepid.
To make sure that nothing untoward is being installed, you can do the upgrade step in synaptic, as I said in the previous post, and examine the full list of marked packages. You can also save the markings in synaptic from file - save markings to file.
|
Vermind, your tip doesn't work. I changed all the 'hardy' to 'intrepid' in the sources.lst and then I tried the upgrade. When I was in the middle of the upgrade process, it said that such apps like, openoffice, rythmbox, bluetooth, compiz-fusion, etc. will be installed - the very same packages that I had uninstalled a long time ago and don't want back! In a nutshell, ubuntu SUCKS!
I really miss XP sooooo damn bad!
.
|
|
|
11-01-2008, 08:11 AM
|
#13
|
Senior Member
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230
|
Quote:
Originally Posted by davidx
In a nutshell, ubuntu SUCKS!
I really miss XP sooooo damn bad!
.
|
Perhaps you should try Debian then. Debian runs much lighter and faster that Ubuntu. Debian will not install compiz, or anything else, unless you want it to. A good place to start is the Debian Lenny beta 2 CD:
http://www.debian.org/devel/debian-installer/
You will want the i386 version here:
http://cdimage.debian.org/cdimage/le...2/i386/iso-cd/
You only need the 1st CD iso to install Debian. It is a text based install. If you have ever installed Ubuntu from the "alternate install" Cd, it is pretty much the same as that. Then some time after Lenny goes to stable, you can upgrade to "testing" if you want. Just change your sources.list from "lenny" to "testing" and do a dist-upgrade.
Debian will require you to more skilled at the command line than Ubuntu; but it will give you more control, and be faster too.
Here is a good beginner tutorial:
http://forums.debian.net/viewtopic.php?t=13362
To get all the multimedia codecs for Debian, add the debian-multimedia repo to your sources.list:
http://debian-multimedia.org/
Learn how to use apt-get, aptitude, and apt-cache from the terminal. Read their man pages, or these links:
For apt-get:
http://www.debian.org/doc/manuals/apt-howto/
Aptitude is now the recommended package manager in Debian. To use it from the terminal, read this:
http://algebraicthunk.net/~dburrows/.../rn01re01.html
Last edited by tommcd; 11-01-2008 at 08:14 AM.
|
|
|
11-02-2008, 08:04 AM
|
#14
|
LQ Newbie
Registered: Jun 2007
Location: Helsinki
Distribution: Ubuntu
Posts: 5
Rep:
|
do not install ubuntu-desktop
the package ubuntu-desktop or ubuntu-mobile depends on compiz and openoffice, so if you have that installed, upgrade will install compiz.
If You are upgrading using synaptic and not update manager, you have full control over applications to install. You choose "Mark all upgrades" and say yes, then go to the Marked Changes tab, and untick the programs you don't want to be installed.
What did you mean, in the middle of the upgrade process? with synaptic you click reload, then mark all changes, and at any point you can choose what to do; there is no "middle" (If I understood you correctly, this "middle" was a point where you can't go back).
|
|
|
11-02-2008, 11:11 AM
|
#15
|
Member
Registered: Oct 2008
Posts: 83
Original Poster
Rep:
|
Quote:
Originally Posted by Vermind
the package ubuntu-desktop or ubuntu-mobile depends on compiz and openoffice, so if you have that installed, upgrade will install compiz.
If You are upgrading using synaptic and not update manager, you have full control over applications to install. You choose "Mark all upgrades" and say yes, then go to the Marked Changes tab, and untick the programs you don't want to be installed.
What did you mean, in the middle of the upgrade process? with synaptic you click reload, then mark all changes, and at any point you can choose what to do; there is no "middle" (If I understood you correctly, this "middle" was a point where you can't go back).
|
Hi, vermind. What I mean by "middle" is, after editing my sources.lst, I hit the upgrade option in update manager and before I gave the update manager to upgrade, a window popped up telling me that 241 packages would be installed (among other info like, 400 or so packages will be upgrade, 23 packages will be removed).
But anyway, I will be uninstalling ubuntu - THANK GOD!!! - and will replace it with either XP again, or Vista. The only thing that's holding me back from installing the alternative o/s's is finding the drivers for my wireless connection, sound, etc.
At this time, it's fair to say that I had to walk on eggshells for ubuntu, which is not an experience I wish on my own worst enemy. For some idiotic reason, win '95 and XP are faster than ubuntu in terms of bootup, pdf and doc scrolling, and window management. It's a sad thing that ubuntu has met this fate in the face of such promise. Unfortunately, ubuntu sucks.... windows has won the war.
.
|
|
|
All times are GMT -5. The time now is 04:24 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|