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
160
Reachability estimation in temporal networks
arashbm
1
59
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
92
Nanowires
arashbm
0
150
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
メルカリIBIS:AIが拓く次世代インシデント対応
0gm
2
460
リモートワークで心掛けていること 〜AI活用編〜
naoki85
0
190
React Server ComponentsでAPI不要の開発体験
polidog
PRO
0
340
Amazon GuardDuty での脅威検出:脅威検出の実例から学ぶ
kintotechdev
0
130
アカデミーキャンプ 2025 SuuuuuuMMeR「燃えろ!!ロボコン」 / Academy Camp 2025 SuuuuuuMMeR "Burn the Spirit, Robocon!!" DAY 1
ks91
PRO
0
150
2025新卒研修・Webアプリケーションセキュリティ #弁護士ドットコム
bengo4com
3
9.5k
EKS Pod Identity における推移的な session tags
z63d
1
160
20250807_Kiroと私の反省会
riz3f7
0
270
GISエンジニアよ 現場に行け!
sudataka
1
140
Telemetry APIから学ぶGoogle Cloud ObservabilityとOpenTelemetryの現在 / getting-started-telemetry-api-with-google-cloud
k6s4i53rx
0
160
プロダクトエンジニアリングで開発の楽しさを拡張する話
barometrica
0
210
ロールが細分化された組織でSREと協働するインフラエンジニアは何をするか? / SRE Lounge #18
kossykinto
0
240
Featured
See All Featured
Become a Pro
speakerdeck
PRO
29
5.5k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Producing Creativity
orderedlist
PRO
347
40k
Six Lessons from altMBA
skipperchong
28
4k
The Invisible Side of Design
smashingmag
301
51k
Balancing Empowerment & Direction
lara
2
570
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.6k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.4k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
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