# نصب در لینوکس دبیان
# Debian Unstable
فرمان های پوسته زیر را برای اطمینان از مخزن اجرا کنید:
SIGNED_BY='/etc/apt/keyrings/qownnotes.gpg' sudo mkdir -p "$(dirname "${SIGNED_BY}")" curl --silent --show-error --location http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_Unstable/Release.key | gpg --dearmor | sudo tee "${SIGNED_BY}" > /dev/null sudo chmod u=rw,go=r "${SIGNED_BY}"
Copied!
2
3
4
فرمان های پوسته زیر را برای افزودن مخزن اجرا کرده و QOwnNotes را از آنجا نصب کنید.
SIGNED_BY='/etc/apt/keyrings/qownnotes.gpg' ARCHITECTURE="$(dpkg --print-architecture)" echo "deb [arch=${ARCHITECTURE} signed-by=${SIGNED_BY}] http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_Unstable/ /" | sudo tee /etc/apt/sources.list.d/qownnotes.list > /dev/null sudo apt update sudo apt install qownnotes
Copied!
2
3
4
5
TIP
This package is built with Qt6.
بارگیری مستقیم (opens new window)
# Debian 12.0
فرمان های پوسته زیر را برای اطمینان از مخزن اجرا کنید.
SIGNED_BY='/etc/apt/keyrings/qownnotes.gpg' sudo mkdir -p "$(dirname "${SIGNED_BY}")" curl --silent --show-error --location http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_12/Release.key | gpg --dearmor | sudo tee "${SIGNED_BY}" > /dev/null sudo chmod u=rw,go=r "${SIGNED_BY}"
Copied!
2
3
4
فرمان های پوسته زیر را برای افزودن مخزن اجرا کرده و QOwnNotes را از آنجا نصب کنید.
SIGNED_BY='/etc/apt/keyrings/qownnotes.gpg' ARCHITECTURE="$(dpkg --print-architecture)" echo "deb [arch=${ARCHITECTURE} signed-by=${SIGNED_BY}] http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_12/ /" | sudo tee /etc/apt/sources.list.d/qownnotes.list > /dev/null sudo apt update sudo apt install qownnotes
Copied!
2
3
4
5
TIP
This package is built with Qt6.
بارگیری مستقیم (opens new window)
# Debian 11.0
فرمان های پوسته زیر را برای اطمینان از مخزن اجرا کنید.
SIGNED_BY='/etc/apt/keyrings/qownnotes.gpg' sudo mkdir -p "$(dirname "${SIGNED_BY}")" curl --silent --show-error --location http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_11/Release.key | gpg --dearmor | sudo tee "${SIGNED_BY}" > /dev/null sudo chmod u=rw,go=r "${SIGNED_BY}"
Copied!
2
3
4
فرمان های پوسته زیر را برای افزودن مخزن اجرا کرده و QOwnNotes را از آنجا نصب کنید.
SIGNED_BY='/etc/apt/keyrings/qownnotes.gpg' ARCHITECTURE="$(dpkg --print-architecture)" echo "deb [arch=${ARCHITECTURE} signed-by=${SIGNED_BY}] http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_11/ /" | sudo tee /etc/apt/sources.list.d/qownnotes.list > /dev/null sudo apt update sudo apt install qownnotes
Copied!
2
3
4
5
TIP
If you use this repository for other Debian Linux versions please make sure that you have Qt installed at least at version 5.11.
بارگیری مستقیم (opens new window)
# Debian 10.0
Run the following shell commands to trust the repository.
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_10/Release.key -O - | sudo apt-key add -
Copied!
Run the following shell commands to add the repository and install QOwnNotes from there.
sudo bash -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_10/ /' >> /etc/apt/sources.list.d/qownnotes.list" sudo apt-get update sudo apt-get install qownnotes
Copied!
2
3
TIP
If you use this repository for other Debian Linux versions please make sure that you have Qt installed at least at version 5.8.
Direct Download (opens new window)
# Debian 9.0
Run the following shell commands to trust the repository.
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_9.0/Release.key -O - | sudo apt-key add -
Copied!
Run the following shell commands to add the repository and install QOwnNotes from there.
sudo bash -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_9.0/ /' >> /etc/apt/sources.list.d/qownnotes.list" sudo apt-get update sudo apt-get install qownnotes
Copied!
2
3
TIP
If you use this repository for other Debian Linux versions please make sure that you have Qt installed at least at version 5.5.