[ Linux ] UBUNTU Basic Terminal Commands

Miraculous Code Particles and 3P
Post Reply
User avatar
CoDeR
Editor
Editor
Posts: 52
Joined: Wed Dec 13, 2023 7:25 pm
Location: Cyberspace

[ Linux ] UBUNTU Basic Terminal Commands

Post by CoDeR »

UBUNTU Basic Terminal Commands

first update commands and list of upgradeable applications

Code: Select all

sudo apt update

Code: Select all

apt list --upgradable

Code: Select all

sudo apt upgrade
List installed applications or select a specific application from the list
Yüklü uygulamaları listelemek veya listeden belli bir uygulamayı seçmek

Code: Select all

apt list

Code: Select all

apt list python3
install package || Paket Yüklemek

Code: Select all

sudo apt install apackage
autoclean || Temizlik
The apt-get autoclean option, like apt-get clean, clears the local repository of retrieved package files, but it only removes files that can no longer be downloaded and are virtually useless. It helps to keep your cache from growing too large.
apt-get autoclean seçeneği, apt-get clean gibi, yerel depodaki alınan paket dosyalarını temizler, ancak yalnızca artık indirilemeyen ve neredeyse işe yaramaz olan dosyaları kaldırır. Önbelleğinizin çok fazla büyümesini engellemeye yardımcı olur.

Code: Select all

sudo apt autoclean
Safety first || Önce Güvenlik
autoclean: Like clean, autoclean clears out the local repository of retrieved package files. The difference is that it only removes package files that can no longer be downloaded, and are largely useless. This allows a cache to be maintained over a long period without it growing out of control.
autoclean: clean gibi, autoclean de alınan paket dosyalarının yerel deposunu temizler. Aradaki fark, yalnızca artık indirilemeyen ve büyük ölçüde işe yaramayan paket dosyalarını kaldırmasıdır. Bu, önbelleğin kontrolden çıkmadan uzun bir süre boyunca korunmasını sağlar.

Find the active working folder.
Aktif çalışma klasörünü bulmak.

Code: Select all

echo $PWD

Digital Music
Blues
Classic music
Blu-Ray and DVD
Music Tools
Post Reply