「經典選單編輯器」和「經典選單編輯器」是Ubuntu不理解的術語。另一方面,在 Mate 終端機中輸入“sudo apt-get install classicmenu-indicator”,您的願望就會實現。
我找到並安裝了 Samba,但隨後它就消失了。我實際上正在尋找一種透過交叉網路電纜傳輸資料的方法。
「系統」殺死了最初發布的這個問題。這是我的重寫:
這只是一個開始。我是 Linux 的忠實用戶,習慣了文字選單和帶有名稱的應用程式。奇怪的圖標沒有任何幫助。 Ubuntu 應用程式頁面全是圖示和不完整的名稱,Ubuntu 不允許我按名稱排序;相反,它們是按排名排序的。
我需要以下應用程式:samba,以及一個不換行且可以處理數兆位元組範圍內的長列表的文字編輯器。
到目前為止,我已經從Trisquel 的Startup Disk Creator 創建的實時閃存驅動器安裝了Ubuntu 20.4.2.0-amd64,因為ubuntu-20.4.2.0-amd64.iso 中的資料夾名稱與trisquel 的.iso 資料夾名稱完全相同;網路上沒有其他內容有意義。
關於森巴舞;以下是 Mate Terminal 對此的評價:
sudo apt-get install samba
... Setting up samba-common-bin (2:4.11.6+dfsg-0ubuntu1.9)
... Checking smb.conf with testparm Load smb config files from /etc/samba/smb.conf
Loaded services file OK. WARNING: The 'netbios name' is too long (max. 15 chars).
Server role: ROLE_STANDALONE
Done Setting up samba (2:4.11.6+dfsg-0ubuntu1.9) ...
Samba is not being run as an AD Domain Controller: Masking samba-ad-dc.service
Please ignore the following error about deb-systemd-helper not finding those services. (samba-ad-dc.service masked)
Created symlink /etc/systemd/system/multi-user.target.wants/nmbd.service → /lib/systemd/system/nmbd.service.
Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked.
/usr/bin/deb-systemd-helper:
error: systemctl preset failed on
samba-ad-dc.service: No such file or directory Created symlink /etc/systemd/system/multi-user.target.wants/smbd.service →
/lib/systemd/system/smbd.service.
samba-ad-dc.service is a disabled or a static unit, not starting it.
Processing triggers for ufw (0.36-6) ...
Processing triggers for systemd (245.4-4ubuntu3.4) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
桑巴在哪裡?安裝成功了嗎?
關於“經典選單指示器”,Mate Terminal 是這麼說的:
sudo apt-get install 'Classic Menu Indicator'
Reading package lists...
Done Building dependency tree
Reading state information...
Done E: Unable to locate package Classic Menu Indicator
Aside: same result for 'classic menu indicator'
我認為 Wine 可能會很方便;伴侶終端回覆:
sudo apt-get install wine ...
Setting up libwine:i386 (5.0-3ubuntu1) ...
Setting up wine32:i386 (5.0-3ubuntu1) ...
Processing triggers for initramfs-tools (0.136ubuntu6.5) ...
update-initramfs: Generating /boot/initrd.img-5.8.0-55-generic
I: The initramfs will attempt to resume from /dev/sdb3
I: (UUID=8c672cdb-7491-4701-9fb6-a071529c8cab)
I: Set the RESUME variable to override this.
Processing triggers for wine (5.0-3ubuntu1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
Processing triggers for libgdk-pixbuf2.0-0:i386 (2.40.0+dfsg-3ubuntu0.2) ...
RESUME 對我來說是一個新功能...但 /dev/sdb3 是一個交換分割區。
繼續...使用 apt-get install OK 安裝 Whois。 nmap 也是如此。
在先前兩次UBUNTU 安裝嘗試之一中,基於圖示的UBUNTU 軟體畫面中列出了“經典選單指示器”,但在目前安裝(“其他”和“正常”)中,它並未以我認為的方式列出。 84 年來,英語一直是我的母語。
答案1
對於經典選單指示器,請訪問https://packages.ubuntu.com您可以在中找到經典選單指示器一鍵點擊。
要安裝它,請使用以下命令:
sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install classicmenu-indicator
關於其他問題:
Samba 是一個 SMB/CIFS 檔案伺服器。您可以透過將文件管理器導航到
smb://localhost
您可以透過 launch 檢查 Wine 安裝情況
winecfg
。但更好、更用戶友好的方法是安裝 PlayOnLinuxsudo apt-get install playonlinux
然後啟動它並使用嚮導安裝一些面向 Windows 的應用程式。
grub.cfg 中的 RESUME 變數用於從休眠狀態恢復,請參閱這篇文章對於 ArchLinux。
下次請單獨提問。