1. Xfce 2. リポリトジに追加 3.Google Chrome 4.VLCプレーヤーでDVD鑑賞 5.プリンターはLAN経由でCANON TS8130が使えるようにする 6.Dropbox 7. Latex gnuplot 8. eagle 9. wine + カシミール 10. VMWare Workstation player のインストール |
# deb cdrom:[Debian
GNU/Linux 10.0.0 _Buster_ - Official amd64 NETINST
20190706-10:23]/ buster main #deb cdrom:[Debian GNU/Linux 10.0.0 _Buster_ - Official amd64 NETINST 20190706-10:23]/ buster main deb http://deb.debian.org/debian/ buster main contrib non-free #deb http://www.deb-multimedia.org buster main non-free deb-src http://deb.debian.org/debian/ buster main deb http://security.debian.org/debian-security buster/updates main deb-src http://security.debian.org/debian-security buster/updates main # buster-updates, previously known as 'volatile' deb http://deb.debian.org/debian/ buster-updates main deb-src http://deb.debian.org/debian/ buster-updates main # This system was installed using small removable media # (e.g. netinst, live or single CD). The matching "deb cdrom" # entries were disabled at the end of the installation process. # For information about how to configure apt package sources, # see the sources.list(5) manual. |
sudo dpkg -i google-chrome-stable_current_amd64.deb |
sudo apt-get install
chromium-common libappindicator3-1 |
|
sudo apt-get
install vlc |
libdvd-pkgをインストールする
sudo apt-get
install libdvd-pkg |
dpkg database is locked. You may need to use command "sudo dpkg-reconfigure libdvd-pkg".
libdvd-pkg: Building and installation of package(s) [libdvdcss2 libdvdcss-dev] postponed till after next APT oper
上のようなメッセージが出たので(出なければOK)下のコマンドを実行
sudo dpkg-reconfigure libdvd-pkg |
パッケージをダウンロード
dropbox_2019.02.14_amd64.deb
これをdpkgコマンドでインストールしたらlibpango1.0-1がないというエラーメッセージがでた。
$ sudo dpkg -i dropbox_2019.02.14_amd64.deb |
Autodeskからパッケージをダウンード。
2019.07現在Autodesk_EAGLE_9.4.2_English_Linux_64bit.tar.gz
でそのあとカシミールのCDを入れてwine Setup.exeでエラーで動かなかったので
$ sudo dpkg --add-architecture i386 |
を実行後、wine Setup.exeを一般ユーザーで実行してみた
2019.07現在の最新版のダウンロード
https://my.vmware.com/jp/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/15_0
$ uname -a |
上の赤い部分に着目してヘッダを探してインストール
$ apt-cache search 4.19.0-5-amd64 |grep head |
$ chmod 755 VMware-Player-15.1.0-13591040.x86_64.bundle |