Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
documentation
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
amisdelaterre
documentation
Commits
420490e8
Commit
420490e8
authored
Nov 29, 2017
by
ben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
ee7ddc5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
informatique/admin/apt.md
informatique/admin/apt.md
+38
-0
No files found.
informatique/admin/apt.md
0 → 100644
View file @
420490e8
# Installer des paquets 'testing' dans debian 'stable'
Éditer
`/etc/apt/preferences`
et fixer les priorités des différents dépôts.
```
Package: *
Pin: release l=Debian-Security
Pin-Priority: 1000
Package: *
Pin: release a=stable
Pin-Priority: 900
Package: *
Pin: release a=testing
Pin-Priority: 60
Package: *
Pin: release a=unstable
Pin-Priority: 50
Package: *
Pin: release a=experimental
Pin-Priority: 1
```
Éditer
`/etc/apt/sources.list`
pour y ajouter les dépôts testing et unstable.
```
deb http://ftp.be.debian.org/debian/ testing main
deb http://ftp.be.debian.org/debian/ unstable main
```
Pour installer le paquet, écrire
```
apt install paquet/testing
```
On peut aussi utiliser
`aptitude`
qui proposera les différentes versions.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment