Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Getting That Piece of Software to Run on Your L...
Search
Arash Badie Modiri
March 09, 2012
Technology
1
94
Getting That Piece of Software to Run on Your Linux Device
Where to find a software and how to install it on your Linux Distro (assumed Debian-based)
Arash Badie Modiri
March 09, 2012
Tweet
Share
More Decks by Arash Badie Modiri
See All by Arash Badie Modiri
Directed Percolation in Temporal Networks (CCS 2021)
arashbm
0
150
Reachability estimation in temporal networks
arashbm
1
57
Error and Attack Tolerance in Public Transport Networks: A Temporal Networks Approach
arashbm
2
47
Community detection in Multilayer Networks
arashbm
0
94
History of Subatomic Physics
arashbm
0
91
Nanowires
arashbm
0
140
Filesystem Permissions in Linux/Unix
arashbm
1
97
Using Linux/Unix Shell
arashbm
3
230
Getting Started on Ubuntu
arashbm
2
150
Other Decks in Technology
See All in Technology
新規プロダクト開発、AIでどう変わった? #デザインエンジニアMeetup
bengo4com
0
380
ハッカー視点で学ぶサイバー攻撃と防御の基本
nomizone
3
1.7k
堅牢な認証基盤の実現 TypeScriptで代数的データ型を活用する
kakehashi
PRO
1
200
Whats_new_in_Podman_and_CRI-O_2025-06
orimanabu
3
170
AIにどこまで任せる?実務で使える(かもしれない)AIエージェント設計の考え方
har1101
3
660
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.6k
Tenstorrent 開発者プログラム
tenstorrent_japan
0
290
マルチテナント+マルチプロダクト SaaS への AI Agent の組み込み方
kworkdev
PRO
2
270
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
7.1k
Two-Tower モデルで実現する 検索リランキング / Shibuya_AI_2
visional_engineering_and_design
2
180
Go Connectへの想い
chiroruxx
0
160
医療業界に特化した音声認識モデル構築のためのアノテーションの実態
thickstem
0
530
Featured
See All Featured
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Faster Mobile Websites
deanohume
307
31k
Navigating Team Friction
lara
186
15k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
34k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
How to Think Like a Performance Engineer
csswizardry
24
1.7k
YesSQL, Process and Tooling at Scale
rocio
172
14k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
14
1.5k
Done Done
chrislema
184
16k
Automating Front-end Workflow
addyosmani
1370
200k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Transcript
Getting That Piece of Software to Run on Your Device
Part Zero: How to Find 'em? Part One: The Package Manager Part Two: Compiling From Source, The Hard Way
Q: Where shall I buy the CD? A: Almost nowhere.
http://shop.sito.ir ۴۴۰۰۰۷۵۱
http://google.com/
Repository software-sources apt-add-repository /etc/apt/sources.list
$ sudo apt-get install XYZ
$ sudo apt-get update $ sudo apt-get upgrade
Bleeding edge? Not available in repos?
.deb Double-click!
Compiling from Source
It says Read Me! So please read it!
Google “Installing XYZ on ubuntu” before compiling froum source!
Take care of dependencies
The Ritual $ ./configure $ make $ sudo make install
None
What's new?
Ubuntu 12.04 Beta 1
RC6 enabled by default for Sandy Bridge
None