Ubuntu常用命令
1.将左侧启动栏移向底部
gsettings set com.canonical.Unity.Launcher launcher-position Bottom
Bottom改为Left即返回左侧。
2.安装deb包
sudo dpkg -i xxx.deb
如出现依赖关系问题使安装出错,则运行 sudo apt-get -f install 后,再次执行 sudo dpkg -i xxx.deb
1.将左侧启动栏移向底部
gsettings set com.canonical.Unity.Launcher launcher-position Bottom
Bottom改为Left即返回左侧。
2.安装deb包
sudo dpkg -i xxx.deb
如出现依赖关系问题使安装出错,则运行 sudo apt-get -f install 后,再次执行 sudo dpkg -i xxx.deb