User Tools

Site Tools


управление_по_в_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
управление_по_в_linux [2024/02/19 10:49]
val [Подключение сторонних репозиториев]
управление_по_в_linux [2025/06/08 09:41] (current)
val [Что за дистрибутив?]
Line 4: Line 4:
  
   * [[Выбор дистрибутива Linux]]   * [[Выбор дистрибутива Linux]]
 +  * [[https://​wiki.alpinelinux.org/​wiki/​Comparison_with_other_distros|Comparison distros]]
  
 ===== DPKG ===== ===== DPKG =====
Line 18: Line 19:
   * [[Сервис OpenFire#​Установка]] сервиса OpenFire (!!! требует JRE)   * [[Сервис OpenFire#​Установка]] сервиса OpenFire (!!! требует JRE)
  
 +<​code>​
 +# dpkg-deb -I gitlab-runner_amd64.deb
 +...
 + ​Version:​ NN.N.N-N
 +...
 +
 +# dpkg-deb -i gitlab-runner_amd64.deb
 +</​code>​
 ==== Установленные пакеты ==== ==== Установленные пакеты ====
 <​code>​ <​code>​
Line 56: Line 65:
 </​code>​ </​code>​
 ==== Настройка репозитория ==== ==== Настройка репозитория ====
- 
-=== Debian 10 === 
  
   * [[https://​www.debian.org/​mirror/​list|Мировые серверы-зеркала Debian]]   * [[https://​www.debian.org/​mirror/​list|Мировые серверы-зеркала Debian]]
 +  * [[https://​wiki.debian.org/​SourcesList#​Component]] main contrib non-free non-free-firmware
  
 <​code>​ <​code>​
-cat /etc/apt/​sources.list +# apt install netselect-apt
-</​code><​code>​ +
-#deb http://​deb.debian.org/​debian/​ buster main contrib non-free +
-#deb http://​deb.debian.org/​debian buster-updates main contrib non-free+
  
-deb http://​ftp.ru.debian.org/​debian/​ buster main contrib non-free +# netselect-apt
-deb http://​ftp.ru.debian.org/​debian/​ buster-updates main contrib non-free+
  
-deb http://security.debian.org/ buster/​updates main contrib non-free+# less /etc/apt/sources.list
  
-#deb-src http://​deb.debian.org/​debian buster main contrib non-free +sed -i -e 's/​deb.debian.org/​mirror.docker.ru/g' /etc/apt/sources.list 
-#deb-src http://deb.debian.org/debian buster-updates main contrib non-free + 
-#deb-src http://security.debian.org/ buster/​updates main contrib non-free+# apt update
 </​code>​ </​code>​
  
Line 310: Line 314:
 # yum grouplist # yum grouplist
  
-# yum -y groups install "GNOME Desktop"​+centos# yum -y groups install "GNOME Desktop"​ 
 +almalinux# yum groupinstall "​Server with GUI" 
 + 
 +almalinux# systemctl set-default graphical && reboot 
 +</​code>​ 
 + 
 +===== APK Alpine Linux ===== 
 +<​code>​ 
 +# apk update 
 + 
 +# apk search git 
 + 
 +# apk add --no-cache git 
 + 
 +# rm -rf /​var/​cache/​apk/​*
 </​code>​ </​code>​
  
Line 366: Line 384:
   * [[https://​tutorials.ubuntu.com/​tutorial/​basic-snap-usage|Basic snap usage]]   * [[https://​tutorials.ubuntu.com/​tutorial/​basic-snap-usage|Basic snap usage]]
   * [[https://​askubuntu.com/​questions/​979233/​how-to-list-files-installed-by-a-snap-package|How to list files installed by a snap package?]]   * [[https://​askubuntu.com/​questions/​979233/​how-to-list-files-installed-by-a-snap-package|How to list files installed by a snap package?]]
 +  * [[https://​snapcraft.io/​docs/​installing-snap-on-debian|Installing snap on Debian]]
   * [[Инструмент Gitea]]   * [[Инструмент Gitea]]
  
 <​code>​ <​code>​
 +debian# apt install snapd
 +
 # snap refresh # snap refresh
  
управление_по_в_linux.1708328984.txt.gz · Last modified: 2024/02/19 10:49 by val