Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Install experimental package on debian

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
John853
Posts: 1
Joined: 2019-02-07 09:08

Install experimental package on debian

#1 Post by John853 »

I would like to install an experimental debian package.

I'm currently having problems with the older version so I figured it's best to upgrade and try that one because I can always switch back. Anyway I want to install this package:
I have wheezy debian.

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: Install experimental package on debian

#2 Post by GarryRicketson »

Read this : https://wiki.debian.org/DontBreakDebian

It does not sound like a good idea to me, but do what you want.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Install experimental package on debian

#3 Post by Head_on_a_Stick »

It should be "safe" to attempt an installation from the .deb package using

Code: Select all

# dpkg -i *.deb
# apt-get install -f
Or use gdebi, which will install any dependencies automatically.

If the commands fail then the package needs dependencies that are not available in wheezy and you should either give up, try to backport the package (search for "simple backports debian wiki" for the method) or upgrade to a newer release.

I suppose adding the experimental repository would be OK (it has a pin value of 1 by default) but in this case the package you want isn't there any more. Be aware though that packages are placed in experimental because they may have problems and users are advised not to install them at all; see the Debian wiki page for more on this.

Btw wheezy has reached EOL[1] so you might want to upgrade anyway.

[1] https://wiki.debian.org/LTS/
deadbang

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Install experimental package on debian

#4 Post by bw123 »

John853 wrote: ...
I'm currently having problems with the older version so I figured it's best to upgrade and try that one because I can always switch back.
...
I'd sure be careful, because my figures don't agree with that. A full backup or copy of the entire system (everything) would be smart.
resigned by AI ChatGPT

Bulkley
Posts: 6386
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: Install experimental package on debian

#5 Post by Bulkley »

John853 wrote: . . . I figured it's best to upgrade and try that one because I can always switch back.
That can be very difficult. Don't count on it.

Wheezy is getting quite dated. Why don't you wait a few weeks, skip Jessie and Stretch, and install Buster?

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Install experimental package on debian

#6 Post by stevepusser »

And it's been removed from Experimental, anyway.

I seem to remember it will need a newer version of Python to run than Wheezy has, even if you manage to install it.
MX Linux packager and developer

Post Reply