Debian :: Upgrade An App Without Using Testing Repo?
Aug 4, 2011
I want to have most my system in Debian Stable and a few packages updated to a version that is not in Stable repos.For example Abiword. With the one in Debian Stable I have many issues.I could add Debian testing repos and update it, but then I will have to upgrade to testing a lot of programs that I didn't intended to upgrade.ex: Abiword in testing may requiere libc6(testing) and with that I would have to upgrade a lot of programs that will not work with a newer version of libc6.
View 4 Replies
ADVERTISEMENT
Jun 22, 2010
I am using Fedora 13 and I have one program (wine) that I need to start grabbing for the updates-testing repo instead of the default repositories in order to get newer versions. I think I can figure out how to add that repository, but I need to know if there are any others I need to disable or any other changes I need to make to my system so that I don't confuse my set up with conflicting updates.
Also, is there anything special I need to do to be sure that only that one program is grabbed from the testing repo when I run regular updates?
View 6 Replies
View Related
Apr 13, 2011
Just switched from stable to testing. To run a pure testing, can someone tell me if I have all the necessary repos below?
deb http://www.debian-multimedia.org testing main non-free
deb http://getswiftfox.com/builds/debian unstable non-free
deb http://ftp.debian.org/debian testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://www.debian-multimedia.org testing main non-free
deb http://mozilla.debian.net/ squeeze-backports iceweasel-4.0
View 5 Replies
View Related
Mar 11, 2011
After trying to use the safe-upgrade command with aptitude, I receive these errors:
apt (0.8.11) unstable; urgency=low
apt-get install pkg/experimental will now not only switch the candidate of package pkg to the version from the release experimental but also of all dependencies of pkg if the current candidate can't satisfy a versioned dependency.
View 2 Replies
View Related
Nov 23, 2009
did some one installed kde 4.3.3 by using the kde testing repo?
View 3 Replies
View Related
May 26, 2010
how to upgrade qemu and kvm to version 0.12 on repo?
$ sudo kvm | head -1QEMU PC emulator version 0.9.1 (kvm-72), Copyright (c) 2003-2008 Fabrice Bellard
$ apt-cache show qemu-kvm | grep VersionVersion: 0.12.4+dfsg-1~bpo50+1
View 3 Replies
View Related
Sep 18, 2010
Debian 504 64-bit
Emacs 22.2.1
I have emacs running on the box
$ apt-cache policy emacs Code: emacs:
Installed: 22.2+2-5
Candidate: 22.2+2-5
[code].....
View 2 Replies
View Related
Dec 29, 2010
I have a separate /home folder.
Will my user preference files still function after installing to sda2 or should I wipe /home and start over. ?
I hate the thought of chasing passwords, add ons ect.
View 2 Replies
View Related
Jun 23, 2015
I'm running debian testing on my laptop. This morning when I ran apt-get update && apt-get dist-upgrade, I was greeted by the following errors:
Code: Select all
Calculating upgrade... 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 to resolve the situation:
The following packages have unmet dependencies:
libcurl3-gnutls : Depends: librtmp1 (>= 2.4+20131018.git79459a2-3~) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
A quick search found out that package librtmp1(2:2.4~20150315.gita107cef9b-dmo1) is already installed.
I do have some packages set on hold, however I don't think that's the problem:
Code: Select all$ dpkg --get-selections | grep hold
hostapd hold
libgcrypt11:amd64 hold
linux-image-amd64 hold
My sources.list on which I haven't touched for a very long time:
Code: Select alldeb http://mirrors.163.com/debian/ testing main non-free contrib
deb-src http://mirrors.163.com/debian/ testing main non-free contrib
deb http://mirrors.163.com/debian-security/ testing/updates main contrib non-free
deb-src http://mirrors.163.com/debian-security/ testing/updates main contrib non-free
deb http://mirrors.163.com/debian/ testing-updates main contrib non-free
deb-src http://mirrors.163.com/debian/ testing-updates main contrib non-free
View 2 Replies
View Related
Jun 6, 2011
After doing a aptitude full-upgrade I no longer have the Debian menu showing in the Openbox menu. According to Obmenu, Debian is listed; it's just not showing when I right click. The upgrade brought a new version of Openbox so I assume that has something to do with it.
View 9 Replies
View Related
Dec 6, 2009
how can i update php to the latest version from the testing repo via USB ? my machine has no internet access and no cdrom, my only choice is via USB, i have a 2 gb USB.
edit: i am trying to follow this guide: [URL] since i have no internet access, i have downloaded all files to my USB stick. i added the testing repo manually. is there a way to instruct centos to update these packages from my usb stick ? since i have them on USB, i can upload them on centos.
View 2 Replies
View Related
Jul 1, 2011
I just updated my Debian testing as usual (apt-get update && apt-get dist-upgrade), and it totally screwed up Nvidia drivers. I had to revert to integrated graphic card to start Xorg.
After that, I noticed that libgl1-nvidia-glx is missing, and when I tried to install it back, it produces the following:
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 help to resolve the situation:
The following packages have unmet dependencies:
libgl1-nvidia-glx : Depends: libgl1-nvidia-alternatives but it is not going to be installed
E: Broken packages
Any ideas what's going on with it?
View 14 Replies
View Related
Dec 6, 2009
I running Centos 5.3 on a computer with no internet access and no cdrom, i need to know how to keep it updated via USB stick. I have a 2 Gb USB stick, i am trying to update my centos machine and also update php and mysql with the testing repo packages. I am testing vBulletin 4 Publishing Suite and vBulletin 4 requirements are: PHP: 5.2.0 and MySQL:4.1.0 but Recommended: PHP: 5.2.6 or newer AND MySQL: 5.0.19 or newer.
currently running:
PHP 5.1.6 (cli) (built: Apr 7 2009 08:00:04)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
and
mysql Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (i686) using readline 5.1
edit:i am trying to follow this guide: [URL]since i have no internet access, i have downloaded all files to my USB stick.i added the testing repo manually.is there a way to instruct centos to update these packages from my usb stick ? since i have them on USB, i can upload them on centos.
View 2 Replies
View Related
Feb 28, 2009
I am a ubuntu user but I want to go to the next level to use debian because what I heard of it, but I get confused to what to install on my computer do I install debian testing or debain stable with testing repositories.
- I want to use this system to the home use only.
- I want to use the newest packages because the stable packages is too old to use.
- What about using more than one repository i.e stable with testing with unstable at the same time (the same sourcelist)
- Is the testing and unstable sid packages good enough for the home use?
View 5 Replies
View Related
May 27, 2011
I upgraded to F15 from F14 via a yum upgrade using an F15 repo. Things seems to be working mostly OK except for some shared drives on Windows Server 2003. In my /etc/fstab file I have this:
Code:
# /etc/fstab
# Created by anaconda on Fri Oct 8 18:32:22 2010
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
[Code]...
View 11 Replies
View Related
Dec 1, 2009
I have 2 machines running 11.1, but using 2 diff KDE repo sets . . .
On the first, I am using /KDE:/43:/openSUSE_11.1 as listed under the KDE 4.3.x section of the KDE repo's page. The installed KDE version is 4.3.3-3 but yesterday this repo was updated to 4.3.4-1. The corresponding repo for 11.2 now also has 4.3.4-1.
On the second, I am using /KDE:/KDE4:/Factory:/Desktop/openSUSE_11.1. Installed is 4.3.3-128, the most current. This is the same version as in the corresponding 11.2 repo.
IIRC (and I very well may not) for those of us who wanted to go to 4.2 (and later, 4.3) it was first advised to use the /KDE:/KDE4:/Factory set, but later it was advised to switch to the /KDE:/43:/ set.
In any event, since 4.3.3 is officially released by KDE and considered stable while 4.3.4 is not, it would appear the upgrade path should use /KDE:/KDE4:/Factory/11.2 (which is counter-intuitive to me, given the "factory" nomenclature; on the other hand, the "43:" section is not accurately described, so perhaps that's the problem).
View 3 Replies
View Related
Oct 2, 2010
Imagine my surprise when, after accepting the proposed upgrades posted for OS 11.1 today, that my SeaMonkey email client shows NO messages from Sept. 2010 in any account, sent or received.
More info: Upon checking for messages, an unusually large number were seem to download (POP server) but few appeared in the in boxes. Old messages from August appeared for the first time.
View 4 Replies
View Related
Aug 31, 2010
I have to do it on several machines, so I wrote a script. You don't have to reboot but you must exit X. Use it at your own risk
Code:
#! /bin/bash
# --------------------------------------------------------------
# What it does :
# - unload fglrx if needed
# - make a copy of /etc/X11/xorg.conf (if any)
[code]....
View 3 Replies
View Related
May 30, 2011
In checking after upgrading with Preupgrade fromFC14 to FC15 here I noticed te yuom seems to show the wrong repos. How do I correct this?
yum clean all
Loaded plugins: downloadonly, fastestmirror, refresh-packagekit, security
Cleaning repos: adobe-linux-i386 fedora updates
Cleaning up Everything
[code].....
View 2 Replies
View Related
Jul 4, 2011
I tend to stay on for long time. My machine is a Fujitsu T4310 tablet. I have got all tablet features previously working properly when I was on Isadora Mint. After installing LMDE to my surprise basic features of the tablet simply worked out of the box but I'm missing a few important features like multitouch, screen rotate and buttons in tablet mode.
As far as my experience with Isadora, it needed a driver called "fjbtndrv", but I couldn't find it in the repos, moreover, I think it might need some tweeks to get it behaving properly. I found some refferences but it refers to other ubuntu based distros, which I can't use of course.
p.s. prefere a solution other than compiling it myself, it looks scary and has lots of dependencies.
View 14 Replies
View Related
Jan 4, 2010
I have an harddisk which is old, since many years >10 years, and I recall I crashed few clusters using windows programs which were old and harddisk stuffs doing. So the pc lives with bad clusters, this pc lives very well since many years.Question, the pc has woody debian, which let us to install and exclude bad sectors during install. Bad clusters was an usual thing in the past, but today not anymore.Unfortunately debian squeeze installer coders had the good idea to remove the " bad cluster checking " before installing debian, during install (cdrom netinst).
View 1 Replies
View Related
Nov 16, 2010
I'm a Debian testing user (not an experienced one) on laptop Dell Latitude D531 and has encountered a problem: I've often got my laptop slowed down very much and the message appears in a console: Disabling IRQ #19 I've searched for the solution, but failed finding the answer.
dmesg showed:
Code:
[ 21.064461] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 21.067790] cfg80211: Calling CRDA for country: GB
[ 21.160654] padlock: VIA PadLock not detected.
[ 23.545837] fuse init (API version 7.13)
[ 24.354533] tun: Universal TUN/TAP device driver, 1.6
[Code]...
View 6 Replies
View Related
Sep 18, 2010
I want to install Debian 5.06 64 bit on squeeze repo. Where can I find its netinstall ISO?
View 6 Replies
View Related
Apr 14, 2011
Is there stability advantages to installing the mint-meta-debian package from the repo below??? I have read that LMDE is safer than running Testing because there is less chance for breakage with LMDE. Less risky overall. Is that true?
# Linux Mint Debian Edition (I get Firefox from here)
# get the mint-keyring from the repo
deb http://packages.linuxmint.com/ debian main upstream import
View 3 Replies
View Related
Aug 12, 2011
I'm running Debian Testing and since some time ago I'm getting the following messages:Any ideas how to solve this warnings?
(gtk-update-icon-cache:9204): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory
Processing triggers for gconf2 ...
[code]....
View 5 Replies
View Related
Oct 8, 2010
I just installed the Debian testing release(with LXDE) from this week. Everything works great except the network card. I know the network card works because Windows and the Parted Magic Live cd recognize it. Also "lspci" seems to list the card, but when I fire "ifconfig -a" it is not listed there.
View 12 Replies
View Related
Mar 26, 2011
i'm attempting to know and understand fedora more and i will spend probably the next month pouring through all the forums and documents to answer more of my own questions. but there's quite a bit here, so i'd thought i'd ask some noob questions to get me started a little.
ive installed fedora 14 64bit and chosen only kde as the desktop. i selected an extra 2 repos besides the default, fedora 14 -x86_64 and fedora 14-x86_64 -updates. i believe this kernel is installed: 2.6.35.11-83
1. i can only see the 2 extra repo's as being "checked" in kpackagekit, shouldn't i see the default repo also ?
2. i dont have an applet in the system tray indicating the system is up to date, does fedora have this by default ? also after a clean install i ran yum check-update and yum update but the message sayes: "no packages marked for update". i'm not sure if the system is auto-updated during install or not, but with other distros iv tried there is always atleast a few updates needing to be done after install.
3. is kpackagekit the fedora gui package manager ? i dont see any others.
4. i want to upgrade to nvidia drivers, but i think i am missing a non-free repo or something. when i enter: yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686 xorg-x11-drv-nvidia-libs.x86_64 i get messages stating "no package" i get the same message with yum install nvidia-settings.i also tried this: LANG=C yum --enablerepo=rpmfusion-nonfree info akmod-nvidia but it sayes repo not found.
View 4 Replies
View Related
Apr 5, 2010
Will KDE4.4 eventually move into the 11.2 updates or do I have to add the KDE Factory repo to get this update?
View 3 Replies
View Related
Aug 24, 2010
I've heard a lot of talk about people running 'Testing' as a rolling release version of Debian. As I have a spare box to play with, I wanted to see what this was like. I've done a minimal install of Squeeze and had a look at /etc/apt/sources.list. As I would expect, the file refers to Squeeze and not 'testing' (I think Woody used to go for stable/ testing etc, but this then got changed). In order to run 'Testing', can I just replace the Squeeze references and do:
View 6 Replies
View Related
Apr 12, 2010
Is there any way other than building the source for 1.1.42 and manually installing it to actually get the latest version on my Debian Testing? How long does it normally take for new versions of Wine to get into the repo's?
View 2 Replies
View Related