Changes
Jump to navigation
Jump to search
← Older edit
Linux comand: apt-get
(view source)
Revision as of 15:34, 27 June 2022
195 bytes added
,
15:34, 27 June 2022
m
→Update apt key
Line 18:
Line 18:
</syntaxhighlight>
</syntaxhighlight>
−
== Install Specific version ==
+
==Install Specific version==
<br /><syntaxhighlight lang="bash">
<br /><syntaxhighlight lang="bash">
sudo apt-get install gitlab-ce=13.0.0-ce.0
sudo apt-get install gitlab-ce=13.0.0-ce.0
Line 47:
Line 47:
sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys ED444FF07D8D0BF6
sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys ED444FF07D8D0BF6
−
Update all expired oneline
+
Update all expired oneline
<syntaxhighlight lang="bash">
−
for K in $(apt-key list | grep expired | cut -d'/' -f2 | cut -d' ' -f1); do sudo apt-key adv --recv-keys --keyserver keys.gnupg.net $K; done
+
for K in $(apt-key list | grep expired | cut -d'/' -f2 | cut -d' ' -f1); do sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com $K; done
+
+
#
for K in $(apt-key list | grep expired | cut -d'/' -f2 | cut -d' ' -f1); do sudo apt-key adv --recv-keys --keyserver keys.gnupg.net $K; done
+
</syntaxhighlight>
==Using backports==
==Using backports==
Rafahsolis
Bureaucrats
,
Administrators
2,306
edits
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
Special pages
Printable version