General :: Upgrade All Packages Only Installed From Experimental?

Apr 2, 2011

I am using Linux Mint Debian Edition and am using the unstable for all my packages. I do have some that I installed from experimental like gnome3. How do I upgrade all and only all that have been installed from experimental to their new versions in experimental?

View 2 Replies


ADVERTISEMENT

Debian :: How To Isolate Packages From Experimental

Apr 16, 2011

all the packages which I have installed which are in experimental but which can be downgraded or can be had from unstable. Is there such a way ?

View 8 Replies View Related

Ubuntu :: Find Some .deb Packages For Some Experimental Compiz Plugins

Sep 5, 2010

I'm trying to find some .deb packages for some experimental Compiz plugins, mainly the Headtracking plugin. I have tried compiling the plugin, but I have had no end of trouble doing so. Come to think of it, I don't think I have ever successfully compiled a piece of software in Linux. So, are there any .deb packages for this plugin?

View 4 Replies View Related

Debian :: Package Search Site And Stable, Sid, And Experimental All Have Packages For Wine

Aug 21, 2011

At first I thought it might be a free software thing but I went on the debian package search site and stable, sid, and experimental all have packages for wine. Why is there none for wheezy? Is it a temporary dependency thing or...? I've googled this but there has been no kind of answer anywhere. Right now I'm using the frickelplatz apotsid repository as they package the most recent version of wine but if I could use a standard debian repository I would.

View 6 Replies View Related

Ubuntu :: All Packages Not Installed After Upgrade

Dec 13, 2010

I have been running Ubuntu on my laptop since 9.10 by itself (not dualbooting Windows). I had no problems with it back then but I did notice that when I upgraded, not all the packages installed and I would get an error message saying so. I never thought much of it. The problem became apparent when upgrading from 9.10 to 10.4, I would get an error message everytime and the upgrade would be cancelled. This forced me to reinstall Ubuntu for both 10.04 and 10.10. As soon as I downloaded 10.10 I downloaded docky and chromium. Heres where my current problems arise:

- Docky (which worked in 10.04) wont work even after I download compiz.
- Every time I update the system, if i try to update chromium or anything else from google it cancels the upgrade.
- I tried using "sudo apt-get upgrade" in the terminal but I get
"Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/dpkg/status
E: The package lists or status file could not be parsed or opened."

View 3 Replies View Related

Debian Configuration :: Upgrade The Installed Packages From The Packages.debian.org Site?

Jul 22, 2010

I have just installed Debian Lenny and was trying to upgrade the installed packages from the packages.debian.org site. when i asked synaptic to add the downloaded packages the would not appear, but when i checked the .xsessions file there are entries saying that the packages were being ingnored because they were either different versions, the MD5 did not match or even "can't find pkg". i have to use the local library to download the packages because i dont have an internet connection at home.

[Code]...

View 6 Replies View Related

Ubuntu Installation :: 9.10 Upgrade - What Packages Are Installed By Default

May 25, 2010

Since I had problems with Openoffice since the upgrade to 9.10, I've tried to uninstall all openoffice. I've searched for 'openoffice' in synaptic and uninstalled all thet I've found. It has uninstalled many other things, thunderbird, firefox and god only knows what other. Now, there is a way to know what are the packages installed by default? Or, to install all the dafault packages? Or, there is a log of what I've uninstalled?

View 1 Replies View Related

Ubuntu Installation :: Installed Packages That Are Newer Than Those In Upgrade?

Nov 13, 2010

After upgrading from one version of Ubuntu to another, what happens to packages that have been installed prior to the upgrade that have higher version numbers (are newer) than the ones that are supposed to be installed via the Ubuntu upgrade?Specifically, I'm referring to compiling the latest version of FreeType to try to alleviate some dependency issues related to compiling Wine (I need a custom Wine patch), and I was wondering what would happen if I had a newer version of FreeType installed if I then later upgraded from Lucid to Maverick, and if Maverick used an older version of FreeType by default than the one already installed on my system.

View 5 Replies View Related

General :: 32 Bit Packages Installed In 64 Bit System?

Mar 9, 2010

I just installed CentOS 5.4 Final on a 64 bit system. After install, I found a lot of 32 bit packages are also installed. Is it necessary for a pure 64 bit system to run (let's say, I will never want to run any 32 bit app on this system), or is it something I could have avoided during install?

View 5 Replies View Related

General :: Uninstall Packages When They Are Installed From .run .bin Or .sh ?

Mar 1, 2010

Is there any standard procedure to uninstall software packages which have the above extensions?

I know how to uninstall through yum or apt-get.. but how to tackle these files?

Like Nvidia drivers comes in .run adobeAIR comes in .bin netbeans in .sh

And what if i have installed from source i.e tar balls? are there some protocols to follow?

I think it may sound a lame question but i was wondering about this since days coz i want to remove some of the apps from my laptop..

View 2 Replies View Related

General :: OpenCV - Some Packages Could Not Be Installed

Feb 5, 2011

I am learning image processing and hence using opencv-2.2.0. I am following the link [URL] to install this. But even the first command to install build-essential.
Code:
apt-get install build-essential
is giving following errors...

Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.

The following information may resolve the situation:
The following packages have unmet dependencies:
build-essential: Depends: gcc (>= 4:4.4.3) but 4:4.4.1-1ubuntu2 is to be installed
Depends: g++ (>= 4:4.4.3) but it is not going to be installed
Depends: dpkg-dev (>= 1.13.5) but it is not going to be installed
E: Broken packages

View 3 Replies View Related

General :: How To Identify Customizations To Installed Packages

May 11, 2011

I need to replicate my Ubuntu laptop as a VirtualBox guest. To replicate in the guest the packages currently installed in my laptop, I plan to follow the recipe given here:[URL]What I need now is a way to identify all the packages that have customizations (e.g. changes to config files, etc.)What's the best way to do this? Can dpkg figure this information out and report it?

View 2 Replies View Related

General :: Safe To Delete Installed .tgz Packages?

Mar 8, 2011

i read somewhere (I think an article by AlienBob) that you needed to make sure .tgz packages where located in a safe place as opposed to the home directory so as to prevent accidental deletion.

I have a number of .tgz packages that I have already installed and moved to the /bin/ directory for safe keeping, but its not very orderly, ya' know?

Is it safe to delete/rm these .tgz files? Im assuming that the installpkg command extracts the creamy nougat inside and puts it somewhere useful.

Also, even if it is safe to delete, what is best practice in this case? keep them forever in some isolated directory?

View 5 Replies View Related

General :: List Installed Packages In Debian From A File?

Jun 25, 2010

I have a system that will not boot as /usr has been destroyed and I would like to get a list of installed packages before re-installing. I know that it's possible to get this using dpkg or apt, but I cannot run those.

Where in the filesystem is this information stored and what's the best way to get a list of installed apps from the files?

View 2 Replies View Related

General :: Experimental Linux Install Using An Old Celeron Powered PC?

Mar 20, 2010

Yes, I was all excited when I plugged in an old dusty PC and found it still alive with a 32 gig hard drive & 260 Megs of RAM with an open slot for more memory, fit for my first Linux system. Then I navigated to device manager and found it was powered by a celeron, which was kind of a bummer.Anyway, can I get by with this setup? I'd like to use the slackware distribution, and my main purpose is to learn to administer a LAN, starting w/ 2 local clients, & a server that also runs Apache.

View 14 Replies View Related

General :: Package Managers Upgrade Packages Like Glibc?

Jul 16, 2011

I've been looking further into Linux from Scratch, and I am particularly interested in the package management side of the system. I understand that this is not covered in the book, but if I were to attempt LFS, package management would be a major convenience. From what I have read, when upgrading packages like glibc, you have to recompile everything to reflect the change.

If that is true, how do package managers like pacman and apt get around this issue? Isn't lacking glibc for even the time it takes to replace the files catastrophic to the system?

View 1 Replies View Related

General :: Debian Upgrade Fails 4 Packages Udev, Can Only Boot Into Safemode?

Sep 1, 2010

Debian testing: Kernel: Linux 2.6.32-5-amd64I can now only boot into safemode because I cannot get these 4 packages to upgrade:

udev
media-player-info
xserver-xorg-core

[code]....

View 6 Replies View Related

Ubuntu Installation :: Upgrades Held Back - Two Packages - Grayed Out And Do Not Upgrade In Upgrade-manager

Mar 29, 2010

I'm running 10.04 and for several days now I get two packages that are grayed out and do not upgrade in upgrade-manager.

If I use the shell and apt-get I get the following message: The following packages have been kept back: firefox-gnome-support update-manager

The system is functioning well, but these 2 packages just linger as I process probably hundreds of lucid upgraded packages.

View 1 Replies View Related

General :: View List Of Updated Packages After Apt-upgrade On Debian-based Systems?

May 15, 2010

I just did an update on my Debian system and it was very long. I'd like to know now, after the upgrades have already been applied, which packages were upgraded and which were not.

View 2 Replies View Related

General :: Apt-get Remove Ssh And Debian Returned "package Ssh Is Not Installed - 0 Packages Removed"

Jan 29, 2010

I've been reading up on ssh and I don't want anyone to connect to my computer. I am not interested in remote connectivity at all. Should I uninstall ssh? I ran Code: apt-get remove ssh and debian returned "package ssh is not installed. 0 packages removed."

I also looked online and found out about /etc/ssh/ssh_conf but all of the lines on my computer were #'d out. I also added "PermitRootLogin no" at the end. Am I safe from ssh attacks if I don't have ssh? Might be a stupid question but I don't want to fall victim. edit: it seems as though I -do- have openssh-client and openssh-server installed. Should I just leave my ssh config with PermitRootLogin no or apt-get remove openssh-client openssh-server.

View 9 Replies View Related

Debian :: Just Download Currently Installed Packages

Jan 7, 2011

I was wondering how can I re-download only all currently installed packages. I would like to save them to removable media, because I use netinst disc to install, and on slow connection it's hell to download 1GB of packages with console-only.

View 3 Replies View Related

Fedora Installation :: YUM Can Only See Installed Packages?

Feb 22, 2009

i'm having issues with looking for extra softwares to install... YUM can only see already installed softwares, i can't see any extra...

this happened after i modified the yum.repo.d files for installing softwares from DVD... i edited the files back to original.. i've triple checked my repo files and they are correct...

is there anywhere else YUM has files for handling updates and software installations? like yum.repo.d? some config file of some sort?

i can't run update either... well i all can run but reports no updates available

View 14 Replies View Related

Fedora :: Reinstall All Installed Packages?

Nov 16, 2009

Running F11 x86_64 on recently rebuilt desktop with new processor/motherboard

I tried to build mplayer from source, and something got messed up. When I realized I had done something wrong, I did a "make remove", and then tried to reinstall mplayer from rpmfusion using yum.

(There is a bug in mencoder that was fixed in the latest source tree - a documented bug that has to do with subtitles. I don't think I can patch a library with a diff line of code, so thought the best answer to get the update would be to install mplayer by source. I love using Fedora, and would like to make that next step in learning linux by building a few custom packages. Apparently, I don't have all the skills yet!)

That being said, my system is still not quite right. I figure the easy answer is to wait until tomorrow, upgrade to F12, and all should be well. But... I will probably compile something else and mess something else up - that's just how I roll...

I can get a list (sort of) of install packages with "yum list installed". Is there a way to strip off all of the extra information, then pipe this to yum reinstall? I may resort to doing this by hand, but there has to be an easier way!

View 5 Replies View Related

Fedora :: Find Packages Installed Into Old HDD?

Jun 7, 2010

1 laptop with HDD(1) - old, small,5400. Fedora 12 installed on it backup user settings - on external USB HDD (/home/myusername) for fun - tried to upgrade to 13 using preinstall - failled put new HDD(2) and clean install F13 update the F13 install "remembered" package move back from backup all stuff from external hdd to /home/myusername onto new HDD(2) - everything is back as I know now I need to verify what packages was installed onto the old HDD I have access to it (i have one USB SATA addaptor) for the new install I can issue one

Code:
rpm -qa
my question is what I need to do to make the rpm to check on the old HDD

View 3 Replies View Related

Ubuntu :: See The Packages That Recently Installed?

Feb 2, 2010

Is there a way to see the packages that I have recently installed? I'm trying to remove a program and I'm not sure what the names of the packages that came with it are.

View 7 Replies View Related

Slackware :: Bluewhite64 Packages Installed In 13.0?

Apr 26, 2010

This may be a dumb question, but can packages built for Bluewhite64 (any version) be installed in Slackware 13.0? I don't have a working Linux box ATM so I can't try it myself.

View 2 Replies View Related

Slackware :: Minimalist - Packages Should Be Installed?

Jun 4, 2011

Which packages should be installed? The system should also be able to use scim-pinyin with all its dependency packages.

View 14 Replies View Related

CentOS 5 :: How To Locate Installed Packages

May 6, 2009

When configure packages bundled with CentOS, I have difficulty locating the installed directories. Anyway to locate those? I first worked on MySQL and now Firefox. They are not at the standard locations (or the ones refered in the manuals).

View 6 Replies View Related

CentOS 5 :: Figure Out Where Yum Installed My Packages?

Jul 30, 2010

How can I figure out where the files are installed? I am currently trying figure out where the mysql include / header files are. I need to install a package
and I need to pass parameter --with-mysql=/directory/to/includes

View 3 Replies View Related

Ubuntu :: New 3d Experimental Driver?

May 7, 2011

today a new driver shows up in additional drivers i do not know if it is the nvidia or the nouveau 3d driver it has no name beside it

View 1 Replies View Related







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