Skip to content

Commit 524899a

Browse files
committed
Remove instructions for old Fedora versions
According to https://fedoraproject.org/wiki/End_of_life Fedora 21 has been EOL since 2015-12-01. We can expect that users have upgraded by now or know to use yum instead of dnf.
1 parent 19393ad commit 524899a

File tree

17 files changed

+17
-141
lines changed

17 files changed

+17
-141
lines changed

cs/python_installation/instructions.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,7 @@ Použij tento příkaz v konzoli:
2929
sudo apt-get install python3.4
3030
```
3131

32-
#### Fedora (do verze 21)
33-
34-
Použij tento příkaz v konzoli:
35-
36-
```
37-
sudo yum install python3.4
38-
```
39-
40-
#### Fedora (22 +)
32+
#### Fedora
4133

4234
Použij tento příkaz v konzoli:
4335

en/deploy/install_git.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,7 @@ $ sudo apt-get install git
2828

2929
<!--endsec-->
3030

31-
<!--sec data-title="Fedora (up to 21)" data-id="git_install_fedora_21"
32-
data-collapse=true ces-->
33-
34-
{% filename %}command-line{% endfilename %}
35-
```bash
36-
$ sudo yum install git
37-
```
38-
39-
<!--endsec-->
40-
41-
<!--sec data-title="Fedora 22+" data-id="git_install_fedora_22"
31+
<!--sec data-title="Fedora" data-id="git_install_fedora"
4232
data-collapse=true ces-->
4333

4434
{% filename %}command-line{% endfilename %}

en/python_installation/instructions.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,7 @@ $ sudo apt-get install python3.5
6767

6868
<!--endsec-->
6969

70-
<!--sec data-title="Fedora (up to 21)" data-id="python_fedora"
71-
data-collapse=true ces-->
72-
73-
74-
Use this command in your console:
75-
76-
{% filename %}command-line{% endfilename %}
77-
```
78-
$ sudo yum install python3
79-
```
80-
81-
<!--endsec-->
82-
83-
<!--sec data-title="Fedora (22+)" data-id="python_fedora22"
70+
<!--sec data-title="Fedora" data-id="python_fedora"
8471
data-collapse=true ces-->
8572

8673
Use this command in your console:

es/python_installation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Tipea este comando en tu consola:
4343

4444
Usa este comando en tu consola:
4545

46-
sudo yum install python3.4
46+
sudo dnf install python3.4
4747

4848

4949
#### openSUSE

fr/python_installation/instructions.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,7 @@ Tapez cette commande dans votre terminal :
2727
$ sudo apt-get install python3.4
2828

2929

30-
#### Fedora (jusqu'à la version 21)
31-
32-
Tapez cette commande dans votre terminal :
33-
34-
$ sudo yum install python3.4
35-
36-
37-
#### Fedora (22+)
30+
#### Fedora
3831

3932
Tapez cette commande dans votre terminal :
4033

hu/python_installation/instructions.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,7 @@ Ha még nincs Pythonod, vagy másik verziót szeretnél telepíteni, így tehete
2727
$ sudo apt-get install python3.4
2828

2929

30-
#### Fedora (21-es verzióig)
31-
32-
Írd be az alábbi programot a konzolba:
33-
34-
$ sudo yum install python3.4
35-
36-
37-
#### Fedora (22+)
30+
#### Fedora
3831

3932
Írd be az alábbi programot a konzolba:
4033

it/python_installation/instructions.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,7 @@ Digita questo comando nella tua console:
2727
$ sudo apt-get install python3.4
2828

2929

30-
#### Fedora (fino a 21)
31-
32-
Usa questo comando nella tua console:
33-
34-
$ sudo yum install python3.4
35-
36-
37-
#### Fedora (22+)
30+
#### Fedora
3831

3932
Usa questo comando nella tua console:
4033

ko/deploy/install_git.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,7 @@ $ sudo apt-get install git
2929

3030
<!--endsec-->
3131

32-
<!--sec data-title="Fedora (up to 21)" data-id="git_install_fedora_21"
33-
data-collapse=true ces-->
34-
35-
{% filename %}command-line{% endfilename %}
36-
```bash
37-
$ sudo yum install git
38-
```
39-
40-
<!--endsec-->
41-
42-
<!--sec data-title="Fedora 22+" data-id="git_install_fedora_22"
32+
<!--sec data-title="Fedora" data-id="git_install_fedora"
4333
data-collapse=true ces-->
4434

4535
{% filename %}command-line{% endfilename %}

ko/python_installation/instructions.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,7 @@ $ sudo apt-get install python3.5
6969

7070
<!--endsec-->
7171

72-
<!--sec data-title="Fedora (up to 21)" data-id="python_fedora_ko"
73-
data-collapse=true ces-->
74-
75-
76-
콘솔에 아래 명령어를 입력하세요. :
77-
78-
{% filename %}command-line{% endfilename %}
79-
```
80-
$ sudo yum install python3
81-
```
82-
83-
<!--endsec-->
84-
85-
<!--sec data-title="Fedora (22+)" data-id="python_fedora22_ko"
72+
<!--sec data-title="Fedora" data-id="python_fedora_ko"
8673
data-collapse=true ces-->
8774

8875
콘솔에 아래 명령어를 입력하세요. :

pl/python_installation/instructions.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,7 @@ Wpisz w konsoli poniższe polecenie:
2727
$ sudo apt-get install python3.4
2828

2929

30-
#### Fedora (do 21)
31-
32-
Użyj następującego polecenia w konsoli:
33-
34-
$ sudo yum install python3.4
35-
36-
37-
#### Fedora (22+)
30+
#### Fedora
3831

3932
Użyj następującego polecenia w konsoli:
4033

0 commit comments

Comments
 (0)