Skip to content

Commit 7f2550b

Browse files
committed
kdenlive 25.11.70 in Ubuntu 24.04.3 LTS | Linux 6.14.0-27-generic | x86-64 #15
1 parent 15f5e0c commit 7f2550b

2 files changed

Lines changed: 26 additions & 9 deletions

File tree

kdenlive/README.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,33 @@
55

66
## Installation on Ubuntu 16.04x64, 18.04x64, 20.04x64, 22.04x64
77
* In the terminal prime sudo command and type:
8+
```bash
9+
sudo apt-get install libcanberra-gtk-module libcanberra-gtk3-module
10+
sudo snap install kdenlive
811
```
9-
sudo apt-get upgrade
10-
sudo apt-add-repository ppa:kdenlive/kdenlive-stable && sudo apt-get update
11-
sudo apt-get install kdenlive
12-
sudo apt-add-repository --remove ppa:kdenlive/kdenlive-stable
12+
13+
* Remove
14+
```bash
15+
sudo snap remove kdenlive
1316
```
1417

15-
* Delete brave repository paths source lists
18+
## Commit changes
1619
```
17-
sudo rm /etc/apt/sources.list.d/kdenlive-ubuntu-*
18-
sudo apt update
20+
21+
export V=$(kdenlive --version | awk '{print $2}')
22+
echo $V
23+
os_info=$(hostnamectl | awk -F': ' '
24+
/Operating System:/ {os=$2}
25+
/Kernel:/ {kernel=$2}
26+
/Architecture:/ {arch=$2}
27+
END {print os " | " kernel " | " arch}
28+
')
29+
echo "$os_info"
30+
sed -i "/\<logs\>/ s/$/ \n## $(date) \nkdenlive-version: ${V} in ${os_info};/" logs.md #insert date and version
31+
git commit -am "kdenlive $V in ${os_info} #15"
32+
git push origin main
1933
```
2034

21-
* Remove
22-
sudo apt-get purge kdenlive
2335

2436

2537
## Logs

kdenlive/logs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
logs
2+
## Sat Dec 27 09:55:15 PM GMT 2025
3+
kdenlive-version: 25.11.70 in Ubuntu 24.04.3 LTS | Linux 6.14.0-27-generic | x86-64;
4+
5+
16
## Thu 11 Jul 18:24:54 BST 2024
27
kdenlive --version
38
kdenlive 23.08.5

0 commit comments

Comments
 (0)